Interface LProfile
- All Superinterfaces:
ParametricProfile
,Profile
Represents the L-shaped profile of a component. Corresponds to IfcLShapeProfileDef of IFC.
- Since:
- 9.10.3
-
Method Summary
Modifier and TypeMethodDescriptionReturns an optional of the location of centre of gravity along the x 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.getDepth()
Returns the depth of the profile.Returns an optional of the edge radius of the profile.Returns an optional of the fillet radius of the profile.Returns the wall thickness of the web.Returns an optional of the slope of leg of the profile.getWidth()
Returns an optional of the width of the profile.Methods inherited from interface com.solibri.smc.api.model.profile.ParametricProfile
getParametricProfileType
-
Method Details
-
getDepth
Double getDepth()Returns the depth of the profile.- Returns:
- the depth of the profile
- Since:
- 9.10.3
-
getWidth
Returns an optional of the width of the profile.- Returns:
- an optional of the width of the profile
- Since:
- 9.10.3
-
geThickness
Double geThickness()Returns the wall thickness of the web.- Returns:
- the wall thickness of the web
- Since:
- 9.10.3
-
getFilletRadius
Returns an optional of the fillet radius of the profile.- Returns:
- an optional of the fillet radius of the profile
- Since:
- 9.10.3
-
getEdgeRadius
Returns an optional of the edge radius of the profile.- Returns:
- an optional of the edge radius of the profile
- Since:
- 9.10.3
-
getLegSlope
Returns an optional of the slope of leg of the profile.- Returns:
- an optional of the slope of leg of the profile.
- Since:
- 9.10.3
-
getCentreOfGravityInX
Returns an optional of the location of centre of gravity along the x axis measured from the center of the bounding box.- Returns:
- an optional of the location of centre of gravity along the x axis measured from the center of the bounding box
- 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
-