Creates a temporary elliptical solid cylinder or cone BrepBody object.
pointOne |
Point3D |
A point at one end of the cylinder or cone. |
pointOneMajorRadius |
double |
The major radius of the cylinder or cone at the point one end, in centimeters. |
pointOneMinorRadius |
double |
The minor radius of the cylinder or cone at the point one end, in centimeters. |
pointTwo |
Point3D |
A point at the opposite end of the cone. |
pointTwoMajorRadius |
double |
The major radius of the cylinder or cone at the point two end, in centimeters. The minor radius is automatically determined using the point one ratio of the minor and major radii. |
majorAxisDirection |
Vector3D |
A Vector3D object that defines the direction of the major axis. |