2027 Class
Changes 0
C

SolidOrShellTessellationControls

Description:
Controls various aspects of the triangulation produced by method.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.SolidOrShellTessellationControls
public class SolidOrShellTessellationControls : IDisposable
Name Return Type Description Inherited From
C SolidOrShellTessellationControls() None Default constructor.
Name Return Type Description Inherited From
M DisableLevelOfDetail() None Disables the use of levelOfDetail. The use of levelOfDetail is enabled by calling setLevelOfDetail (with a valid input).
M Dispose() None Releases all resources used by the SolidOrShellTessellationControls
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 ToString None Returns a string that represents the current object. (Inherited from Object ) Object
M UseLevelOfDetail() Boolean Returns true if the use of levelOfDetail is enabled, false if not. The use of levelOfDetail is enabled by calling setLevelOfDetail (with a valid input).
Name Return Type Description Inherited From
P Accuracy double A positive real number specifying how accurately a triangulation should approximate a solid or shell.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P LevelOfDetail double An number between 0 and 1 (inclusive) specifying the level of detail for the triangulation of a solid or shell.
P MinAngleInTriangle double A non-negative real number specifying the minimum allowed angle for any triangle in the triangulation, in radians.
P MinExternalAngleBetweenTriangles double A positive real number specifying the minimum allowed value for the external angle between two adjacent triangles, in radians.