Hi, I want to ask how to disconnect an element from PythonParts. When I input the element’s UUID into PythonPartTransaction, the edit mode of the PythonPart is activated whenever the element’s geometry changes. However, even after I stop inputting the UUID and create the PythonPart again, it remains connected and continues to activate edit mode when the geometry changes. Thank you!
- Forum
- CAD Parametric Modelling
- PythonParts
How to disconnect an element from PythonParts [Gelöst]
Lösung anzeigen Lösung verbergen
Hi,
once a PythonPart is created with an association to another element, it stays associated until the target element is removed. Even if you recreate the PythonPart (in modification mode) and don't specify the UUID - it stay associated. Currently there is no possibility to delete this association. I put this feature onto our roadmap.
best,
Bart
Hi,
once a PythonPart is created with an association to another element, it stays associated until the target element is removed. Even if you recreate the PythonPart (in modification mode) and don't specify the UUID - it stay associated. Currently there is no possibility to delete this association. I put this feature onto our roadmap.
best,
Bart
Hi,
the functionality for deleting an association between a PythonPart and another element will be added to ALLPLAN 2026.
Cheers,
Bart
Thanks for the information!