Mohamed Tarek
Mohamed Tarek
> Try with the latest version (1.0.177)! Sure @agviegas will try today.
> window.onkeydown = (event: any) => { > if(event.code === 'KeyP') { > this.ifcViewer?.clipper.createPlane(); > } > else if(event.code === 'KeyO') { > this.ifcViewer?.clipper.deletePlane(); > } You are right @agviegas...
Also it might be useful to know that I think this happens because the length unit in one of the models is `foot` while it is `meter` in the other.