Geometry object describing a finite 3d cylinder. More...
Inheritance diagram for Cylinder:Public Member Functions | |
| def | __init__ (self, *args, **kwargs) |
Public Member Functions inherited from Geometry | |
| def | getScopSemantic (self) |
| def | setScopSemantic (self, arg1) |
| def | type (self) |
Public Attributes | |
| r | |
| x | |
| y | |
| zmax | |
| zmin | |
Geometry object describing a finite 3d cylinder.
| def __init__ | ( | self, | |
| * | args, | ||
| ** | kwargs | ||
| ) |
possible calls: __init__(self) __init__(self, x: float, y: float, r: float, zmin: float, zmax: float) @param self (type: object) self pointer @param *args (type: list) mandatory parameter @param ** kwargs (type: dict) mandatory parameter @return (type: object)
References Circle.r, Sphere.r, Cylinder.r, Point.x, Circle.x, Sphere.x, Cylinder.x, Point.y, Circle.y, Sphere.y, Cylinder.y, Box.zmax, Cylinder.zmax, Box.zmin, and Cylinder.zmin.