Zooen,
I import and export with STEP.
Basic functionality is provided by XDE component of Open CASCADE Technology (OCCT). The program supports the following file formats:
STEP (AP203, AP214 and AP242) — ISO 10303 standard for product data representation and exchange among CAD systems (ASCII format). Supported data: shape geometry, assembly structure, colors, names, validation properties, file information, dimensions and tolerances (semantic and tessellated PMI).
IGES (5.1 and 5.3) — vendor-neutral format for data exchange among CAD systems (ASCII format). Supported data: shape geometry, colors, top-level object names, file information.
glTF — API-neutral runtime asset delivery format (ASCII or binary), commonly supported by modeling systems and game engines. Supported data: shape geometry (triangulation), assembly structure, PBR metallic-roughness materials with texture maps, names.
XBF — BinXCAF, which is a binary persistence format for universal XCAF document structure used by OCCT. Format accumulates persistence of various data which can be imported from other files formats like STEP, IGES, ACIS, glTF, etc.
BREP — ASCII persistence of shape Boundary representation used by OCCT with open specification. Supported data: shape geometry and assembly structure (defined by nested compounds, without names).
OBJ Wavefront — format for 3D assets exchange commonly supported by modeling systems and game engines (ASCII format). Supported data: triangulation and quads, plain list of named groups, common materials with texture maps.
VRML or WRL — ISO 14772 virtual reality modeling language (ASCII format). Supported data: triangulation, assembly structure, colors, names.
Additional mesh file formats import is supported with help of Open Asset Import (COLLADA, 3DS, FBX, BLEND) and openNURBS (3DM) libraries.
|