Package com.solibri.smc.api.model
Interface Grid
- All Superinterfaces:
Component
Represents an IFC grid in the data model. A grid contains axes organized in three groups:
U axes, V axes, and W axes.
- Since:
- 26.4.1
- See Also:
-
Method Summary
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, getName, getNameText, getObjectType, getParametricInformationAsString, getPredefinedType, getProfile, getPropertySets, getPropertySets, getPropertyValue, getRelated, getResolvedPredefinedType, getSite, getTopElevationFromFloor, getTriangleMesh, getTypeName, horizontalDistance, horizontalDistance, isOnBuildingEnvelope, projectionOnXYPlaneDistance, projectionOnXYPlaneDistance, verticalDistance, verticalDistance
-
Method Details
-
getUAxes
Returns the U axes of the grid.- Returns:
- the U axes, or an empty list if there are no U axes
- Since:
- 26.4.1
-
getVAxes
Returns the V axes of the grid.- Returns:
- the V axes, or an empty list if there are no V axes
- Since:
- 26.4.1
-
getWAxes
Returns the W axes of the grid.- Returns:
- the W axes, or an empty list if there are no W axes
- Since:
- 26.4.1
-