This input method is for creating a construction point at the intersection of the two linear edges or sketch lines. The edges can be B-Rep edges or sketch lines. This can result in a parametric or non-parametric construction point depending on whether the parent component is parametric or is a direct edit component.
"constructionPointInput_var" is a variable referencing a ConstructionPointInput object. |
"constructionPointInput_var" is a variable referencing a ConstructionPointInput object. |
| Type | Description |
| boolean | Returns true if the creation of the ConstructionPointInput is successful. |
| Name | Type | Description |
| edgeOne | Base | The first B-Rep edge or sketch line |
| edgeTwo | Base | The second B-Rep edge or sketch line |
| Name | Description |
| Construction Point API Sample | Demonstrates creating construction point by different ways |