API Reference > OdGe Classes > OdGeCurveSurfInt Class > OdGeCurveSurfInt Constructor > OdGeCurveSurfInt::OdGeCurveSurfInt Constructor (OdGeCurve3d&, OdGeSurface&, OdGeTol&)
OdGeCurveSurfInt::OdGeCurveSurfInt Constructor (OdGeCurve3d&, OdGeSurface&, OdGeTol&)
Syntax
C++
OdGeCurveSurfInt(const OdGeCurve3d& curve, const OdGeSurface& surf, const OdGeTol& tol = OdGeContext::gTol);
Parameters 
Description 
const OdGeCurve3d& curve 
[in] Curve.  
const OdGeSurface& surf 
[in] Surface.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Constructor. Creates an OdGeCurveSurfInt object with the specified curve, surface and geometric tolerance. 

 

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