StlLoadOptions

StlLoadOptions

Overview

StlLoadOptions is a class in Aspose.3D FOSS for Java. Inherits from: LoadOptions.

StlLoadOptions.StlLoadOptions initializes a new instance with the specified content type.

Properties

NameTypeAccessDescription
flipCoordinateSystembooleanRead
recalculateNormalbooleanReadProperty indicates if normal vectors are recalculated on load
contentTypeFileContentTypeReadProperty holds the file content type used for loading

Methods

SignatureDescription
StlLoadOptions()Initializes a new instance with the specified content type
StlLoadOptions(contentType: FileContentType)
getFlipCoordinateSystem()booleanReturns true if the coordinate system should be flipped on load
setFlipCoordinateSystem(value: boolean)Sets whether to flip the coordinate system when loading
getRecalculateNormal()booleanReturns true if normals should be recalculated during import
setRecalculateNormal(value: boolean)Configures normal recalculation for the loaded STL
getContentType()FileContentTypeReturns the FileContentType associated with this load options
setContentType(value: FileContentType)Assigns the FileContentType for this load options

See Also