Difference between revisions of "STEP X3D Translation"
From Web3D.org
Vmarchetti (Talk | contribs) (Created page with "==STEP to X3D Translation== Methods for converting STEP (ISO 10303) exchange files to X3D files. Here we focus on direct translation; an alternative method will be to read imp...") |
Vmarchetti (Talk | contribs) (→CADExchanger) |
||
Line 2: | Line 2: | ||
Methods for converting STEP (ISO 10303) exchange files to X3D files. Here we focus on direct translation; an alternative method will be to read import a STEP file into a full featured CAD program and then export either as X3D if avallable or export as VRML, then perform a VRML -> X3D translation. | Methods for converting STEP (ISO 10303) exchange files to X3D files. Here we focus on direct translation; an alternative method will be to read import a STEP file into a full featured CAD program and then export either as X3D if avallable or export as VRML, then perform a VRML -> X3D translation. | ||
===CADExchanger=== | ===CADExchanger=== | ||
− | [http://cadexchanger.com | + | [http://cadexchanger.com CADExchanger] is a commercial product available for Windows and Mac OS that offers import and export for a number of formats [http://cadexchanger.com/products.html#formats]. At version 3.12 It offers import (and export) for STEP files and export for X3D. Conversion is by importing a STEP file and exporting as X3D. The developers also offer command-line products for bulk conversion, a software development kit, and development services. |
===Open Cascade and PythonOCC=== | ===Open Cascade and PythonOCC=== | ||
===SPRI Server=== | ===SPRI Server=== |
Revision as of 13:30, 4 May 2016
STEP to X3D Translation
Methods for converting STEP (ISO 10303) exchange files to X3D files. Here we focus on direct translation; an alternative method will be to read import a STEP file into a full featured CAD program and then export either as X3D if avallable or export as VRML, then perform a VRML -> X3D translation.
CADExchanger
CADExchanger is a commercial product available for Windows and Mac OS that offers import and export for a number of formats [1]. At version 3.12 It offers import (and export) for STEP files and export for X3D. Conversion is by importing a STEP file and exporting as X3D. The developers also offer command-line products for bulk conversion, a software development kit, and development services.