Constructs a bounded cylinder defined by the input data.
Public Sub New( radius As double, origin As Point3d, axisOfSymmetry As Vector3d, referenceAxis As Vector3d, height As Interval, startAngle As double, endAngle As double )
public Cylinder( double radius, Point3d origin, Vector3d axisOfSymmetry, Vector3d referenceAxis, Interval height, double startAngle, double endAngle );
Parameters |
Description |
double radius |
Input cylinder radius |
Point3d origin |
Input base point on the cylinder axis |
Vector3d axisOfSymmetry |
Input axis of rotation |
Vector3d referenceAxis |
Input reference vector on the base circle |
Interval height |
Input interval on the axis referred by the origin |
double startAngle |
Input start angle on the base circle |
double endAngle |
Input end angle on the base circle |
Comments? |