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

Sketcher: Constraints: Allow to use reference dimensions from the same sketch in an expression driving another dimension. #1336

Open
TomaszSzt opened this issue Jun 27, 2024 · 0 comments

Comments

@TomaszSzt
Copy link

Assuming following project:

image

where the bottom part is a separate solid, and one must create a top part which must be in syc with some projected geometry. The most natural way is to create some reference dimensions, name them and use in an expression like in below example:

image

Unfortunately currently it is not allowed.

Possible reason: assumed cyclic dependency.

The workarounds are rather clumsy and involve creating multiple "helper sketches".

Could You please change this "no go" into a warning? I know that it is hard to check if there is a true cyclic dependency (in this case it is not) in case of geometry and I know that cyclic dependencies may confuse the algorithm. As a user I would be glad to be warned but still allowed to take the risk.

By the way, I am curious for what the reference dimensions are meant to be used then, if not to drive a geometry? For me this workflow I have shown above is most natural way of using them. I used this method in Autodesk Inventor a lot with, of course, crazy things happening when a true cycle was created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant