Share

AcGeCurveCurveInt2d::set

C++

GE_DLLEXPIMPORT AcGeCurveCurveInt2d& set(
    const AcGeCurve2d& curve1, 
    const AcGeCurve2d& curve2, 
    const AcGeTol& tol = AcGeContext::gTol
);

Description

Resets the two curves that are to be intersected.

Parameters

Parameters Description
curve1 Input first curve
curve2 Input second curve
tol Input tolerance value

Links

AcGeCurveCurveInt2d

Was this information helpful?