API Reference > OdGe Classes > OdGeSurfSurfInt Class > OdGeSurfSurfInt Methods > OdGeSurfSurfInt::set Method
OdGeSurfSurfInt::set Method
Syntax
C++
OdGeSurfSurfInt& set(const OdGeSurface& srf1, const OdGeSurface& srf2, const OdGeTol& tol = OdGeContext::gTol);
Parameters 
Description 
const OdGeSurface& srf1 
[in] First surface to be intersected.  
const OdGeSurface& srf2 
[in] Second surface to be intersected.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Reference to this OdGeSurfSurfInt object. 

 

Sets the surfaces and tolerances to be used for determining intersection data.

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