Interface BuildingStorey
-
public interface BuildingStoreyRepresents a storey (floor) in a building.- Since:
- 9.10.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Component>getComponents()Returns the components that are located on this storey based on IFC relations.Set<Component>getFederatedComponents()Returns the components that are on the federated floor defined by this storey.StringgetName()Returns the name of the storey.
-
-
-
Method Detail
-
getName
String getName()
Returns the name of the storey.- Returns:
- the name of the storey
- Since:
- 9.10.3
-
getFederatedComponents
Set<Component> getFederatedComponents()
Returns 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
-
-