Esempio n. 1
0
        public ITool Build(FScene scene, List <SceneObject> targets)
        {
            OldPlaneCutTool tool = new OldPlaneCutTool(scene, targets[0]);

            tool.GenerateFillSurface = GenerateFillSurface;
            return(tool);
        }
Esempio n. 2
0
 public PlaneCutTool_SpatialBehavior(OldPlaneCutTool tool, FContext s)
 {
     context   = s;
     this.tool = tool;
 }