API Reference > Classes > Geometry Classes > OdBmGArc Class > OdBmGArc Methods > OdBmGArc::set Method (OdGePoint3d&, OdGeVector3d&, double)
OdBmGArc::set Method (OdGePoint3d&, OdGeVector3d&, double)
Syntax
C++
OdResult set(const OdGePoint3d& center, const OdGeVector3d& normal, double radius);
Parameters 
Description 
const OdGePoint3d& center 
[in] Center of arc.  
const OdGeVector3d& normal 
[in] A vector normal to the plane of the arc  
double radius 
[in] Radius of arc.
 

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

Sets the parameters for this arc according to the arguments. 

 

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