API Reference > Classes > Geometry Classes > OdBmGEllipse Class > OdBmGEllipse Methods > OdBmGEllipse::setAxes Method
OdBmGEllipse::setAxes Method
Syntax
C++
OdResult setAxes(const OdGeVector3d& xDirection, const OdGeVector3d& yDirection);
Parameters 
Description 
const OdGeVector3d& xDirection 
[in] The major axis of the ellipse.  
const OdGeVector3d& yDirection 
[in] The minor axis of the ellipse. 

Sets the major and minor axes of the ellipse. 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.