API Reference > OdGe Classes > OdGeCurveCurveInt3d Class > OdGeCurveCurveInt3d Constructor > OdGeCurveCurveInt3d::OdGeCurveCurveInt3d Constructor (OdGeCurve3d&, OdGeCurve3d&, OdGeVector3d&, OdGeTol&)
OdGeCurveCurveInt3d::OdGeCurveCurveInt3d Constructor (OdGeCurve3d&, OdGeCurve3d&, OdGeVector3d&, OdGeTol&)
Syntax
C++
OdGeCurveCurveInt3d(const OdGeCurve3d& curve1, const OdGeCurve3d& curve2, const OdGeVector3d& planeNormal = OdGeVector3d::kIdentity, const OdGeTol& tol = OdGeContext::gTol);
Parameters 
Description 
const OdGeCurve3d& curve1 
[in] First 3D curve.  
const OdGeCurve3d& curve2 
[in] Second 3D curve.  
const OdGeVector3d& planeNormal = OdGeVector3d::kIdentity 
[in] Specifies the normal to the plane for getIntConfigs().  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Constructor. Creates an OdGeCurveCurveInt3d object with specified two curves and geometric tolerance. 

 

The planeNormal argument is used only with getIntConfigs(). You must supply this argument if and only if you are using getIntConfigs().

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