API Reference > OdGe Classes > OdGeCurveSurfInt Class > OdGeCurveSurfInt Methods > OdGeCurveSurfInt::set Method
OdGeCurveSurfInt::set Method
Syntax
C++
OdGeCurveSurfInt& set(const OdGeCurve3d& cvr, const OdGeSurface& surface, const OdGeTol& tol = OdGeContext::gTol);
Parameters 
Description 
const OdGeSurface& surface 
[in] A surface that intersects with the specified curve.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 
curve 
[in] 3d curve that intersects with the specified surface.  

Reference to this OdGeCurveSurfInt object.

Specifies the 3d curve, surface, and tolerance for determining intersections. 

 

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