Revit 2020.1 API |
PolymeshFacet..::..V3 Property |
PolymeshFacet Class See Also |
The third vertex of the facet
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Syntax
C# |
---|
public int V3 { get; } |
Visual Basic |
---|
Public ReadOnly Property V3 As Integer Get |
Visual C++ |
---|
public: property int V3 { int get (); } |