Polymesh Facet Get Vertices Method Returns the three vertices that define this facet Namespace: Autodesk.Revit.DB Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0) Syntax C# VB C++ F# public IList<int> GetVertices() Public Function GetVertices As IList(Of Integer) public: IList<int>^ GetVertices() member GetVertices : unit -> IList<int> Return Value IList Int32 Remarks A container with three integers (indices of the vertices) is returned. See Also Reference PolymeshFacet Class Autodesk.Revit.DB Namespace
Polymesh Facet Get Vertices Method Returns the three vertices that define this facet Namespace: Autodesk.Revit.DB Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0) Syntax C# VB C++ F# public IList<int> GetVertices() Public Function GetVertices As IList(Of Integer) public: IList<int>^ GetVertices() member GetVertices : unit -> IList<int> Return Value IList Int32 Remarks A container with three integers (indices of the vertices) is returned. See Also Reference PolymeshFacet Class Autodesk.Revit.DB Namespace