AcGeCone( double cosineAngle, double sineAngle, const AcGePoint3d& baseOrigin, double baseRadius, const AcGeVector3d& axisOfSymmetry );
|
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 |
|
const AcGePoint3d& baseOrigin |
Input center of the circular base |
|
double baseRadius |
Input radius of the circular base |
|
const AcGeVector3d& axisOfSymmetry |
Input cone's axis of rotation |
Constructs a full circular cone defined by the input data.