API Reference > OdDg Classes > OdDgCurveElement2dPE Class > OdDgCurveElement2dPE Methods > OdDgCurveElement2dPE::getOffsetCurves Method
OdDgCurveElement2dPE::getOffsetCurves Method
Syntax
C++
virtual OdResult getOffsetCurves(const OdDgCurveElement2d* pCurve, double offsetDistance, OdRxObjectPtrArray& offsetCurves) const = 0;
Parameters 
Description 
const OdDgCurveElement2d* pCurve 
[in] Pointer to the curve to offset.  
double offsetDistance 
[in] Offset distance.  
OdRxObjectPtrArray& offsetCurves 
[out] Receives an array of SmartPointers to the offset curves. 

Returns eOk if successful, or an appropriate error code if not.

Creates a set of curves representing the offsetting the specified Curve object by the specified distance.

Pointers to all new curves are appended to the offsetCurves array.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.