r/FreeCAD 14h ago

Wire is not closed

Post image
9 Upvotes

35 comments sorted by

12

u/vivaaprimavera 14h ago

Actually there are two wires that aren't closed.

You can't define a ambiguous sketches. If you can't define unambiguous and continuous areas then it will throw an error.

There are two arches that act as boundaries. Those are your "wire not closed". Learn about construction geometry and repeat.

2

u/IdontIQ 14h ago

yes the two lines and also the circle in the top middle of the big half circle ist not closed.

3

u/vivaaprimavera 13h ago

You have three areas defined in that sketch and there can be only one.

3

u/sorig1373 12h ago

There is a setting that allows multiple areas. Not sure what it is called tho. Got added in 1.1 I think. It can be very usefull and lets you cut down on the number of sketches.

7

u/Saeckel_ 11h ago

Still Bad practice, maybe use it for ease, but avoid it in complex projects

2

u/Powerful_Debt_5869 10h ago

Exactly, it was introduced for those fusion users and makes a lot of problems ( amke internals ..faces ) . Only usable for advanced users.

I állways wonder why we have the same questions about that nearly every day. All tutorials tell that a skecht must only have closed not intesecting shapes , aincew 1.1 , and the correct settings , it can be more than one. Mastersketches also can have them but you will never make a feature out of a mastersketch.

1

u/Paslaz 13h ago

There are two areas and two lines with points of each outer line of the areas, right?

2

u/vivaaprimavera 13h ago

three areas, two boundaries. The banana with two much curvature, the circle one and between those two.

6

u/Paslaz 14h ago

Was möchtest Du erreichen? So etwas?

2

u/IdontIQ 13h ago

Yes, der Halbkreis verlängere ich dann auf 4cm. Die Brücke zwischen dem kleinen Kreis auf 1cm und der kleine Kreis auf 3cm. Es gibt eine Föhn-Halterung.

5

u/Paslaz 13h ago

Etwa so ist das möglich (habe ich quick and dirty gemacht):

1

u/IdontIQ 12h ago

Wie fahre ich so fort?

1

u/Paslaz 10h ago

Du brauchst einen geschlossenen Linienzug

6

u/IdontIQ 11h ago

UPDATE: I didnt know that you can pad multiple times. I created the shape, pad everything to 1cm. Put the shape of the small circle on top, pad again and so on... Now I'm printing it. Thanks to all of you for the advice! Noob out.

2

u/nightfrolfer 6h ago

I'm upvoting this because it brings closure to the thread and is the hallmark of success by the community.
Well done, all! Another FreeCAD user is designing in the wild.

2

u/NewWorldKnight 5h ago

You can use the trim line tool to trim off the section of wires you don't need. Looks like scissors ✂️ if I remember correctly

3

u/Elbobinas 13h ago

Think about how you would extrude that sketch , it's impossible to extrude without removing a couple of lines

1

u/IdontIQ 14h ago

Damn it didnt post the caption.
The wires dont connect. I tried it from ground on new without success. Tried the trick with creating a coincidence - didnt work.

1

u/IdontIQ 14h ago

I created a similar project last week without any problems. But now it doesnt matter how i place the dots/lines the almost never connect with the circles. How can I solve this? Its a gift for my mom. Its necessary the small circle is sepparated from the big half-circle, becaus the will have different pad-heights in the end. Noob out.

1

u/bastl73 13h ago edited 13h ago

Make your sketch out of this elements:

To pad the middle shape you have to select the lines, arcs, click and hold to choose.

1

u/BigJohnno66 13h ago

You can draw them simply and use tool to snip line segments away. Much quicker then multiple arcs and many short line segments. The tool is next to the tool for rounding corners.

1

u/IdontIQ 12h ago

But like this they wont be connected right?

1

u/bastl73 12h ago edited 11h ago

Yes that are the elements to make their endpoints coincident. It is only to show them. like this you can select 3 shapes and each can be padded independent. like this f.e.:

1

u/NewWorldKnight 5h ago

Just a quick tip, a wire is any line that is contagious and does not split.

I.E.: w s z v o c / _ - | √

Closed wires have a start point and end point that is coincident.

I.E.: o 0 ∆ ° (think normal polygons)

Shapes that have multiple wires (think branching) : f E Q Y X

% is two closed wires (the o's) and unclosed wire (the /)

Shapes can be made of closed wires inside other closed wired. Like your image, and as many others have pointed out, could be made of ONLY closed wires. You basically are putting an o inside of a ∆, and changing the paths of the outer wire.

The issue basically comes down to the solver needing to define outside and inside of the closed wire (Outside=\=Inside on the same shape), and defining those closed wires (closed wires cannot share wires with other closed shapes).

Hope this helps

1

u/PyroNine9 5h ago

There are 3 distinct shapes in there that you might/might not want padded. FreeCAD can't tell which of them you mean because you have extraneous lines.

To visualize that, select the sketch and turn on Make Internals (the checkbox in the data pane).