Get the curves that intersect this curve along with the intersection points (Point3D)
"sketchArc_var" is a variable referencing a SketchArc object. |
|
| Type | Description |
| boolean | Returns true if the method was successful. It can be successful regardless of whether intersections were found or not. |
| Name | Type | Description |
| sketchCurves | ObjectCollection | A collection of curves to attempt to find intersections with. Set the value of this parameter to null to use all curves in the sketch for the calculation. |
| intersectingCurves | ObjectCollection | A collection of the actual intersecting curves |
| intersectionPoints | ObjectCollection | A collection of intersection points (Point3D) Item numbers in this collection correspond to the item numbers in the intersectingCurves collection. |