This input method is for creating a construction plane that passes through two coplanar linear entities or axes. Defines a plane by specifying two coplanar linear entities. This can result in a parametric or non-parametric construction plane depending on whether the parent component is parametric or is a direct edit component.
"constructionPlaneInput_var" is a variable referencing a ConstructionPlaneInput object. |
"constructionPlaneInput_var" is a variable referencing a ConstructionPlaneInput object. |
| Type | Description |
| boolean | Returns true if the creation of the ConstructionPlaneInput is successful. This will fail if the two linear entities are not coplanar. |
| Name | Type | Description |
| linearEntityOne | Base | The first of two coplanar linear entities to define the plane |
| linearEntityTwo | Base | The second of two coplanar linear entities to define the plane |
| Name | Description |
| Construction Plane API Sample | Demonstrates creating construction plane by different ways. |