Interface BuildingStorey

All Superinterfaces:
Component

public interface BuildingStorey extends Component
Represents a storey (floor) in a building.
Since:
9.10.3
  • Method Details

    • getName

      String getName()
      Returns the name of the storey.
      Specified by:
      getName in interface Component
      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
    • getComponents

      Set<Component> 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