Cylinder Class Reference
Geometry object describing a finite 3d cylinder. More...
Inheritance diagram for Cylinder:Public Member Functions | |
| def | __init__ |
| def | __init__ |
Public Member Functions inherited from Geometry | |
| def | getScopSemantic |
| def | setScopSemantic |
| def | type |
Public Attributes | |
| r | |
| x | |
| y | |
| zmax | |
| zmin | |
Detailed Description
Geometry object describing a finite 3d cylinder.
Constructor & Destructor Documentation
| def __init__ | ( | self | ) |
| def __init__ | ( | self, | |
| x, | |||
| y, | |||
| r, | |||
| zmin, | |||
| zmax | |||
| ) |
- Parameters
-
self (type: object) self pointer x (type: float) mandatory parameter y (type: float) mandatory parameter r (type: float) mandatory parameter zmin (type: float) mandatory parameter zmax (type: float) mandatory parameter
- Returns
- (type: object)
References Cylinder.__init__(), Circle.r, Cylinder.r, Circle.x, Cylinder.x, Circle.y, Cylinder.y, Box.zmax, Cylinder.zmax, Box.zmin, and Cylinder.zmin.
