API Reference > Classes > Essential_Classes > OdBmCurveElem Class > OdBmCurveElem Methods > OdBmCurveElem::createArc Method (OdGePoint3d, OdGeVector3d, OdGeVector3d, double, double, double)
OdBmCurveElem::createArc Method (OdGePoint3d, OdGeVector3d, OdGeVector3d, double, double, double)
Syntax
C++
OdResult createArc(OdGePoint3d center, OdGeVector3d xDirection, OdGeVector3d yDirection, double radius, double startAng, double endAngle);
Parameters 
Description 
OdGePoint3d center 
[in] Input arc center.  
OdGeVector3d xDirection 
[in] Input arc x-direction.  
OdGeVector3d yDirection 
[in] Input arc y-direction.  
double radius 
[in] Input radius value.  
double startAng 
[in] Input start angle.  
double endAngle 
[in] Input end angle.
 

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

Creates an arc. 

 

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