Arjun Verma
Arjun Verma
> do you see these errors when running the JupyterCAD custom UI through the jupyter cad command? Yes, these logs are from browser console when I startup the extension after...
> I'd invite you to use `jupyter lab` instead for now, it should work there. > > But we should definitely look into a fix before making a release of...
I'm happy to mark this PR as draft for the time i'm reiterating on it. Please feel free to correct me if I should not mark.
https://github.com/user-attachments/assets/dfede216-2d96-4a45-b839-936bfe8f8ca2 Toggling wireframe works again. Now with the approach suggested by @trungleduc, thanks 💐 Just preventing toggling wireframe & clipPlane at the same time remains. In the meantime, this is...
> Thanks for the rebase and update! I will test it and see if I can make the clipping work with it Sounds good to me, Thanks. I've also tried...
I'm now able to prevent enabling clip plane while wireframe view is enabled. It was my bad that all this time I was trying to do it in the wrong...
https://github.com/user-attachments/assets/ad3ee08f-9207-4bf9-a398-55fc3b1fd4ce I've been able to prevent enabling both wireframe and clip plane at the same time. However there's this one case which creates a bottleneck condition i.e. when clip plane...
Hi @martinRenou, thanks for the review. I'll integrate it today as soon as possible. Apologies for the delay.
When i remove `// @ts-ignore` in [`18a2c7f`](https://github.com/jupytercad/JupyterCAD/pull/390/commits/18a2c7ffb077606ef85f8d0e2ee71c05074893a3), it gives error - Object is possibly 'null'. (Object referring to `this._meshGroup`) Took me unexpectedly long time to figure out that `// @ts-ignore`...
https://github.com/user-attachments/assets/65769754-b18b-4e90-a281-a6280557c771 Works as expected for me, pointer is not included in wireframe view and so is the clip plane.