RVTDocs.com
Namespace: Autodesk.Revit.DB

PolymeshFacet

Class
Description:
A class representing one triangular piece - a facet - in a polymesh topology.
Remarks:
It can also be used to create TopographySurface. Each facet is defined by indices of three vertices of the polymesh.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.PolymeshFacet
Syntax
public class PolymeshFacet
PolymeshFacet Class Members:
Name Description Inherited From
PolymeshFacet Creates a PolymeshFacet with the supplied vertices.
Name Description Inherited From
IsValidObject Specifies whether the .NET object represents a valid Revit entity.
V1 The first vertex of the facet
V2 The second vertex of the facet
V3 The third vertex of the facet
Name Description Inherited From
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetType Gets the Type of the current instance. (Inherited from Object ) Object
GetVertices Returns the three vertices that define this facet
ToString Returns formatted string showing (V1, V2, V3) with values formatted as regular integers (Overrides Object . ToString () )