API Reference > OdGe Classes > OdGeCurveCurveInt3d Class > OdGeCurveCurveInt3d Methods > set Method > OdGeCurveCurveInt3d::set Method (OdGeCurve3d&, OdGeCurve3d&, OdGeVector3d&, OdGeTol&)
OdGeCurveCurveInt3d::set Method (OdGeCurve3d&, OdGeCurve3d&, OdGeVector3d&, OdGeTol&)
Syntax
C++
OdGeCurveCurveInt3d& set(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. 

Reference to this OdGeCurveCurveInt3d object.

Sets the curves, plane normals, and tolerance for which to determine intersections. 

 

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

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