IndexTriangle Members

The IndexTriangle type exposes the following members.

Constructors

  NameDescription
Public methodIndexTriangle
Constructs the triangle primitive.

Methods

  NameDescription
Public methodDispose (Inherited from IndexPrimitive.)
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetSizeInShortInts
Gets the amount of storage that the primitive takes up in a buffer, measured in short integers.
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyIndex0
The index of the triangle's first vertex.
Public propertyIndex1
The index of the triangle's second vertex.
Public propertyIndex2
The index of the triangle's third vertex.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
(Inherited from IndexPrimitive.)

See Also