https://github.com/FreeCAD/FreeCAD/pull/2559
There are also various small fixes. I have made a user oriented video to introduce the Link feature.
I am thinking of removing Link group commands in the future and integrate some of its features into App::Part. That's why I didn't mention it in the video. I'll complete that page once everything is settled.vocx wrote: ↑Fri Sep 27, 2019 11:17 pmThe video is good but don't forget the written documentation.
For example, I created the Std LinkMake page. The other accessible command is Std_LinkMakeGroup, which apparently has several modes of operation.
Understood. If I recall from the big Assembly3 thread, the LinkGroup would sort of become an alternative to App::Part because of disagreements with Ickby's implementation of App::Part. However, I also got the impression that well, the LinkGroup functionality could still be merged into App::Part to avoid having a competing object. Is this correct?realthunder wrote: ↑Mon Sep 30, 2019 6:49 amI am thinking of removing Link group commands in the future and integrate some of its features into App::Part.
Yes, that's true.vocx wrote: ↑Mon Sep 30, 2019 7:11 amUnderstood. If I recall from the big Assembly3 thread, the LinkGroup would sort of become an alternative to App::Part because of disagreements with Ickby's implementation of App::Part. However, I also got the impression that well, the LinkGroup functionality could still be merged into App::Part to avoid having a competing object. Is this correct?