|
IGeom3DCone::IsExpanding
Description
This method allows you to check if a cone expands in the direction of its axis. This happens when IGeom3DCone::CosineAng is more than 0 and IGeom3DCone::SineAng is more than 0.
Syntax
Status = IsExpanding ( );
Return: (Boolean) Status |
TRUE if cone expands. |
Note
This is only really significant if IGeom3DCone::IsCylinder returns FALSE otherwise it is irrelevant.
|