TriangulatedShellComponent Members

The TriangulatedShellComponent type exposes the following members.

Methods

  NameDescription
Public methodClear
Empties the contents of this TriangulatedShellComponent.
Public methodDispose
Releases all resources used by the TriangulatedShellComponent
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetTriangle
Returns the triangle corresponding to the given index.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVertex
Returns the vertex with a given index.
Public methodGetVertices
Returns the vertices of the triangulation.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyIsClosed
True if and only if the triangulation represents a topologically closed shell (i.e., each edge is shared by two triangles).
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyTriangleCount
The number of triangles in the triangulation.
Public propertyVertexCount
The number of vertices in the triangulation.

See Also