API Reference > OdGe Classes > OdGeCylinder Class > OdGeCylinder Constructor > OdGeCylinder::OdGeCylinder Constructor (double, OdGePoint3d&, OdGeVector3d&)
OdGeCylinder::OdGeCylinder Constructor (double, OdGePoint3d&, OdGeVector3d&)
Syntax
C++
OdGeCylinder(double radius, const OdGePoint3d& origin, const OdGeVector3d& axisOfSymmetry);
Parameters 
Description 
double radius 
[in] Radius of this cylinder.  
const OdGePoint3d& origin 
[in] A point on the axis of symmetry.  
const OdGeVector3d& axisOfSymmetry 
[in] Axis of symmetry (rotation). 

Constructor for the OdGeCylinder class. 

 

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