API Reference > OdGe Classes > OdGeEllipCylinder Class > OdGeEllipCylinder Methods > OdGeEllipCylinder::setMajorRadius Method
OdGeEllipCylinder::setMajorRadius Method
Syntax
C++
OdGeEllipCylinder& setMajorRadius(double majorRadius);
Parameters 
Description 
double majorRadius 
[in] The major radius of the elliptical cylinder. 

A reference to this OdGeEllipCylinder object.

Sets the major radius of the elliptical cylinder. 

 

This method doesn't change state returned by isOuterNormal(). To chenge outer normal state you should use setIsOuterNormal.

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