<Code Lib>
2023 Method
Changes 8
M

STLExportOptions.SetTessellationSettings(STLExportResolution)

Description:
Sets all the tessellation parameters to its predefined values for the given resolution type.
Overloads (2):
SetTessellationSettings(STLExportResolution)

[ObsoleteAttribute("This method is deprecated in Revit 2023 and may be removed in a later version of Revit. We suggest you use 'setTessellationSettings(ExportResolution::Enum)' method instead.")]
public void SetTessellationSettings(
	STLExportResolution resolutionType
)

Loading…