Class PanelXZ


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

      • PanelXZ

        public PanelXZ()
        Create a flat checkerboard panel in the xz-plane that runs from -1 to 1 in the x-direction and -1 to 1 in the z-direction.
      • PanelXZ

        public PanelXZ​(int xMin,
                       int xMax,
                       int zMin,
                       int zMax)
        Create a flat checkerboard panel in the xz-plane with the given dimensions.
        Parameters:
        xMin - location of left edge
        xMax - location of right edge
        zMin - location of back edge
        zMax - location of front edge
      • PanelXZ

        public PanelXZ​(int xMin,
                       int xMax,
                       int zMin,
                       int zMax,
                       double y)
        Create a flat checkerboard panel parallel to the xz-plane with the given dimensions.
        Parameters:
        xMin - location of left edge
        xMax - location of right edge
        zMin - location of back edge
        zMax - location of front edge
        y - y-plane that holds the panel