TriangulatedShellComponentGetVertices Method |
Returns the vertices of the triangulation.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic IList<XYZ> GetVertices()
Public Function GetVertices As IList(Of XYZ)
public:
IList<XYZ^>^ GetVertices()
member GetVertices : unit -> IList<XYZ>
Return Value
IListXYZ
The vertices of the triangulation.
See Also