| Revit 2022.1 API |
| TriangulatedShellComponent..::..GetVertices Method |
| TriangulatedShellComponent Class See Also |
Returns the vertices of the triangulation.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2023, ported to 2022.1
Syntax
| C# |
|---|
public IList<XYZ> GetVertices() |
| Visual Basic |
|---|
Public Function GetVertices As IList(Of XYZ) |
| Visual C++ |
|---|
public: IList<XYZ^>^ GetVertices() |