Interface CraneRailFProfile
- All Superinterfaces:
ParametricProfile
,Profile
Represents the Crane Rail F shaped profile of a rail component. Corresponds to IfcCraneRailFShapeProfileDef of IFC.
See IfcCraneRailFShapeProfileDef
- Since:
- 9.10.3
-
Method Summary
Modifier and TypeMethodDescriptionReturns the base depth of the F shape crane rail.Returns the base depth of the F shape crane rail.Returns an optional of the location of centre of gravity along the y axis measured from the center of the bounding box.Returns the head depth of the F shape crane rail.Returns the head depth of the F shape crane rail.Returns the total extent of the width of the head.Returns the total extent of the height.Returns an optional of the edge radius.Returns the thickness of the web of the F shape crane rail.Methods inherited from interface com.solibri.smc.api.model.profile.ParametricProfile
getParametricProfileType
-
Method Details
-
getOverallHeight
Double getOverallHeight()Returns the total extent of the height.- Returns:
- the total extent of the height
- Since:
- 9.10.3
-
getHeadWidth
Double getHeadWidth()Returns the total extent of the width of the head.- Returns:
- the total extent of the width of the head
- Since:
- 9.10.3
-
getRadius
Returns an optional of the edge radius.- Returns:
- an optional of the edge radius
- Since:
- 9.10.3
-
getHeadDepth2
Double getHeadDepth2()Returns the head depth of the F shape crane rail.- Returns:
- the head depth of the F shape crane rail
- Since:
- 9.10.3
-
getHeadDepth3
Double getHeadDepth3()Returns the head depth of the F shape crane rail.- Returns:
- the head depth of the F shape crane rail
- Since:
- 9.10.3
-
getWebThickness
Double getWebThickness()Returns the thickness of the web of the F shape crane rail.- Returns:
- the thickness of the web of the F shape crane rail
- Since:
- 9.10.3
-
getBaseDepth1
Double getBaseDepth1()Returns the base depth of the F shape crane rail.- Returns:
- the base depth of the F shape crane rail
- Since:
- 9.10.3
-
getBaseDepth2
Double getBaseDepth2()Returns the base depth of the F shape crane rail.- Returns:
- the base depth of the F shape crane rail
- Since:
- 9.10.3
-
getCentreOfGravityInY
Returns an optional of the location of centre of gravity along the y axis measured from the center of the bounding box.- Returns:
- an optional of the location of centre of gravity along the y axis measured from the center of the bounding box
- Since:
- 9.10.3
-