StlSaveOptions

StlSaveOptions

Overview

StlSaveOptions is a class in Aspose.3D FOSS for Java. Inherits from: SaveOptions.

StlSaveOptions.StlSaveOptions initializes a new instance using the specified FileContentType.

Properties

NameTypeAccessDescription
flipCoordinateSystembooleanRead
axisSystemAxisSystemReadProperty gets or sets the AxisSystem applied on export
contentTypeFileContentTypeReadProperty gets or sets the FileContentType for the STL output

Methods

SignatureDescription
StlSaveOptions()Initializes a new instance using the specified FileContentType
StlSaveOptions(contentType: FileContentType)
getFlipCoordinateSystem()boolean
setFlipCoordinateSystem(value: boolean)Sets whether to flip the coordinate system when saving
getAxisSystem()AxisSystem
setAxisSystem(value: AxisSystem)Assigns the AxisSystem to apply during STL export
getContentType()FileContentTypeReturns the FileContentType defining the output format
setContentType(value: FileContentType)Sets the FileContentType for the saved STL file

See Also