This input method is for creating a construction plane at the midpoint between two planar faces or construction planes. 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 planes are co-planar. |
Name | Type | Description |
planarEntityOne | Base | The first planar face or construction plane to create a bisecting plane between |
planarEntityTwo | Base | The second planar face or construction plane to create a bisecting plane between |
Name | Description |
Construction Plane API Sample | Demonstrates creating construction plane by different ways. |