You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using opsvis as the back end visualization for https://github.com/ccaprani/ospgrid . A grid is a plane 3D structure, and some grids only experience joint rotation without translation, e.g.:
Manually setting the scale to 1000 gives the very nice:
However, the automatic scale finding only parses joint translations, and so without manually setting the scale factor we end up with an inf scale factor. It seems that the automatic scale factor calculation in
@ccaprani Thank you for this feature request. Hopefully I have implemented this feature in the updated PyPi version. Please test and let me know if it works.
Anyway I'm preparing a larger refactored version of opsvis. However, after the source files reorganization, the readthedocs documentation generation does not work, so as soon as I solve this issue I will upload the refactored package with new features (e.g. stress plots of 3d elements using pyvista and paraview). More details will come soon.
Hi @sewkokot !
I'm using
opsvis
as the back end visualization for https://github.com/ccaprani/ospgrid . A grid is a plane 3D structure, and some grids only experience joint rotation without translation, e.g.:Manually setting the scale to 1000 gives the very nice:
However, the automatic scale finding only parses joint translations, and so without manually setting the scale factor we end up with an
inf
scale factor. It seems that the automatic scale factor calculation inopsvis/src/opsvis/opsvis.py
Line 1897 in 864e637
opsvis/src/opsvis/opsvis.py
Line 1512 in 864e637
Anyway, MWE using
ospgrid
you can run:I'm happy to give this a go, but since it's going to bash around your code architecture to solve, I'd prefer to ask your thoughts first.
The text was updated successfully, but these errors were encountered: