Hi,
If I have some reinforcements in my pythonparts like this :
pythonpart = PythonPart("Stirrup",
parameter_list=build_ele.get_params_list(),
hash_value=build_ele.get_hash(),
python_file=build_ele.pyp_file_name,
views=views,
reinforcement=reinforcement,
common_props=com_prop
)
I can't move or rotate directly the pythonpart but no problem when launching the function "move" from the menu bar.
Best Regards,
Christophe