Method GetFacePlaneSurface
GetFacePlaneSurface(ElementItemId, out Plane3D)
Gets the plane surface attached to a face.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 0, 0)]
void GetFacePlaneSurface(ElementItemId inFaceId, out Plane3D outPlane)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementItemId | inFaceId | Identifier of the face to analyze. |
| Plane3D | outPlane | Surface plane. |
Remarks
This method is available since v7.7.