Export
Exports the current UModeler X mesh to a file in a specified format.
note
This feature is exclusive to UModeler X Plus
Properties about .obj.
- Create Folder: A folder will be created, and .OBJ, .STL, and .MTL files will be exported within it.
- Export Material: A material file (.MTL) will be created.
- Export Vertex Colors: Adds RGB channels to each vertex. This format may not be compatible with all programs that load .obj files.
- Export Unit: Supports
Meter
,CentiMeter
, andMilliMeter
units. - Export Face Type: Supports
Triangles
,Quads
, andPolygons
face types. - Optimize: Supported only when
Export Face Type
is set to Triangles. Minimizes redundant information during export.
Properties about .stl.
- Create Folder: A folder will be created, and .OBJ, .STL, and .MTL files will be exported within it.
- stl Format: Supports
Binary
andAscii
formats.
Properties about .ply
- Create Folder: A folder will be created, and .OBJ, .STL, and .MTL files will be exported within it.
- Export Face Type: Supports
Triangles
,Quads
andPolygons
face types. - Optimize: Supported only when
Export Face Type
is set to Triangles. Minimizes redundant information during export.