API Reference > OdGe Classes > OdGeOffsetCurve3d Class > OdGeOffsetCurve3d Methods > OdGeOffsetCurve3d::setCurve Method
OdGeOffsetCurve3d::setCurve Method
Syntax
C++
OdGeOffsetCurve3d& setCurve(const OdGeCurve3d& baseCurve, bool makeCopy = false);
Parameters 
Description 
const OdGeCurve3d& baseCurve 
[in] Any 3D curve to be set as the base curve.  
bool makeCopy = false 
[in] If true, makes a copy of the base curve specified by the baseCurve parameter. 

Sets the base curve for this OdGeOffsetCurve3d object. 

 

If makeCopy is true, the method makes a copy of the 3D curve entity specified by the baseCurve parameter. This OdGeOffsetCurve3d object becomes the owner of the newly made copy of the given 3D curve.

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