Zone::GetZoneType
Defined in:
Returns the type of a zone.
C4Zones.h
Prototype
ZoneType GetZoneType(void) const;
Description
The GetZoneType
function returns the type of a zone, which can be one of the following constants.
kZoneInfinite |
Infinite zone that covers all space. |
kZoneBox |
Zone having the shape of a box. |
kZoneCylinder |
Zone having the shape of a cylinder. |
kZonePolygon |
Zone having the shape of an extruded convex polygon. |