Share

AcGeOffsetCurve2d::AcGeOffsetCurve2d

C++

GE_DLLEXPIMPORT AcGeOffsetCurve2d(
    const AcGeCurve2d& baseCurve, 
    double offsetDistance
);

Description

Constructs an offset curve that is an exact offset of the specified base curve. The direction of offset is determined by the sign of the offsetDistance parameter.

Parameters

Parameters Description
baseCurve Input base curve
offsetDistance Input offset distance

Links

AcGeOffsetCurve2d

Was this information helpful?