Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
OdBmCurveElem::createEllipse Method
Syntax
C++
OdResult createEllipse(OdGePoint3d center, OdGeVector3d xDirection, OdGeVector3d yDirection, double radiusX, double radiusY, double startAng, double endAngle);

Creates an ellipse. 

 

Parameters
Description
center
[in] Input ellipse center.
xDirection
[in] Input ellipse x-direction.
yDirection
[in] Input ellipse y-direction.
radiusX
[in] Input value of x-direction radius.
radiusY
[in] Input value of y-direction radius.
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.