API Reference > OdGe Classes > OdGeCircArc3d Class > OdGeCircArc3d Methods > set Method > OdGeCircArc3d::set Method (OdGeCurve3d&, OdGeCurve3d&, double, double&, double&, bool&)
OdGeCircArc3d::set Method (OdGeCurve3d&, OdGeCurve3d&, double, double&, double&, bool&)
Syntax
C++
OdGeCircArc3d& set(const OdGeCurve3d& curve1, const OdGeCurve3d& curve2, double radius, double& param1, double& param2, bool& success);
Parameters 
Description 
const OdGeCurve3d& curve1 
[in] First curve to define a tangent arc.  
const OdGeCurve3d& curve2 
[in] Second curve to define a tangent arc.  
double radius 
[in] Radius of arc.  
double& param1 
[in] Parameter corresponding tangency point on curve1.  
double& param2 
[in] Parameter corresponding tangency point on curve2.  
bool& success 
[out] Receives true if and only if the tan-tan-radius or tan-tan-tan curve could be constructed. If false, this arc is unmodified. 

Sets the parameters for this arc according to the arguments, and returns a reference to this arc. 

 

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