Cylinder Constructor

Overload List

Method Description
Cylinder.Cylinder ()Constructs a valid infinite default cylinder.
Cylinder.Cylinder (double, Point3d, Vector3d)Constructs an infinite cylinder defined by the input data.
Cylinder.Cylinder (double, Point3d, Vector3d, Vector3d, Interval, double, double)Constructs a bounded cylinder defined by the input data.