API Reference > OdGe Classes > OdGeEllipArc3d Class > OdGeEllipArc3d Methods > set Method > OdGeEllipArc3d::set Method (OdGePoint3d&, OdGeVector3d&, OdGeVector3d&, double, double, double, double)
OdGeEllipArc3d::set Method (OdGePoint3d&, OdGeVector3d&, OdGeVector3d&, double, double, double, double)
Syntax
C++
Parameters 
Description 
const OdGePoint3d& center 
[in] Center of the elliptical arc.  
const OdGeVector3d& majorAxis 
[in] Major axis of the elliptical arc.  
const OdGeVector3d& minorAxis 
[in] Minor axis of the elliptical arc.  
double majorRadius 
[in] Major radius of the elliptical arc.  
double minorRadius 
[in] Minor radius of the elliptical arc.  
double startAng 
[in] Starting angle of the elliptical arc.  
double endAng 
[in] Ending angle of the elliptical arc. 

Reference to this OdGeEllipArc3d object.

Sets the parameters for this elliptical arc according to the arguments and returns a reference to this elliptical arc. 

 

All angles are expressed in radians.

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