2024 Members
Changes 7
M

TriangulatedShellComponent

Name Return Type Description Inherited From
M Clear() None Empties the contents of this TriangulatedShellComponent.
M Dispose() None Releases all resources used by the TriangulatedShellComponent
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 GetTriangle(Int32) The triangle. Returns the triangle corresponding to the given index.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M GetVertex(Int32) XYZ Returns the vertex with a given index.
M GetVertices() IList<XYZ> Returns the vertices of the triangulation.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P IsClosed bool True if and only if the triangulation represents a topologically closed shell (i.e., each edge is shared by two triangles).
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P TriangleCount int The number of triangles in the triangulation.
P VertexCount int The number of vertices in the triangulation.