Method GetPlaneGeometry
GetPlaneGeometry(ElementId)
Gets the geometry of a plane entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
Plane3D GetPlaneGeometry(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the plane entity to analyze. |
Returns
| Type | Description |
|---|---|
| Plane3D | Plane geometry. |
Remarks
This method is available since v7.6.