API Reference > OdGe Classes > OdGeSurfSurfInt Class > OdGeSurfSurfInt Constructor > OdGeSurfSurfInt::OdGeSurfSurfInt Constructor (OdGeSurface&, OdGeSurface&, OdGeTol&)
OdGeSurfSurfInt::OdGeSurfSurfInt Constructor (OdGeSurface&, OdGeSurface&, OdGeTol&)
Syntax
C++
OdGeSurfSurfInt(const OdGeSurface& srf1, const OdGeSurface& srf2, const OdGeTol& tol = OdGeContext::gTol);
Parameters 
Description 
const OdGeSurface& srf1 
[in] First surface that intersects with the second surface.  
const OdGeSurface& srf2 
[in] Second surface that intersects with the first surface.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Constructor. Creates an OdGeSurfSurfInt object with specified two surfaces and geometric tolerance. 

 

Constructs the objects with the specified parameters.

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