API Reference > OdGe Classes > OdGeLineSeg3d Class > OdGeLineSeg3d Methods > OdGeLineSeg3d::joinWith Method
OdGeLineSeg3d::joinWith Method
Syntax
C++
OdGeLineSeg3d& joinWith(const OdGeLineSeg3d& curve, const OdGeTol & iTolerance = OdGeContext::gTol);
Parameters 
Description 
const OdGeLineSeg3d& curve 
[in] Link to the join *curve*.  
const OdGeTol & iTolerance = OdGeContext::gTol 
[in] Geometric tolerance. 

Attaches to the end of itself another curve. 

 

The end of the current *curve* should coincide with the beginning of the next *curve*.

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