StlLoadOptions

StlLoadOptions — Aspose.3D FOSS Java API Reference

StlLoadOptions — StlLoadOptions class.. Inherits from: LoadOptions.

Package: com.aspose.threed


Properties

PropertyTypeDescription
flipCoordinateSystemboolean
recalculateNormalboolean
contentTypeFileContentType

Methods

MethodReturnsDescription
getFlipCoordinateSystem()boolean
setFlipCoordinateSystem(boolean value)void
getRecalculateNormal()boolean
setRecalculateNormal(boolean value)void
getContentType()FileContentType
setContentType(FileContentType value)void

See Also