Draft: Add extension 'AttachExtensionPython' to WP proxy

This commit is contained in:
marioalexis
2022-01-10 23:11:15 -03:00
parent 8c5e192407
commit 9c4661fefe

View File

@@ -43,6 +43,9 @@ class WorkingPlaneProxy:
obj.addProperty("Part::PropertyPartShape","Shape","Base","")
obj.addExtension("Part::AttachExtensionPython")
obj.changeAttacherType("Attacher::AttachEnginePlane")
self.Type = "WorkingPlaneProxy"
def execute(self,obj):