Package cc.sketchchair.sketch

Examples of cc.sketchchair.sketch.SketchShape.replace()


          chair.destroy();
        }

        if (action.action == UndoAction.EDIT_SHAPE) {
          SketchShape shape = (SketchShape) action.obj;
          shape.replace((SketchShape) action.objClone);
          //action.objClone;
          shape.setSelectedNodes(new ArrayList<Object>());

          if (GLOBAL.sketchChairs.getCurChair() != null) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.