Class erase


  • public class erase
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      erase()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void invoke​(bsh.Interpreter env, bsh.CallStack callstack, GeomElement... geomVararg)
      Implement erase( GeomElement...
      static java.lang.String usage()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • usage

        public static java.lang.String usage()
      • invoke

        public static void invoke​(bsh.Interpreter env,
                                  bsh.CallStack callstack,
                                  GeomElement... geomVararg)
                           throws bsh.EvalError
        Implement erase( GeomElement... geometry ) command.
        Throws:
        bsh.EvalError