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 (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetTriangle
Returns the triangle corresponding to the given index.
Public methodGetType (Inherited from Object.)
Public methodGetVertex
Returns the vertex with a given index.
Public methodToString (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