chaffra
chaffra
There aren't any properties being displayed for step files. Is it possible to have at least bounding box dimensions? Great tool btw.
I noticed the `Tab` key does not change the value on a FloatSlider for example. To reproduce, type a new value in the entry text box, press `Tab` instead of...
I have the following setup but the dependencies in `requirements.txt` are not installed automatically. I have to run the last line (commented) for the executable to work. I thought the...
How can you save a CadDocument? Let say I open a document as `doc = CadDocument()` How can I save it as a file? With some guidance on the jcad...
Would be nice to have a function to rename an object. Something like `doc.rename(old_name, new_name)`.
This minimal example is displaying nothing for me. OCC works by itself with the JupyterRenderer but I cannot see the OCC shapes created from JupyterCAD. ``` from OCC.Core.BRepPrimAPI import BRepPrimAPI_MakeBox...
Would be nice to have the tree group the object names automatically by primitive categories: box, cut, fuse, cylinder etc...
I tried `ngsolve.webgui.Draw(CF([u.components[0], u.componets[1]), mesh)` but that plots a surface of the magnitude of the vector field.
It would be great if Parameters.serialize_parameters could ignore non JSON serializable parameters by default and finish the serialization without throwing `TypeError: Object of type XYZ is not JSON serializable` or...