API Reference > OdGe Classes > OdGeCircArc3d Class > OdGeCircArc3d Methods > OdGeCircArc3d::joinWith Method
OdGeCircArc3d::joinWith Method
Syntax
C++
OdGeCircArc3d& joinWith(const OdGeCircArc3d& curve, const OdGeTol & iTolerance = OdGeContext::gTol);
Parameters 
Description 
const OdGeCircArc3d& curve 
[in] Circle arc to join.  
const OdGeTol & iTolerance = OdGeContext::gTol 
[in] Tolerance for comparisons.  

Reference to the recomputed circular arc.

Attaches the specified curve to itself. 

 

Curves should not overlap. The circles should have the same center, radius and co-directional normals. the starting point of the join curve should coincide with the end point of this curve. 

Otherwise it will raise eInvalidInput. 

Angle between the corresponding axes can be arbitrary. 

If the end of the passed arc coincides with the beginning of this arc, the result will be a closed curve.

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