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 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