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