Method GetFaceArea
GetFaceArea(ElementItemId)
Gets the area of a face.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 13, 0, 0)]
double GetFaceArea(ElementItemId inFaceId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementItemId | inFaceId | Identifier of the face to analyze. |
Returns
| Type | Description |
|---|---|
| double | Area of the face in SI units. |
Remarks
If the face is reversed, the orientation of the normal is the opposite to the cross product of the U and V parametric first derivatives.
This method is available since v7.13.