Share

AcGeCurveCurveInt2d::isTransversal

C++

GE_DLLEXPIMPORT Adesk::Boolean isTransversal(
    int intNum
) const;

Description

Returns whether the specified intersection point is a transversal intersection. intNum must be non-negative and must be less than the number of intersection points returned by numIntPoints().

Parameters

Parameters Description
intNum Input number of the intersection point to be returned

Links

AcGeCurveCurveInt2d

Was this information helpful?