Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
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);

Creates an arc. 

 

Parameters
Description
center
[in] Input arc center.
xDirection
[in] Input arc x-direction.
yDirection
[in] Input arc y-direction.
radius
[in] Input radius value.
startAng
[in] Input start angle.
endAngle
[in] Input end angle.

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

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