Class newLoftedSurface

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static LoftedSurface invoke​(bsh.Interpreter env, bsh.CallStack callstack, int tDegree)
      Implement newLoftedSurface(int tDegree) command.
      static LoftedSurface invoke​(bsh.Interpreter env, bsh.CallStack callstack, int tDegree, Curve... curveVararg)
      Implement newGeomList(int tDegree, Curve...
      static LoftedSurface invoke​(bsh.Interpreter env, bsh.CallStack callstack, int tDegree, java.util.Collection curves)
      Implement newLoftedSurface(int tDegree, Collection geomElements) command.
      static LoftedSurface invoke​(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name, int tDegree)
      Implement newLoftedSurface(String name, int tDegree) command.
      static LoftedSurface invoke​(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name, int tDegree, Curve... curveVararg)
      Implement newGeomList(int tDegree, Curve...
      static LoftedSurface invoke​(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name, int tDegree, java.util.Collection curves)
      Implement newLoftedSurface(String name, int tDegree, Collection geomElements) command.
      static java.lang.String usage()  
      • Methods inherited from class java.lang.Object

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

      • usage

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

        public static LoftedSurface invoke​(bsh.Interpreter env,
                                           bsh.CallStack callstack,
                                           int tDegree)
        Implement newLoftedSurface(int tDegree) command.
      • invoke

        public static LoftedSurface invoke​(bsh.Interpreter env,
                                           bsh.CallStack callstack,
                                           java.lang.String name,
                                           int tDegree)
        Implement newLoftedSurface(String name, int tDegree) command.
      • invoke

        public static LoftedSurface invoke​(bsh.Interpreter env,
                                           bsh.CallStack callstack,
                                           int tDegree,
                                           java.util.Collection curves)
        Implement newLoftedSurface(int tDegree, Collection geomElements) command.
      • invoke

        public static LoftedSurface invoke​(bsh.Interpreter env,
                                           bsh.CallStack callstack,
                                           java.lang.String name,
                                           int tDegree,
                                           java.util.Collection curves)
        Implement newLoftedSurface(String name, int tDegree, Collection geomElements) command.
      • invoke

        public static LoftedSurface invoke​(bsh.Interpreter env,
                                           bsh.CallStack callstack,
                                           int tDegree,
                                           Curve... curveVararg)
        Implement newGeomList(int tDegree, Curve... curveVararg) command.
      • invoke

        public static LoftedSurface invoke​(bsh.Interpreter env,
                                           bsh.CallStack callstack,
                                           java.lang.String name,
                                           int tDegree,
                                           Curve... curveVararg)
        Implement newGeomList(int tDegree, Curve... curveVararg) command.