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 SummaryModifier 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.ParametricProfilegetParametricProfileTypeMethods inherited from interface com.solibri.smc.api.model.profile.RectangleProfilegetXDim, getYDim
- 
Method Details- 
getRoundingRadiusDouble 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
 
 
-