Interface RectangleHollowProfile

    • Method Detail

      • getWallThickness

        Double getWallThickness()
        Returns the thickness of the wall.
        Returns:
        the thickness of the wall
        Since:
        9.10.3
      • getInnerFilletRadius

        Optional<Double> getInnerFilletRadius()
        Returns 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
      • getOuterFilletRadius

        Optional<Double> getOuterFilletRadius()
        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:
        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