Interface RoundedRectangleProfile
-
- All Superinterfaces:
ParametricProfile
,Profile
,RectangleProfile
public interface RoundedRectangleProfile extends RectangleProfile
Represents the rounded Rectangle shaped profile of a component. Corresponds to IfcRoundedRectangleProfileDef of IFC.- Since:
- 9.10.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Double
getRoundingRadius()
Returns 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 Detail
-
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
-
-