[Freecad] Реализован интерфейс добавления свойства (property) к фрейм объекту"

This commit is contained in:
brothermechanic 2023-04-12 09:19:17 +00:00 committed by Igor Brylyov
parent b744fe30a0
commit 7f13c0056f
4 changed files with 32 additions and 13 deletions

View file

@ -37,13 +37,12 @@ class Frames(Workbench):
import Frames
self.framecommands = [
"FrameCommand",
"ASM4StructureParsing",
"SelectedPartFrameCommand",
"AllPartFramesCommand",
"FeatureFrameCommand"
]
self.toolcommands = [
"ExportPartInfoAndFeaturesDialogueCommand",
"ExportPlacementAndPropertiesCommand",
"ExportGazeboModels",
"InsertGraspPose"
]