Interface BuildingStorey
public interface BuildingStorey
Represents a storey (floor) in a building.
- Since:
- 9.10.3
-
Method Summary
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.String
getName()
Returns the name of the storey.
-
Method Details
-
getName
String getName()Returns the name of the storey.- Returns:
- the name of the storey
- Since:
- 9.10.3
-
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
-
getComponents
Returns 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
-