StlSaveOptions

StlSaveOptions

General

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

StlSaveOptions és una classe en Aspose.3d per a Java. Hereta de: ゚SaveOptions⌒ .

StlSaveOptions.StlSaveOptions inicialitza un nou StlSaveOptions amb el donat FileContentType.

Propietats

NameTypeAccessDescription
flipCoordinateSystembooleanRead
axisSystemAxisSystemReadProperty gets or sets the AxisSystem applied during save
contentTypeFileContentTypeReadProperty gets or sets the FileContentType of the saved STL

Mètodes

SignatureDescription
StlSaveOptions()Initializes a new StlSaveOptions with the given FileContentType
StlSaveOptions(contentType: FileContentType)
getFlipCoordinateSystem()booleanReturns the current flipCoordinateSystem flag
setFlipCoordinateSystem(value: boolean)Sets whether to flip the coordinate system on save
getAxisSystem()AxisSystemReturns the AxisSystem used for saving the STL
setAxisSystem(value: AxisSystem)Assigns the AxisSystem to be applied when saving
getContentType()FileContentTypeReturns the FileContentType of the STL output
setContentType(value: FileContentType)Sets the FileContentType for the STL file
 Català