2027 Members
Changes 3
M

OBJExportOptions 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 the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M IsGridAspectRatioSet() Boolean Checks whether the GridAspectRatio tessellation parameter is explicitly set.
M IsMaxEdgeLengthSet() Boolean Checks whether the MaxEdgeLength tessellation parameter is explicitly set.
M IsNormalToleranceSet() Boolean Checks whether the NormalTolerance tessellation parameter is explicitly set.
M IsSurfaceToleranceSet() Boolean Checks whether the SurfaceTolerance tessellation parameter is explicitly set.
M IsValidForGridAspectRatio(Double) Boolean Checks whether the value is allowed (is in the allowed range) for GridAspectRatio tessellation parameter.
M IsValidForMaxEdgeLength(Double) Boolean Checks whether the value is allowed (is in the allowed range) for MaxEdgeLength tessellation parameter.
M IsValidForNormalTolerance(Double) Boolean Checks whether the value is allowed (is in the allowed range) for NormalTolerance tessellation parameter.
M IsValidForSurfaceTolerance(Double) Boolean 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