StlLoadOptions

Overview

StlLoadOptions configures how a STL (.stl) file is imported into a Scene. Construct an instance, set the desired properties, and pass it to Scene.open() alongside the file path to override the format defaults. Common settings cover which node hierarchies to load, how embedded materials are resolved, and whether animation data is included in the import. When no StlLoadOptions is supplied, Scene.open() applies the STL (.stl) defaults defined by StlFormat.

Description

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

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

The class also provides the flipCoordinateSystem property (and scale let developers flip the y/z axes and apply a uniform scaling factor when loading stl files), the scale property (defines a uniform scaling factor applied to the imported stl geometry).

Instances are created through a single constructor that initializes the object with default values.

Properties

NameTypeAccessDescription
flipCoordinateSystembooleanReadAnd scale let developers flip the Y/Z axes and apply a uniform scaling factor when loading STL files
scalenumberReadDefines a uniform scaling factor applied to the imported STL geometry

Methods

SignatureDescription
constructor()

See Also