Constructs an infinite cylinder defined by the input data.
Public Sub New( radius As double, origin As Point3d, axisOfSymmetry As Vector3d )
public Cylinder( double radius, Point3d origin, Vector3d axisOfSymmetry );
|
Parameters |
Description |
|
double radius |
Input cylinder radius |
|
Point3d origin |
Input reference point on the cylinder axis |
|
Vector3d axisOfSymmetry |
Input rotation axis |
| Comments? |