PolymeshFacet.V1 Property

PolymeshFacetV1 Property

The first vertex of the facet

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int V1 { get; }
Public ReadOnly Property V1 As Integer
	Get
public:
property int V1 {
	int get ();
}
member V1 : int with get

Property Value

Int32
An index of a vertex of a polymesh.
See Also