API Reference > Classes > Geometry Classes > OdBmGArc Class > OdBmGArc Methods > OdBmGArc::setAxes Method
OdBmGArc::setAxes Method
Syntax
C++
OdResult setAxes(const OdGeVector3d& normal, const OdGeVector3d& refVec);
Parameters 
Description 
const OdGeVector3d& normal 
[in] A vector normal to the plane of the arc.  
const OdGeVector3d& refVec 
[in] The reference vector defining arc angle 0.
 

eOk if the operation completed successfully, or an appropriate error code otherwise.

Sets the normal and reference vectors for this arc. 

 

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