AcGeCone::AcGeCone

C++
AcGeCone(
    double cosineAngle, 
    double sineAngle, 
    const AcGePoint3d& baseOrigin, 
    double baseRadius, 
    const AcGeVector3d& axisOfSymmetry
);
Parameters
Parameters 
Description 
cosineAngle 
Input cosine of the angle formed by cone generator and its axis 
sineAngle 
Input sine of the angle formed by cone generator and its axis 
baseOrigin 
Input center of the circular base 
baseRadius 
Input radius of the circular base 
axisOfSymmetry 
Input cone's axis of rotation 
Description

Constructs a full circular cone defined by the input data. 

 

Links