PolymeshFacet Members


The PolymeshFacet type exposes the following members.

Methods

Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method GetVertices
Returns the three vertices that define this facet
Public method ToString
Returns formatted string showing (V1, V2, V3) with values formatted as regular integers
(Overrides Object ToString .)

Properties

Name Description
Public property IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public property V1
The first vertex of the facet
Public property V2
The second vertex of the facet
Public property V3
The third vertex of the facet

See Also