CurveCurveIntersector3d.GetPointOnCurve2 Method

Description

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.

Visual Basic

Public Function GetPointOnCurve2(
    intersection As Integer
) As PointOnCurve3d

C#

public PointOnCurve3d GetPointOnCurve2(
    int intersection
);

Parameters

Parameters Description
int intersection Input index to the intersection desired

Links

CurveCurveIntersector3d Class, Autodesk.AutoCAD.Geometry Namespace