I’m trying to optimize my beam profiles using the Karamba.Algorithms.OptiCroSec.solve - method, but I don’t quite understand how to use this command correctly. I’m unsure about some of the inputs, like List<Vector3> targetDeformDirs
, List<Vector3> targetDeformPlanes
, and a few others.
In my code, I’m first trying to optimize my "internalBeams"
, and then using the model with optimized cross-sections to optimize other beam groups. It looks like the method does something, but the results aren’t really what I expected.
Could you explain in more detail how this method works and whether the way I’m using it makes sense?
I’m attaching my component code and Grasshopper file for reference.
Thank you very much for your help!
KarambaOpti_v3.gh (196.1 KB)
Karamba_Componentv3.txt (31.6 KB)
Uploding the post again, since last time I forgot to upload the code.