Constructs a new instance of STLExportOptions with all predefined tessellation settings, depending on STL export resolution type.
Note: in case of Custom resolution type, tessellation settings won't be predefined and will have default values.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2021.1
Syntax
| C# |
|---|
[ObsoleteAttribute("This constructor is deprecated in Revit 2023 and may be removed in a later version of Revit. We suggest you use another constructor with ExportResolution type of the input parameter instead.")]
public STLExportOptions(
STLExportResolution resolutionType
) |
| Visual Basic |
|---|
<ObsoleteAttribute("This constructor is deprecated in Revit 2023 and may be removed in a later version of Revit. We suggest you use another constructor with ExportResolution type of the input parameter instead.")> _
Public Sub New ( _
resolutionType As STLExportResolution _
) |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This constructor is deprecated in Revit 2023 and may be removed in a later version of Revit. We suggest you use another constructor with ExportResolution type of the input parameter instead.")]
public:
STLExportOptions(
STLExportResolution resolutionType
) |
Exceptions
See Also