External Geometry Errors

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
duckmug
Posts: 126
Joined: Mon Jun 07, 2021 12:26 am

External Geometry Errors

Post by duckmug »

I am really confused with what is happening here.

I create two sketches and add 2 rectangles.

Then I select the one sketch from the left panel and set the other as its external geometry.

Every time I try to open/close it then, I get these errors:

Code: Select all

21:01:59  Unsupported sub-shape type
Clear constraints to external geometry
As soon as I restart FreeCAD, all those errors are gone and everything works as expected.

What am I doing wrong?

I've tried this with multiple examples, multiple times.
Attachments
example.FCStd
(5.37 KiB) Downloaded 16 times
drmacro
Veteran
Posts: 8984
Joined: Sun Mar 02, 2014 4:35 pm

Re: External Geometry Errors

Post by drmacro »

I have no message with the provided file... :roll:
Star Trek II: The Wrath of Khan: Spock: "...His pattern indicates two-dimensional thinking."
duckmug
Posts: 126
Joined: Mon Jun 07, 2021 12:26 am

Re: External Geometry Errors

Post by duckmug »

After I restart FreeCAD, there is no message. The message is only when I create them.

Update: I think I realized my mistake now, I don't need to set it in the left panel, only select edges/vertices with the tool.
GeneFC
Veteran
Posts: 5373
Joined: Sat Mar 19, 2016 3:36 pm
Location: Punta Gorda, FL

Re: External Geometry Errors

Post by GeneFC »

duckmug wrote: Tue Jun 22, 2021 6:05 pm Then I select the one sketch from the left panel and set the other as its external geometry.
That is not the way external geometry works. The command is "Create an edge linked to an external geometry". That means you select some edge in the external sketch and it become available as a reference in the active sketch.

You do not select the entire external sketch as the reference.

Gene
duckmug
Posts: 126
Joined: Mon Jun 07, 2021 12:26 am

Re: External Geometry Errors

Post by duckmug »

GeneFC wrote: Tue Jun 22, 2021 6:27 pm
duckmug wrote: Tue Jun 22, 2021 6:05 pm Then I select the one sketch from the left panel and set the other as its external geometry.
That is not the way external geometry works. The command is "Create an edge linked to an external geometry". That means you select some edge in the external sketch and it become available as a reference in the active sketch.

You do not select the entire external sketch as the reference.

Gene
Yes, my mistake was that I thought I had to do that first before being able to use the command you've mentioned above.

I only learned about this feature yesterday.

Now it's fully clarified, thanks!
Post Reply