Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeCircArc3d::OdGeCircArc3d Constructor (const OdGePoint3d&, const OdGeVector3d&, double)
Syntax
C++
OdGeCircArc3d(const OdGePoint3d& center, const OdGeVector3d& normal, double radius);

Constructor for objects of the OdGeCircArc3d class.

Parameters
Description
center
[in] Center of a circle.
normal
[in] Normal vector of a 3D circle.
radius
[in] Radius of a circle.

The constructor creates a circle with the specified parameters.

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