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.

This class provides 7 methods for working with StlLoadOptions objects in Java programs. Available methods include: StlLoadOptions, getContentType, getFlipCoordinateSystem, getRecalculateNormal, setContentType, setFlipCoordinateSystem, setRecalculateNormal. All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: contentType, flipCoordinateSystem, recalculateNormal.

Description

StlLoadOptions is a class in the Aspose.3D FOSS library for Java that exposes 14 methods and 6 properties for programmatic use. It extends LoadOptions, inheriting shared functionality from its parent type.

Core capabilities include: boolean; boolean; filecontenttype. These operations enable developers to integrate stlloadoptions functionality directly into Java applications.

The class also provides the flipCoordinateSystem property (gets the flip coordinate system), the recalculateNormal property (gets the recalculate normal), the contentType property (gets the content type).

The class offers 4 constructor overloads, allowing flexible initialization depending on the calling context.

Properties

NameTypeAccessDescription
flipCoordinateSystembooleanReadGets the flip coordinate system.
recalculateNormalbooleanReadGets the recalculate normal.
contentTypeFileContentTypeReadGets the content type.

Methods

SignatureDescription
StlLoadOptions()Initializes a new instance with the specified content type
StlLoadOptions(contentType: FileContentType)
getFlipCoordinateSystem()booleanReturns the flip coordinate system.
setFlipCoordinateSystem(value: boolean)Sets the flip coordinate system value.
getRecalculateNormal()booleanReturns the recalculate normal.
setRecalculateNormal(value: boolean)Sets the recalculate normal value.
getContentType()FileContentTypeReturns the content type.
setContentType(value: FileContentType)Sets the content type value.

See Also