StlSaveOptions

StlSaveOptions

Overview

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

StlSaveOptions.StlSaveOptions initializes a new instance using the specified FileContentType.

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

Description

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

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

The class also provides the flipCoordinateSystem property (gets the flip coordinate system), the axisSystem property (gets the axis system), 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.
axisSystemAxisSystemReadGets the axis system.
contentTypeFileContentTypeReadGets the content type.

Methods

SignatureDescription
StlSaveOptions()Initializes a new instance using the specified FileContentType
StlSaveOptions(contentType: FileContentType)
getFlipCoordinateSystem()booleanReturns the flip coordinate system.
setFlipCoordinateSystem(value: boolean)Sets the flip coordinate system value.
getAxisSystem()AxisSystemReturns the axis system.
setAxisSystem(value: AxisSystem)Sets the axis system value.
getContentType()FileContentTypeReturns the content type.
setContentType(value: FileContentType)Sets the content type value.

See Also