API Reference > OdGe Classes > OdGeEllipArc3d Class > OdGeEllipArc3d Methods > orthogonalizeAxes Method > OdGeEllipArc3d::orthogonalizeAxes Method (OdGeTol&, OdGe::ErrorCondition&)
OdGeEllipArc3d::orthogonalizeAxes Method (OdGeTol&, OdGe::ErrorCondition&)
Syntax
C++
void orthogonalizeAxes(const OdGeTol& tol, OdGe::ErrorCondition& flag);
Parameters 
Description 
const OdGeTol& tol 
[in] Geometric tolerance.  
OdGe::ErrorCondition& flag 
[out] Receives the status of computation. 

Makes the minor axis orthogonal to the major axis. 

 

Possible values for flag are as follows: 

  • kOk
  • kDegenerateGeometry
 

If flag is not specified, the following exception may be thrown:

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