Add a setting to control the couple state on link
ihsoft opened this issue ยท 0 comments
Allow configuring the link source modules so that they could automatically couple with the target part, if this is required by the part.
Changes
Add a new setting coupleMode
to KASLinkSourceBase
that allows:
- Requiring coupling.
- Forbidding coupling.
- Changing the state via GUI. It deprecates setting the
showCouplingUi
setting.
The default state is "never couple" to match the former default value.