Method GetPlane
GetPlane(ElementId)
Gets the definition plane of a sketch in a 3D document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
Plane3D GetPlane(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the sketch entity to analyze. |
Returns
| Type | Description |
|---|---|
| Plane3D | Definition plane of the sketch. |
Remarks
This method is available since v7.6.