Returns the specified intersection point intersection as an PointOnCurve3d object of the second curve. The PointOnCurve3d class contains functions to return the 3D coordinates and the parameter value of the returned point.
Public Function GetPointOnCurve2(
intersection As Integer
) As PointOnCurve3d
public PointOnCurve3d GetPointOnCurve2(
int intersection
);
| Parameters | Description |
|---|---|
| int intersection | Input index to the intersection desired |
CurveCurveIntersector3d Class, Autodesk.AutoCAD.Geometry Namespace