-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Problem while moving calculated parts #36
Comments
I explained this use case in the tutorial. You are using the Part Workbench Cut approach, hence you should only apply assembly constraint (same for part move) on the uncut panel. In fact, this workflow will not work if you have any movement in the cut feature. In other word, the cut feature should always have a null Placement. |
Then what might the purpose (use case) of moving the If this is a |
Well, this so called design in context use case is very new to FC. The Part Cut feature is certainly not aware of this possible work flow. Right now, users must discipline themselves if they are willing to venture into this new territory.
asm3 offers some minimum movement protection, but requires explicit user setup. You can lock the Cut feature, and then turn on the Lock Mover option. This will prevent you from accidentally move the part using mover. |
Okay, at the moment I'll use the workflow with all the workarounds (from the point of view of myself) and it's up to you to keep this issue open or closed because I'm willing to implement such a feature. I guess it would also be a good starting point. Lock Mover will definitely help in my work, but the main purpose for the proposal was that it was confusing at the beginning, so as Now I know how to deal with this, so this is not urgent to me. |
Description
I defined a cutter shape, defined a panel, created a sub-shape binder and cut the panel with the binder. That works and updates work only if I move the original panel, not the cut version:
Here is the model: test2.zip
Expected Behaviour
Since I need to move what I'm seeing, I should be able to move the
Cut
, rather thanpanel
.The text was updated successfully, but these errors were encountered: