Share

AcGeCurveCurveInt2d::intPoint

C++

GE_DLLEXPIMPORT AcGePoint2d intPoint(
    int intNum
) const;

Description

Returns the specified intersection 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

Links

AcGeCurveCurveInt2d

Was this information helpful?