Share

AcGeCurveCurveInt2d::getPointOnCurve1

C++

GE_DLLEXPIMPORT void getPointOnCurve1(
    int intNum, 
    AcGePointOnCurve2d&
) const;

Description

Returns the specified intersection point as an AcGePointOnCurve2d object of the first curve. The AcGePointOnCurve2d class contains functions to return the 2D coordinates and the parameter value of the returned point. intNum must be non-negative and must be less than the number of intersection points returned by numIntPoints().

Parameters

Parameters Description
intNum Input index to the intersection desired
unnamed Output intersection point on the curve

Links

AcGeCurveCurveInt2d

Was this information helpful?