Method GetFaceVertices
GetFaceVertices(ElementItemId)
Gets the vertices of a face.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 0, 0)]
List<ElementItemId> GetFaceVertices(ElementItemId inFaceId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementItemId | inFaceId | Identifier of the face to analyze. |
Returns
| Type | Description |
|---|---|
| List<ElementItemId> | Identifiers of the vertices of the face. |
Remarks
This method is available since v7.7.