Class PanelXY


  • public class PanelXY
    extends Model
    Create a flat wireframe checkerboard panel in the xy-plane.
    • Constructor Detail

      • PanelXY

        public PanelXY()
        Create a flat checkerboard panel in the xy-plane that runs from -1 to 1 in the x-direction and -1 to 1 in the y-direction.
      • PanelXY

        public PanelXY​(int xMin,
                       int xMax,
                       int yMin,
                       int yMax)
        Create a flat checkerboard panel in the xy-plane with the given dimensions.
        Parameters:
        xMin - location of left edge
        xMax - location of right edge
        yMin - location of bottom edge
        yMax - location of top edge
      • PanelXY

        public PanelXY​(int xMin,
                       int xMax,
                       int yMin,
                       int yMax,
                       double z)
        Create a flat checkerboard panel parallel to the xy-plane with the given dimensions.
        Parameters:
        xMin - location of left edge
        xMax - location of right edge
        yMin - location of bottom edge
        yMax - location of top edge
        z - z-plane that holds the panel