Hi everyone,
I'm really ask for any help.
I've had problem with creating the "free form" rebar. When I'm passing the arguments then the Pyhton gives me back an error like in "Screen2" attachment. I defined the function like in "Screen 3" attachement. I was wondering why it is not working maybe I've passed the point list in the incorect way but if we look at the "create_freeform_shape_with_hooks" "Screen 1" method there is there for loop which unpack the point list an put them to the AllplanGeo.Point2D() method. Only possible way, which I know to instanse thath method by ONE argument is puting existing 2D point (it is also mensioned in the documentation).
I also have problem with getting the volume and center of gravity from the solids I've created. I've tried to find corresponding parameter name to get that but I couldn't found that.
I was trying to find the answer in the examples python parts but I couldn't find that as well.
Thank You in advance for any help.