Interface Covering
- All Superinterfaces:
Component
public interface Covering extends Component
Represents coverings in IFC models (IfcCovering).
- Since:
- 9.10.3
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Covering.Type
Represents the different types of coverings. -
Method Summary
Modifier and Type Method Description Covering.Type
getType()
Returns the type of this covering.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
Covering.Type getType()Returns the type of this covering.- Returns:
- the type of this covering
- Since:
- 9.10.3
-