This input method is for creating a construction axis coincident with the intersection of two planes or planar faces. This will fail if the two planes are parallel. This can result in a parametric or non-parametric construction axis depending on whether the parent component is parametric or is a direct edit component.
"constructionAxisInput_var" is a variable referencing a ConstructionAxisInput object. |
"constructionAxisInput_var" is a variable referencing a ConstructionAxisInput object. |
| Type | Description |
| boolean | Returns true if the creation of the ConstructionAxisInput is successful. |
| Name | Type | Description |
| planarEntityOne | Base | The first planar face or construction plane to intersect |
| planarEntityTwo | Base | The second planar face or construction plane to intersect |
| Name | Description |
| Construction Axis API Sample | Demonstrates creating construction axis in various ways. |