API Reference > OdGe Classes > OdGeCircArc3d Class > OdGeCircArc3d Constructor > OdGeCircArc3d::OdGeCircArc3d Constructor (OdGePoint3d&, OdGeVector3d&, double)
OdGeCircArc3d::OdGeCircArc3d Constructor (OdGePoint3d&, OdGeVector3d&, double)
Syntax
C++
OdGeCircArc3d(const OdGePoint3d& center, const OdGeVector3d& normal, double radius);
Parameters 
Description 
const OdGePoint3d& center 
[in] Center of a circle.  
const OdGeVector3d& normal 
[in] Normal vector of a 3D circle.  
double radius 
[in] Radius of a circle. 

details Constructor for the OdGeCircArc3d class.

The constructor creates a circle with the specified parameters.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.