Zone::GetZoneType
Defined in: C4Zones.h
Returns the type of a zone.
Prototype
ZoneType GetZoneType(void) const;
Description
The GetZoneType function returns the type of a zone, which can be one of the following values.
kZoneInfinite |
Infinite zone that covers all space.
|
kZoneBox |
Box-shaped zone.
|
kZoneCylinder |
Cylinder-shaped zone.
|
kZoneDome |
Dome-shaped zone.
|
kZonePolygon |
Zone whose base is a convex polygon.
|
|