API Reference > OdGe Classes > OdGeEllipArc3d Class > OdGeEllipArc3d Methods > set Method > OdGeEllipArc3d::set Method (OdGePoint3d&, OdGeVector3d&, OdGeVector3d&, double, double)
OdGeEllipArc3d::set Method (OdGePoint3d&, OdGeVector3d&, OdGeVector3d&, double, double)
Syntax
C++
Parameters 
Description 
const OdGePoint3d& center 
[in] The center of the elliptical arc.  
const OdGeVector3d& majorAxis 
[in] The major axis of the elliptical arc.  
const OdGeVector3d& minorAxis 
[in] The minor axis of the elliptical arc.  
double majorRadius 
[in] The major radius of the elliptical arc.  
double minorRadius 
[in] The minor radius of the elliptical arc. 

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

 

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