Class newLoftedSurface
- java.lang.Object
-
- geomss.app.GeomSSCommands.creators.newLoftedSurface
-
public class newLoftedSurface extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description 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()
-
-
-
Constructor Detail
-
newLoftedSurface
public newLoftedSurface()
-
-
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.
-
-