Interface CraneRailAProfile
- All Superinterfaces:
- ParametricProfile,- Profile
Represents the Crane Rail A shaped profile of a rail component. Corresponds to IfcCraneRailAShapeProfileDef of IFC.
 See IfcCraneRailAShapeProfileDef
- Since:
- 9.10.3
- 
Method SummaryModifier and TypeMethodDescriptionReturns the base depth of the A shape crane rail.Returns the base depth of the A shape crane rail.Returns the depth of the base where thickness changes.Returns the total extent of the width of the base.Returns the width of the base where thickness changes.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 A shape crane rail.Returns the head depth of the A 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
 
- 
getBaseWidth2Double getBaseWidth2()Returns the total extent of the width of the base.- Returns:
- the total extent of the width of the base
- Since:
- 9.10.3
 
- 
getRadiusReturns an optional of the edge radius.- Returns:
- an optional of the edge radius
- 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
 
- 
getHeadDepth2Double getHeadDepth2()Returns the head depth of the A shape crane rail.- Returns:
- the head depth of the A shape crane rail
- Since:
- 9.10.3
 
- 
getHeadDepth3Double getHeadDepth3()Returns the head depth of the A shape crane rail.- Returns:
- the head depth of the A 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
 
- 
getBaseWidth4Double getBaseWidth4()Returns the width of the base where thickness changes.- Returns:
- the width of the base where thickness changes
- Since:
- 9.10.3
 
- 
getBaseDepth1Double getBaseDepth1()Returns the base depth of the A shape crane rail.- Returns:
- the base depth of the A shape crane rail
- Since:
- 9.10.3
 
- 
getBaseDepth2Double getBaseDepth2()Returns the base depth of the A shape crane rail.- Returns:
- the base depth of the A shape crane rail
- Since:
- 9.10.3
 
- 
getBaseDepth3Double getBaseDepth3()Returns the depth of the base where thickness changes.- Returns:
- the depth of the base where thickness changes
- 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
 
 
-