Export Grasp poses in json; export mesh once for same parts
This commit is contained in:
parent
7f6e9c98aa
commit
20900e4eba
3 changed files with 124 additions and 93 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
def controlled_insert(code):
|
||||
a=App.ActiveDocument.Objects
|
||||
Part.insert(u"C:/Users/MariaR/Desktop/"+code+".brep",App.ActiveDocument.Name)
|
||||
Part.insert(u"C:/Users/ibryl/AppData/Roaming/FreeCAD/Mod/ARBench/"+code+".brep",App.ActiveDocument.Name)
|
||||
b=App.ActiveDocument.Objects
|
||||
return list(set(b) - set(a))[0]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue