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 SummaryModifier 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.ParametricProfilegetParametricProfileType
- 
Method Details- 
getOverallHeightDouble getOverallHeight()Returns the total extent of the height.- Returns:
- the total extent of the height
- Since:
- 9.10.3
 
- 
getHeadWidthDouble 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
 
- 
getRadiusReturns an optional of the edge radius.- Returns:
- an optional of the edge radius
- Since:
- 9.10.3
 
- 
getHeadDepth2Double 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
 
- 
getHeadDepth3Double 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
 
- 
getWebThicknessDouble 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
 
- 
getBaseDepth1Double 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
 
- 
getBaseDepth2Double 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
 
- 
getCentreOfGravityInYReturns 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
 
 
-