Interface RectangleHollowProfile
- All Superinterfaces:
- ParametricProfile,- Profile,- RectangleProfile
Represents the Rectangle hollow shaped profile of a component. Corresponds to IfcRectangleHollowProfileDef of IFC.
- Since:
- 9.10.3
- 
Method SummaryModifier and TypeMethodDescriptionReturns an optional of the radius of the circular arcs, by which all four corners of the inner contour of rectangle are equally rounded.Returns an optional of the radius of the circular arcs, by which all four corners of the outer contour of rectangle are equally rounded.Returns the thickness of the wall.Methods inherited from interface com.solibri.smc.api.model.profile.ParametricProfilegetParametricProfileTypeMethods inherited from interface com.solibri.smc.api.model.profile.RectangleProfilegetXDim, getYDim
- 
Method Details- 
getWallThicknessDouble getWallThickness()Returns the thickness of the wall.- Returns:
- the thickness of the wall
- Since:
- 9.10.3
 
- 
getInnerFilletRadiusReturns an optional of the radius of the circular arcs, by which all four corners of the inner contour of rectangle are equally rounded.- Returns:
- an optional of the radius of the circular arcs, by which all four corners of the inner contour of rectangle are equally rounded
- Since:
- 9.10.3
 
- 
getOuterFilletRadiusReturns an optional of the radius of the circular arcs, by which all four corners of the outer contour of rectangle are equally rounded.- Returns:
- an optional of the radius of the circular arcs, by which all four corners of the outer contour of rectangle are equally rounded
- Since:
- 9.10.3
 
 
-