Method GetFaceCount
GetFaceCount(ElementId)
Gets the number of faces of a shape.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
int GetFaceCount(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the shape entity to analyze. |
Returns
| Type | Description |
|---|---|
| int | Number of faces of the shape. |
Remarks
This method is available since v7.6.