Interface RoundedRectangleProfile
- All Superinterfaces:
ParametricProfile
,Profile
,RectangleProfile
Represents the rounded Rectangle shaped profile of a component. Corresponds to IfcRoundedRectangleProfileDef of IFC.
- Since:
- 9.10.3
-
Method Summary
Modifier and TypeMethodDescriptionReturns the radius of the circular arcs, by which all four corners of the rectangle are equally rounded.Methods inherited from interface com.solibri.smc.api.model.profile.ParametricProfile
getParametricProfileType
Methods inherited from interface com.solibri.smc.api.model.profile.RectangleProfile
getXDim, getYDim
-
Method Details
-
getRoundingRadius
Double getRoundingRadius()Returns the radius of the circular arcs, by which all four corners of the rectangle are equally rounded.- Returns:
- the radius of the circular arcs, by which all four corners of the rectangle are equally rounded
- Since:
- 9.10.3
-