Draft: Add extension 'AttachExtensionPython' to WP proxy

This commit is contained in:
marioalexis
2022-01-10 23:11:15 -03:00
parent 5ee5a6ed36
commit 285a4a76c1

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):