-
-
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
linked circular edge inside a sketch not used in pad #49
Comments
(Continuing from FreeCAD forum)
It's maybe because I actually created that image with Gimp, with my advanced copy/paste skills :P As it is already answered in the forum, there is no circle in If you want to explode it without using Asm3 features (if you don't want something dynamic) you should perform a pocket operation. This is the result: This is the file: aaa.fcstd.remove-extension.zip If you want something dynamic, you should see Modeling Using Assembly tutorial. |
In current FC, external geometry can only be used to constrain other geometry you created. In your specific case, you have to manually create a circle constrained to external circle's origin and radius. There is pull request in upstream to let use the external geometry for modeling, it is not merged yet. |
Thanks realthunder, |
@realthunder which one? |
I think there was a PR for that almost three years ago, before I worked on topo naming. |
I have reproduced the problem in the model uploaded into "Freecad Forum/Assembly/Assembly3 Preview". The model contains 2 sketches and 2 pads.
Each sketch inludes a rectangle and an inner circle.
In the first sketch the circle is created with circle feature of sketch.
In the second sketch the circle is created as a link to external geometry (the hole created by padding the first sketch).
Both sketches are paded but the result is different:
-The first sketch produces a brick with a hole (as expected)
-The second sketch produces only a brick without the hole.
The text was updated successfully, but these errors were encountered: