Package com.solibri.smc.api.model
Interface Building
- All Superinterfaces:
- Component,- SpatialElement
Represents a building in a model.
- Since:
- 9.10.3
- 
Method SummaryModifier and TypeMethodDescriptionReturns the elevation of terrain.Returns the elevation reference height of the building.getName()Returns the name of this building.Methods inherited from interface com.solibri.smc.api.model.Componentdistance, 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, verticalDistanceMethods inherited from interface com.solibri.smc.api.model.SpatialElementgetLongName
- 
Method Details- 
getNameString getName()Returns the name of this building.
- 
getElevationRefHeightOptionalDouble getElevationRefHeight()Returns the elevation reference height of the building.- Returns:
- the long name of the building
- Since:
- 24.9.0
 
- 
getElevationOfTerrainOptionalDouble getElevationOfTerrain()Returns the elevation of terrain.- Returns:
- the elevation of terrain
- Since:
- 24.9.0
 
 
-