2021 Members
Changes 4
M

PolymeshFacet

Name Return Type Description Inherited From
M Equals None (Inherited from Object .) Object .
M GetHashCode None (Inherited from Object .) Object .
M GetType None (Inherited from Object .) Object .
M GetVertices() IList<int> 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 bool 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