PolymeshFacet
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Equals | None | (Inherited from Object .) | Object . |
| GetHashCode | None | (Inherited from Object .) | Object . |
| GetType | None | (Inherited from Object .) | Object . |
| GetVertices() | IList<int> | Returns the three vertices that define this facet | |
| ToString() | string | Returns formatted string showing (V1, V2, V3) with values formatted as regular integers (Overrides Object . ToString . .) |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | |
| V1 | int | The first vertex of the facet | |
| V2 | int | The second vertex of the facet | |
| V3 | int | The third vertex of the facet |