Expand description
Import and export types.
Modules§
- dxf
- AutoCAD drawing interchange format.
- fbx
- Autodesk Filmbox (FBX) format.
- gltf
- glTF 2.0. We refer to this as glTF since that is how our customers refer to it, although by default it will be in binary format and thus technically (glb). If you prefer ASCII output, you can set that option for the export.
- obj
- Wavefront OBJ format.
- ply
- The PLY Polygon File Format.
- sldprt
- SolidWorks part (SLDPRT) format.
- step
- ISO 10303-21 (STEP) format.
- stl
- STereoLithography format.
Structs§
- Virtual
File - Represents an in-memory file with an associated potentially foreign file path.
Enums§
- Input
Format3d - Input format specifier.
- Output
Format2d - Output 2D format specifier.
- Output
Format3d - Output 3D format specifier.
- Selection
- Data item selection.
Type Aliases§
- Input
Format Deprecated - Alias for backward compatibility.
- Output
Format Deprecated - Alias for backward compatibility.