TessellatedFace Members

The TessellatedFace type exposes the following members.

Constructors

  NameDescription
Public methodTessellatedFace(IList<(Of <<'(XYZ>)>>), 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(IList<(Of <<'(IList<(Of <<'(XYZ>)>>)>)>>), 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 (Inherited from Object.)
Public methodGetBoundaryLoops
Get loops bounding the face.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (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