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 SummaryMethods inherited from interface com.solibri.smc.api.model.GroupgetGroupedComponents, getName, getSubGroups
- 
Method Details- 
getLongNameReturns the long name of the zone.- Returns:
- the long name of the zone
- Since:
- 24.9.0
 
- 
getZonesReturns 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
 
 
-