Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PD] fix bug that reference selection is always on #4732

Merged
merged 1 commit into from Sep 2, 2021

Conversation

donovaly
Copy link
Member

It is annoying because error-prone, that on opening e.g. primitives the reference selection mode is always on. You then e.g. click in the model and get a new attachment. But when opening existing primitives you don't always want to change the attachment (often only the parameters). And even if you want to change the attachment, you want to select which one and you like to know when you are in selection mode.

It is annoying because error-prone, that on opening e.g. primitives the reference selection mode is always on. You then e.g. click in the model and get a new attachment. But when opening existing primitives you don't always want to change the attachment (often only the parameters). And even if you want to change the attachment, you want to select which one and you like to know when you are in selection mode.
@berndhahnebach berndhahnebach added the WB Part Design Related to the Part Design Workbench label Jul 9, 2021
AjinkyaDahale added a commit to AjinkyaDahale/FreeCAD that referenced this pull request Aug 31, 2021
Fixes issue FreeCAD#4732.

Within the code, a different algorithm is used for intersection checks when
faces are found to be coplanar. That algorithm does not return the "intersection
line", which is used to remove false-positives. This however results in
false-negatives.
@yorikvanhavre
Copy link
Member

This makes full sense to me too.

@yorikvanhavre yorikvanhavre merged commit 68b328f into FreeCAD:master Sep 2, 2021
@donovaly donovaly deleted the PD-attachment-fix branch September 19, 2021 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WB Part Design Related to the Part Design Workbench
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants