Class SurfaceStatus


  • public class SurfaceStatus
    extends Object
    Class that holds the surface status information that the surface tool needs.
    • Field Detail

      • kind

        int kind
      • color

        int color
      • fillOn

        boolean fillOn
      • translucency

        int translucency
      • meshOn

        boolean meshOn
      • meshColor

        int meshColor
      • meshTranslucency

        int meshTranslucency
      • lighting

        int lighting
      • frontonly

        boolean frontonly
      • show

        boolean show
      • beenSliced

        boolean beenSliced
      • capOn

        boolean capOn
      • ghostOn

        boolean ghostOn
      • foundDuringLastSync

        boolean foundDuringLastSync
      • isShell

        private boolean isShell
    • Constructor Detail

      • SurfaceStatus

        public SurfaceStatus​(Mesh m,
                             int type)
        Parameters:
        m - (mesh) the mesh representing the surface
        type - (int) representing the type of surface (eg. pmesh, isosurface...)
    • Method Detail

      • updateExisting

        public void updateExisting​(Mesh m)