Interface Beam
- All Superinterfaces:
Component
public interface Beam extends Component
Represents beams in IFC models (IfcBeam).
- Since:
- 9.10.3
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Beam.Type
Represents the different types of beams. -
Method Summary
Methods inherited from interface com.solibri.smc.api.model.Component
distance, distance, equals, getBATID, getBottomElevationFromFloor, getBoundingBox, getBuilding, getComponentType, getConstructionType, getDescriptionText, getDisciplineName, getFederatedFloor, getFloor, getFootprint, getFunctionalSystems, getGlobalBottomElevation, getGlobalTopElevation, getGroups, getGUID, getHyperlinks, getIfcEntityType, getInformation, getIntersections, getMaterials, getModel, getName, getProfile, getPropertySets, getPropertySets, getPropertyValue, getRelated, getSite, getTopElevationFromFloor, getTriangleMesh, horizontalDistance, horizontalDistance, isOnBuildingEnvelope, projectionOnXYPlaneDistance, projectionOnXYPlaneDistance, verticalDistance, verticalDistance
-
Method Details
-
getType
Beam.Type getType()Returns the type of this beam.- Returns:
- the type of this beam
- Since:
- 9.10.3
-