Click or drag to resize
SoSTLFileFormat Class

Module class to initialize STL file format support.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.IO.STLSoSTLFileFormat

Namespace: OIV.Inventor.IO.STL
Assembly: OIV.Inventor.IO.STL (in OIV.Inventor.IO.STL.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public sealed class SoSTLFileFormat : SoNetBase

The SoSTLFileFormat type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodStatic memberGetProductName

Returns a character string identifying the name of the extension.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetVersion Obsolete.

Returns a character string identifying the version of the extension.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This class allows the application to initialize the STL file format support module.

This format requires redistributing the fei_inventor_io_stl plugin library with the application (e.g. fei_inventor_io_stl.dll on Windows).

Limitations:

  • Import is done in float single precision. Precision may be lost if stl file contains values in double precision.

See Also