2024 Members
Changes 2
M

STLExportOptions Methods

Name Return Type Description Inherited From
M Dispose() None (Inherited from BIMExportOptions .) BIMExportOptions
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M IsGridAspectRatioSet() bool Checks whether the GridAspectRatio tessellation parameter is explicitly set.
M IsMaxEdgeLengthSet() bool Checks whether the MaxEdgeLength tessellation parameter is explicitly set.
M IsNormalToleranceSet() bool Checks whether the NormalTolerance tessellation parameter is explicitly set.
M IsSurfaceToleranceSet() bool Checks whether the SurfaceTolerance tessellation parameter is explicitly set.
M IsValidForGridAspectRatio(Double) bool Checks whether the value is allowed (is in the allowed range) for GridAspectRatio tessellation parameter.
M IsValidForMaxEdgeLength(Double) bool Checks whether the value is allowed (is in the allowed range) for MaxEdgeLength tessellation parameter.
M IsValidForNormalTolerance(Double) bool Checks whether the value is allowed (is in the allowed range) for NormalTolerance tessellation parameter.
M IsValidForSurfaceTolerance(Double) bool Checks whether the value is allowed (is in the allowed range) for SurfaceTolerance tessellation parameter.
M SetTessellationSettings(ExportResolution) None Sets all the tessellation parameters to its predefined values for the given resolution type.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .