Constructor.
Constructs a toroidal segment defined by input data.
Public Sub New( majorRadius As double, minorRadius As double, origin As Point3d, axisOfSymmetry As Vector3d, referenceAxis As Vector3d, startAngleU As double, endAngleU As double, startAngleV As double, endAngleV As double )
public Torus( double majorRadius, double minorRadius, Point3d origin, Vector3d axisOfSymmetry, Vector3d referenceAxis, double startAngleU, double endAngleU, double startAngleV, double endAngleV );
Parameters |
Description |
double majorRadius |
Input major radius |
double minorRadius |
Input minor radius |
Point3d origin |
Input center |
Vector3d axisOfSymmetry |
Input axis of rotation |
Vector3d referenceAxis |
Input direction to the zero meridian |
double startAngleU |
Input start longitude |
double endAngleU |
Input end longitude |
double startAngleV |
Input start latitude |
double endAngleV |
Input end latitude |
Comments? |