Returns the three vertices that define this facet
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<int> GetVertices()
Return Value
IList<Int32>
Remarks
A container with three integers (indices of the vertices) is returned.
See Also
Reference