Constructs a conic segment defined by the input data.
Public Sub New( cosineAngle As double, sineAngle As double, baseOrigin As Point3d, baseRadius As double, axisOfSymmetry As Vector3d, referenceAxis As Vector3d, height As Interval, startAngle As double, endAngle As double )
public Cone( double cosineAngle, double sineAngle, Point3d baseOrigin, double baseRadius, Vector3d axisOfSymmetry, Vector3d referenceAxis, Interval height, double startAngle, double endAngle );
Parameters |
Description |
double cosineAngle |
Input cosine of the angle formed by cone generator and its axis |
double sineAngle |
Input sine of the angle formed by cone generator and its axis |
Point3d baseOrigin |
Input center of the circular base |
double baseRadius |
Input radius of the circular base |
Vector3d axisOfSymmetry |
Input cone's axis of rotation |
Interval height |
Input height of the cone |
double startAngle |
Input start parameter on the base circle |
double endAngle |
Input end parameter on the base circle |
refAxis |
Input reference vector on base |
Comments? |