TessellatedFace Members


The TessellatedFace type exposes the following members.

Constructors

  NameDescription
Public methodTessellatedFace(IListXYZ, ElementId)
Constructs a tessellated face without holes. Face data is always set, even if the input data are invalid (e.g., describes a wildly non-planar face). A TessellatedShepeBuilder's function is used to check the data and heal them if possible.
Public methodTessellatedFace(IListIListXYZ, ElementId)
Constructs a tessellated face, which, may be, have holes. Face data is always set, even if the input data are invalid (e.g., describes a wildly non-planar face). A TessellatedShepeBuilder's function is used to check the data and heal them if possible.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the TessellatedFace
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetBoundaryLoops
Get loops bounding the face.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyMaterialId
Material of the face.

See Also