Revit 2025.3 API
STLExport |
Constructs a new instance of STLExportOptions with all predefined tessellation settings, depending on export resolution type.
Note: in case of Custom resolution type, tessellation settings won't be predefined and will have default values.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public STLExportOptions( ExportResolution resolutionType )
Public Sub New ( resolutionType As ExportResolution )
public: STLExportOptions( ExportResolution resolutionType )
new : resolutionType : ExportResolution -> STLExportOptions
Parameters
- resolutionType ExportResolution
- The type of export resolution.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |
See Also