2024 Members
Changes 4
M

PolymeshFacet

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 a hash function for a particular type. (Inherited from Object .) Object .
M GetType None Gets the Type of the current instance. (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