|  | @@ -1094,40 +1094,41 @@ safetypathremove(){
 | 
											
												
													
														|  |    //选中指定点
 |  |    //选中指定点
 | 
											
												
													
														|  |    selectByNodeId(nid) {
 |  |    selectByNodeId(nid) {
 | 
											
												
													
														|  |      console.log("selectByNodeId", nid);
 |  |      console.log("selectByNodeId", nid);
 | 
											
												
													
														|  | -    if (this.isSelectNode) {
 |  | 
 | 
											
												
													
														|  | 
 |  | +    // if (this.isSelectNode) {
 | 
											
												
													
														|  |        if (this.lastActor != null) {
 |  |        if (this.lastActor != null) {
 | 
											
												
													
														|  | -        this.lastActor.getProperty().setColor(WHITE);
 |  | 
 | 
											
												
													
														|  | 
 |  | +        this.renderer.removeActor(this.lastActor);
 | 
											
												
													
														|  |        }
 |  |        }
 | 
											
												
													
														|  |        this.nodeActors.forEach(nodeActor => {
 |  |        this.nodeActors.forEach(nodeActor => {
 | 
											
												
													
														|  |          if (nid == nodeActor.node.id) {
 |  |          if (nid == nodeActor.node.id) {
 | 
											
												
													
														|  | -          nodeActor.actor.getProperty().setColor(GREEN);
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -          this.renderWindow.render();
 |  | 
 | 
											
												
													
														|  | 
 |  | +          nodeActor.actor.getProperty().setColor(GREEN);      
 | 
											
												
													
														|  |            this.lastActor = nodeActor.actor;
 |  |            this.lastActor = nodeActor.actor;
 | 
											
												
													
														|  |            this.selectObj = nodeActor.node;
 |  |            this.selectObj = nodeActor.node;
 | 
											
												
													
														|  | 
 |  | +          this.renderer.addActor(this.lastActor);
 | 
											
												
													
														|  | 
 |  | +          this.renderWindow.render();
 | 
											
												
													
														|  |            return;
 |  |            return;
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |        });
 |  |        });
 | 
											
												
													
														|  | -    }
 |  | 
 | 
											
												
													
														|  | 
 |  | +    // }
 | 
											
												
													
														|  |    }
 |  |    }
 | 
											
												
													
														|  |    //选中指定管道
 |  |    //选中指定管道
 | 
											
												
													
														|  |    selectByPipeId(pid) {
 |  |    selectByPipeId(pid) {
 | 
											
												
													
														|  |      console.log("selectByPipeId", pid);
 |  |      console.log("selectByPipeId", pid);
 | 
											
												
													
														|  | -    if (this.isSelectPipe) {
 |  | 
 | 
											
												
													
														|  | 
 |  | +    // if (this.isSelectPipe) {
 | 
											
												
													
														|  |        if (this.lastActor != null) {
 |  |        if (this.lastActor != null) {
 | 
											
												
													
														|  | -        this.lastActor.getProperty().setColor(WHITE);
 |  | 
 | 
											
												
													
														|  | 
 |  | +        this.renderer.removeActor(this.lastActor);
 | 
											
												
													
														|  |        }
 |  |        }
 | 
											
												
													
														|  |        this.pipeActors.forEach(pipeActor => {
 |  |        this.pipeActors.forEach(pipeActor => {
 | 
											
												
													
														|  |          if (pid == pipeActor.pipe.id) {
 |  |          if (pid == pipeActor.pipe.id) {
 | 
											
												
													
														|  |            pipeActor.actor.getProperty().setColor(GREEN);
 |  |            pipeActor.actor.getProperty().setColor(GREEN);
 | 
											
												
													
														|  | -          this.renderWindow.render();
 |  | 
 | 
											
												
													
														|  |            this.lastActor = pipeActor.actor;
 |  |            this.lastActor = pipeActor.actor;
 | 
											
												
													
														|  |            this.selectObj = pipeActor.node;
 |  |            this.selectObj = pipeActor.node;
 | 
											
												
													
														|  | 
 |  | +          this.renderer.addActor(this.lastActor);
 | 
											
												
													
														|  | 
 |  | +          this.renderWindow.render();
 | 
											
												
													
														|  |            return;
 |  |            return;
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |        });
 |  |        });
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
												
													
														|  | -  }
 |  | 
 | 
											
												
													
														|  | 
 |  | +  // }
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  function createRGBStringFromRGBValues(rgb) {
 |  |  function createRGBStringFromRGBValues(rgb) {
 | 
											
												
													
														|  |    if (rgb.length !== 3) {
 |  |    if (rgb.length !== 3) {
 |