StlSaveOptions

StlSaveOptions — Aspose.3D FOSS Java API Reference

StlSaveOptions — StlSaveOptions class.. Inherits from: SaveOptions.

Package: com.aspose.threed


Properties

PropertyTypeDescription
flipCoordinateSystemboolean
axisSystemAxisSystem
contentTypeFileContentType

Methods

MethodReturnsDescription
getFlipCoordinateSystem()boolean
setFlipCoordinateSystem(boolean value)void
getAxisSystem()AxisSystem
setAxisSystem(AxisSystem value)void
getContentType()FileContentType
setContentType(FileContentType value)void

See Also