ObjSaveOptions
Overview
ObjSaveOptions is a class in Aspose.3D FOSS for .NET.
Inherits from: SaveOptions.
Save options for Wavefront OBJ format
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ApplyUnitScale | bool | Read/Write | Indicates whether to scale geometry units during OBJ export |
PointCloud | bool | Read/Write | Enables saving point cloud data instead of mesh geometry |
Verbose | bool | Read/Write | Toggles inclusion of comment lines in the generated OBJ file |
SerializeW | bool | Read/Write | Determines whether to write the fourth vertex component (w) in OBJ |
EnableMaterials | bool | Read/Write | Controls exporting of material definitions in the OBJ file |
FlipCoordinateSystem | bool | Read/Write | Flips the coordinate system orientation when saving |
AxisSystem | AxisSystem | Read/Write | Specifies the target axis system for the exported OBJ data |
Methods
| Signature | Description |
|---|---|
ObjSaveOptions() | Initializes a new instance with default OBJ save settings |