Discussion
Hello, I have this problem. I add an attribute to the component 'formas', I added 'alto'... the objective is load it from the component inside (cube) and use to scale it. forma.set_attribute("dynamic_attributes", 'alto',100.mm)
cubo.set_attribute('dynamic_attributes','_lenz_formula','formas!alto')
dc.redraw_with_undo cubo there is the code that I use... but doesn't work... now the component 'formas' looks strange and I can't add attributes by UI... any solutions? another way to do it? I am trying to make procedural furniture.. then I have simple pieces (like a base or laterals)... I create a piece and add attributes (like lenx, it will take value from a component bigger... ). So I need to create those components inside another component...
0