| 
  | __init__(self,
        point1,
        point2,
        radius,
        faces=(True, True, True),
        **attr)(Constructor)
 |  |  
    Parameters:
        point1(Scientific.Geometry.Vector) - first end point of the cylinder axispoint2(Scientific.Geometry.Vector) - second end point of the cylinder axisradius(positive number) - the cylinder radiusfaces- a sequence of three boolean flags, corresponding to the cylinder 
          hull and the two circular end pieces, specifying for each of 
          these parts whether it is visible or notattr- graphics attributes as keyword parametersOverrides:
        VRMLObject.__init__
     |