Difference between revisions of "X3D CAD Systems"

From Web3D.org
Jump to: navigation, search
(Added Tinkercad option)
Line 14: Line 14:
 
# In OnShape the Export action is performed using a pop-up menu from the Document tab. Use the OnShape "Help" feature, search on 'export files',  for user-interface assistance.
 
# In OnShape the Export action is performed using a pop-up menu from the Document tab. Use the OnShape "Help" feature, search on 'export files',  for user-interface assistance.
 
## The file will be exported as AP 214 (automotive design). An OnShape assembly will be exported to a STEP exchange file in which the assembly tree is preserved.
 
## The file will be exported as AP 214 (automotive design). An OnShape assembly will be exported to a STEP exchange file in which the assembly tree is preserved.
 +
 +
==Tinkercad==
 +
Tinkercad [https://www.tinkercad.com] is an online 3D CAD system aimed at 3D printing users. It offers direct export as X3D files.
 +
# Click the "Download for 3D Printing" button and choose the ".X3D Colors" option
 +
## Downloaded file is in the "Interchange" profile and will have a single IndexedFaceSet node with color-by-triangle coloring.

Revision as of 18:00, 28 April 2016

How-To instructions for preparing X3D files from the commercial CAD systems.

Ashlar-Vellum Argon

Export

  1. From the Argon document, use the "File > Export..." menu command to export as a "*.WRL" file; use the VRML V 2.0 option, save the file with .wrl extension.
  2. Use X3D-Edit application "Import as X3D > Import VRML97 Scene" command to convert VRML scene to XML encoded X3D.
  • If the original Argon model contains a single ACIS_Solid object, it will be converted to a single IndexedTriangleSet node.
  • If the original model is a collection of surfaces, they will be converted to a collection of IndexedTriangleSet nodes, and the coloring of individual faces will be preserved in the X3D model. Argon allows breaking up a solid into a collection of its faces as a "Change Object Type" operation.

OnShape

OnShape [1] is collaborative 3D CAD system that works in a web browser. Parts and assemblies created in OnShape can be converted to X3D files by exporting a STEP file from OnShape and then performing a STEP->X3D translation.

  1. In OnShape the Export action is performed using a pop-up menu from the Document tab. Use the OnShape "Help" feature, search on 'export files', for user-interface assistance.
    1. The file will be exported as AP 214 (automotive design). An OnShape assembly will be exported to a STEP exchange file in which the assembly tree is preserved.

Tinkercad

Tinkercad [2] is an online 3D CAD system aimed at 3D printing users. It offers direct export as X3D files.

  1. Click the "Download for 3D Printing" button and choose the ".X3D Colors" option
    1. Downloaded file is in the "Interchange" profile and will have a single IndexedFaceSet node with color-by-triangle coloring.