Добавлен функционал генератора спецификаций

This commit is contained in:
Mark Voltov 2023-05-23 15:48:20 +03:00
parent a6800b7cde
commit d090ccfcab
4 changed files with 291 additions and 78 deletions

View file

@ -323,7 +323,11 @@ Tools.spawnClassCommand("FrameCommand",
"MenuText": "Make a free frame",
"ToolTip": "Make a freestanding reference frame."})
Tools.spawnClassCommand("ASM4StructureParsing",
RobossemblerFreeCadExportScenario().call,
{"Pixmap": str(os.path.join(icondir, "assembly4.svg")),
"MenuText": "Make a ASM4 parsing",
"ToolTip": "Make a ASM4 1"})
Tools.spawnClassCommand("SelectedPartFrameCommand",
makeSelectedPartFrames,
{"Pixmap": str(os.path.join(icondir, "partframe.svg")),