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