PartDesign: Transform rework

This commit is contained in:
PaddleStroke
2025-08-10 16:06:01 +02:00
committed by paddle
parent 96361625e7
commit c1ccf75918
25 changed files with 1097 additions and 1817 deletions

View File

@@ -2064,6 +2064,7 @@ void CmdPartDesignLinearPattern::activated(int iMsg)
Part::Part2DObject *sketch = (static_cast<PartDesign::ProfileBased*>(features.front()))->getVerifiedSketch(/* silent =*/ true);
if (sketch) {
FCMD_OBJ_CMD(Feat,"Direction = ("<<Gui::Command::getObjectCmd(sketch)<<", ['H_Axis'])");
FCMD_OBJ_CMD(Feat,"Direction2 = ("<<Gui::Command::getObjectCmd(sketch)<<", ['V_Axis'])");
direction = true;
}
}