Class PanelYZ


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

      • PanelYZ

        public PanelYZ()
        Create a flat checkerboard panel in the yz-plane that runs from -1 to 1 in the y-direction and -1 to 1 in the z-direction.
      • PanelYZ

        public PanelYZ​(int yMin,
                       int yMax,
                       int zMin,
                       int zMax)
        Create a flat checkerboard panel in the xz-plane with the given dimensions.
        Parameters:
        yMin - location of bottom edge
        yMax - location of top edge
        zMin - location of back edge
        zMax - location of front edge
      • PanelYZ

        public PanelYZ​(int yMin,
                       int yMax,
                       int zMin,
                       int zMax,
                       double x)
        Create a flat checkerboard panel parallel to the yz-plane with the given dimensions.
        Parameters:
        yMin - location of bottom edge
        yMax - location of top edge
        zMin - location of back edge
        zMax - location of front edge
        x - x-plane that holds the panel