API Reference > OdDg Classes > OdDgCurveElement3d Class > OdDgCurveElement3d Methods > OdDgCurveElement3d::getOffsetCurvesGivenPlaneNormal Method
OdDgCurveElement3d::getOffsetCurvesGivenPlaneNormal Method
Syntax
C++
virtual OdResult getOffsetCurvesGivenPlaneNormal(const OdGeVector3d& normal, double offsetDistance, OdRxObjectPtrArray& offsetCurves) const;
Parameters 
Description 
const OdGeVector3d& normal 
[in] Normal of the plane. 
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 of this Curve object by the specified distance in a plane with the specified normal.

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

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