Package com.solibri.smc.api.model
Interface Zone
- All Superinterfaces:
 Group
A zone is an aggregation of spaces, partial spaces or other zones. Zone structures may not be hierarchical (i.e. one
 individual Space may be associated with zero, one, or several zones).
- Since:
 - 9.10.4
 
- 
Method Summary
Methods inherited from interface com.solibri.smc.api.model.Group
getGroupedComponents, getName, getSubGroups 
- 
Method Details
- 
getZones
Returns a set of the zones of this zone. Returns empty if this zone does not have any other zones.- Returns:
 - a set of the zones of this zone
 - Since:
 - 9.10.4
 
 
 -