Interface BuildingStorey


  • public interface BuildingStorey
    Represents a storey (floor) in a building.
    Since:
    9.10.3
    • 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
      • 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