AcGeOffsetCurve3d( const AcGeCurve3d& baseCurve, const AcGeVector3d& planeNormal, double offsetDistance );
|
Parameters |
Description |
|
baseCurve |
Input base curve |
|
planeNormal |
Input plane normal |
|
offsetDistance |
Input offset distance |
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 and by the direction of planeNormal. The base curve must be planar and planeNormal must be perpendicular to the plane of the base curve.
There are two exceptions to this rule: