ObjSaveOptions

ObjSaveOptions

Overview

ObjSaveOptions is a class in Aspose.3D FOSS for .NET. Inherits from: SaveOptions.

Save options for Wavefront OBJ format

Properties

NameTypeAccessDescription
ApplyUnitScaleboolRead/WriteIndicates whether to scale geometry units during OBJ export
PointCloudboolRead/WriteEnables saving point cloud data instead of mesh geometry
VerboseboolRead/WriteToggles inclusion of comment lines in the generated OBJ file
SerializeWboolRead/WriteDetermines whether to write the fourth vertex component (w) in OBJ
EnableMaterialsboolRead/WriteControls exporting of material definitions in the OBJ file
FlipCoordinateSystemboolRead/WriteFlips the coordinate system orientation when saving
AxisSystemAxisSystemRead/WriteSpecifies the target axis system for the exported OBJ data

Methods

SignatureDescription
ObjSaveOptions()Initializes a new instance with default OBJ save settings

See Also