Revit 2023 API |
PolymeshTopology..::..GetPoints Method |
PolymeshTopology Class See Also |
Returns all points of the polymesh.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2014
Syntax
C# |
---|
public IList<XYZ> GetPoints() |
Visual Basic |
---|
Public Function GetPoints As IList(Of XYZ) |
Visual C++ |
---|
public: IList<XYZ^>^ GetPoints() |