2027 Class
Changes 0
C

PolymeshFacet

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
public class PolymeshFacet
Name Return Type Description Inherited From
C PolymeshFacet(Int32, Int32, Int32) None Creates a PolymeshFacet with the supplied vertices.
Name Return Type Description Inherited From
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M GetVertices() IList<Int32> Returns the three vertices that define this facet
M ToString() String Returns formatted string showing (V1, V2, V3) with values formatted as regular integers (Overrides Object . ToString () )
Name Return Type Description Inherited From
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P V1 int The first vertex of the facet
P V2 int The second vertex of the facet
P V3 int The third vertex of the facet