Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeNurbSurface::joinWith Method
Syntax
C++
OdGeNurbSurface& joinWith(const OdGeNurbSurface& surface, ConnectionSide thisConnectionSide, ConnectionSide surfaceConnectionSide, const OdGeTol& tol = OdGeContext::gTol);

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

 

Parameters
Description
surface
[in] Surface to be joined with this surface.
thisConnectionSide
[in] The side of this surface to which another surface will be attached.
surfaceConnectionSide
[in] The side of the other surface to which this surface will be attached.
tol
[in] Accuracy of joining.

Reference to this recomputed OdGeNurbSurface object.

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

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