Interface BuildingStorey
- All Superinterfaces:
Component
,SpatialElement
Represents a storey (floor) in a building.
- Since:
- 9.10.3
-
Method Summary
Modifier and TypeMethodDescriptionReturns the components that are located on this storey based on IFC relations.Returns the elevation of the storey.Returns the components that are on the federated floor defined by this storey.getName()
Returns the name of the storey.Methods inherited from interface com.solibri.smc.api.model.Component
distance, distance, equals, getAllMaterials, getBATID, getBottomElevationFromFloor, getBoundingBox, getBoundingBoxHeight, getBoundingBoxLength, getBoundingBoxWidth, getBuilding, getComponentName, getComponentType, getCompositionType, getConstructionType, getDescriptionText, getDisciplineName, getDistanceToNextFloor, getElementType, getFederatedFloor, getFloor, getFootprint, getFunctionalSystems, getGeometryType, getGlobalBottomElevation, getGlobalCoordinate, getGlobalTopElevation, getGroups, getGUID, getHyperlinks, getIfcEntityType, getIfcType, getInformation, getInformationAsString, getIntersections, getMaterials, getModel, getNameText, getObjectType, getParametricInformationAsString, getPredefinedType, getProfile, getPropertySets, getPropertySets, getPropertyValue, getRelated, getResolvedPredefinedType, getSite, getTopElevationFromFloor, getTriangleMesh, getTypeName, horizontalDistance, horizontalDistance, isOnBuildingEnvelope, projectionOnXYPlaneDistance, projectionOnXYPlaneDistance, verticalDistance, verticalDistance
Methods inherited from interface com.solibri.smc.api.model.SpatialElement
getLongName
-
Method Details
-
getName
String getName()Returns the name of the storey. -
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
-
getElevation
OptionalDouble getElevation()Returns the elevation of the storey.- Returns:
- the elevation
- Since:
- 24.9.0
-