Interface NonUniformLProfile
- All Superinterfaces:
- ParametricProfile,- Profile
Represents a non uniform L-shaped profile of a component.
- Since:
- 9.10.3
- 
Method SummaryModifier 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 thickness of the flange.Returns an optional of the slope of leg of the profile.Returns the wall thickness of the web.getWidth()Returns an optional of the flange width of the profile.Methods inherited from interface com.solibri.smc.api.model.profile.ParametricProfilegetParametricProfileType
- 
Method Details- 
getDepthDouble getDepth()Returns the depth of the profile.- Returns:
- the depth of the profile
- Since:
- 9.10.3
 
- 
getWidthReturns an optional of the flange width of the profile.- Returns:
- an optional of the flange width of the profile
- Since:
- 9.10.3
 
- 
getThicknessDouble getThickness()Returns the wall thickness of the web.- Returns:
- the wall thickness of the web
- Since:
- 9.10.3
 
- 
getFlangeThicknessDouble getFlangeThickness()Returns the thickness of the flange.- Returns:
- the thickness of the flange
- Since:
- 9.10.3
 
- 
getFilletRadiusReturns an optional of the fillet radius of the profile.- Returns:
- an optional of the fillet radius of the profile
- Since:
- 9.10.3
 
- 
getEdgeRadiusReturns an optional of the edge radius of the profile.- Returns:
- an optional of the edge radius of the profile
- Since:
- 9.10.3
 
- 
getLegSlopeReturns 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
 
- 
getCentreOfGravityInXReturns 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
 
- 
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
 
 
-