Next developments #499
Zolko-123
started this conversation in
Open Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the top priority of my todo tasks list is to fix the PartInfo command (I will do something simple and hard-coded) and then the BoM.
Then at some point I want to introduce 3D constraints and a true 3D solver. I plan to use the A2+ solver, written in Python (+NumPy)
A way to calculate mass and CoG of large and nested assemblies would be important for real-world projects. Key-word being nested meaning that there can be lots of levels in the assembly. Therefore, an assembly (any
Std_Part
actually) should be able to holds its own mass and CoG to not recalculate every-thing each time. This mass and CoG info might have to go into the PartInfo command (see above)Any other ideas ?
Anyone willing to contribute ?
Beta Was this translation helpful? Give feedback.
All reactions