Interface BuildingStorey
public interface BuildingStorey
Represents a storey (floor) in a building.
- Since:
- 9.10.3
- 
Method SummaryModifier and TypeMethodDescriptionReturns the components that are located on this storey based on IFC relations.Returns the components that are on the federated floor defined by this storey.getName()Returns the name of the storey.
- 
Method Details- 
getNameString getName()Returns the name of the storey.- Returns:
- the name of the storey
- Since:
- 9.10.3
 
- 
getFederatedComponentsReturns the components that are on the federated floor defined by this storey.Federated floors are formed by Solibri based on the geometric locations of components on storeys. - Returns:
- the components that are on the federated floor defined by this storey
- Since:
- 9.10.3
 
- 
getComponentsReturns the components that are located on this storey based on IFC relations.- Returns:
- the components that are located on this storey based on IFC relations
- Since:
- 9.10.3
 
 
-