API Reference > OdGe Classes > OdGeNurbSurface Class > OdGeNurbSurface Methods > OdGeNurbSurface::joinWith Method
OdGeNurbSurface::joinWith Method
Syntax
C++
OdGeNurbSurface& joinWith(const OdGeNurbSurface& surface, ConnectionSide thisConnectionSide, ConnectionSide surfaceConnectionSide, const OdGeTol& tol = OdGeContext::gTol);
Parameters 
Description 
const OdGeNurbSurface& surface 
[in] Surface to be joined with this surface.  
ConnectionSide thisConnectionSide 
[in] The side of this surface to which another surface will be attached.  
ConnectionSide surfaceConnectionSide 
[in] The side of the other surface to which this surface will be attached.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Accuracy of joining. 

Reference to this recomputed OdGeNurbSurface object.

Joins the specified OdGeNurbSurface with this OdGeNurbSurface by specified sides and returns a reference to the recomputed OdGeNurbSurface. 

 

Joining works in the case of coinciding edges of the same parameter (U-U, V-V).

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