Export helper object from FreeCAD: grasp poses, part's zero positions, planar (tables, surfaces) and volumetric zones (storage, boxes)

This commit is contained in:
Mark Voltov 2023-06-18 15:55:12 +00:00 committed by Igor Brylyov
parent a38c3bec5a
commit 9fa936cfba
26 changed files with 12259 additions and 2 deletions

View file

@ -36,10 +36,13 @@ class Frames(Workbench):
"""This function is executed when FreeCAD starts"""
import Frames
self.framecommands = [
"BoMGeneration",
"FrameCommand",
"SelectedPartFrameCommand",
"AllPartFramesCommand",
"FeatureFrameCommand"
"FeatureFrameCommand",
]
self.toolcommands = [
"ExportPlacementAndPropertiesCommand",