Intersect this line with a curve to get the intersection point(s).
"line3D_var" is a variable referencing a Line3D object. |
"line3D_var" is a variable referencing a Line3D object. |
| Type | Description |
| ObjectCollection | Returns a collection of the intersection points |
| Name | Type | Description |
| curve | Curve3D | The intersecting curve. The curve can be a Line3D, InfininteLine3D, Circle3D, Arc3D, EllipticalArc3D, Ellipse3D, or NurbsCurve3D. |