Class HollowRectangleShape

  • All Implemented Interfaces:
    INamedObject

    public class HollowRectangleShape
    extends RectangleShape
    IFC compatible hollow rectangular shape with both inner/outer rounding corners.
    • Constructor Detail

      • HollowRectangleShape

        public HollowRectangleShape()
    • Method Detail

      • getWallThickness

        public double getWallThickness()
        The thickness between the boundary of the rectangle and the inner hole
      • setWallThickness

        public void setWallThickness​(double value)
        The thickness between the boundary of the rectangle and the inner hole
        Parameters:
        value - New value
      • getInnerFilletRadius

        public double getInnerFilletRadius()
        The inner fillet radius of the inner rectangle.
      • setInnerFilletRadius

        public void setInnerFilletRadius​(double value)
        The inner fillet radius of the inner rectangle.
        Parameters:
        value - New value