Search found 4159 matches

by kisolre
Sat Feb 17, 2024 6:43 pm
Forum: Install / Compile
Topic: (solved) Can't compile with native Assembly WB enabled.
Replies: 2
Views: 346

(solved) Can't compile with native Assembly WB enabled.

I cant compile latest source with BUILD_ASSEMBLY=On. If it is Off everything builds and works. Using VisualStudio 2022 under Win10 VM and latest LibPack . I get the following in the Error List: Severity Code Description Project File Line Suppression State Details Warning MSB8028 The intermediate dir...
by kisolre
Sat Feb 17, 2024 3:30 pm
Forum: Help on using FreeCAD
Topic: How to make an additive loft from a sketch to the edge of a pocket?
Replies: 8
Views: 649

Re: How to make an additive loft from a sketch to the edge of a pocket?

Do you mean that this is not doable in FreeCAD or that there are several possibilities? You want to generate a solid lofting between two arbitrary 3d contours. the surface between the contours can be assumed reasonably well. Still there are any possibilities but the algorithms have a almost straigh...
by kisolre
Thu Feb 15, 2024 6:52 pm
Forum: Help on using FreeCAD
Topic: How to make an additive loft from a sketch to the edge of a pocket?
Replies: 8
Views: 649

Re: How to make an additive loft from a sketch to the edge of a pocket?

Since those pocket edges are not on a flat surface how should that loft end? What surface should the geometric kernel assume between those edges to close the loft solid? It looks obvious to you since this is the result you want. But there are many other probable solutions - e.g if a slot is cut from...
by kisolre
Sun Feb 11, 2024 3:43 pm
Forum: Help on using FreeCAD
Topic: Part Design threaded hole and LCS for Assembly 4
Replies: 6
Views: 606

Re: Part Design threaded hole and LCS for Assembly 4

I'm sure kisolre would want to know this and could give better advise. Not sure why am I involved here ;) There was a recent discussion about turning several threaded holes threads on/off at once and I was wandering why not use expressions... but the boolean properties did not have the f(x) icon so...
by kisolre
Sat Feb 03, 2024 7:28 am
Forum: Help on using FreeCAD
Topic: PARTDESIGN: Mirrored (Bug)
Replies: 6
Views: 455

Re: PARTDESIGN: Mirrored (Bug)

Here a simple "recompute all" fixes the issue. Since it is the same OCC version not sure what else have changed to impact the result. ``` OS: Windows 8 build 9600 Word size of FreeCAD: 64-bit Version: 0.22.0dev.35803 (Git) Build type: Release Branch: main Hash: 90c90f705bec20faf4b8bb419574...
by kisolre
Tue Jan 23, 2024 6:35 pm
Forum: Help on using FreeCAD
Topic: I'm trying to improve my model to prevent TNP. Could you check it and give me advice?
Replies: 16
Views: 1637

Re: I'm trying to improve my model to prevent TNP. Could you check it and give me advice?

teletypeguy wrote: Tue Jan 23, 2024 5:38 pmWhat if,
To achieve that you can simply Deactivate the attachment after closing the sketch. But as ChrisB mentioned it will not follow that plane if it changes.
by kisolre
Tue Jan 23, 2024 12:58 am
Forum: Help on using FreeCAD
Topic: I'm trying to improve my model to prevent TNP. Could you check it and give me advice?
Replies: 16
Views: 1637

Re: I'm trying to improve my model to prevent TNP. Could you check it and give me advice?

teletypeguy wrote: Tue Jan 23, 2024 12:42 amHmm.
Ask the OpenCascade guys :-) This is the way how that kernel works. You generate things trom other things but the last result does not play any role in generating the next one.
by kisolre
Mon Jan 22, 2024 7:07 pm
Forum: Help on using FreeCAD
Topic: [Solved] Constraints not respected when changing size
Replies: 10
Views: 1096

Re: Constraints not respected when changing size

Some sets of constraints might fully constraint a sketch but also have multiple valid solutions. And if you make a big change in a dimensional constraint some of the other solutions might be near the initial mess so the solver finds them first and not what you would expect. Check Sketcher_Tutorial s...
by kisolre
Sun Jan 21, 2024 11:11 am
Forum: Help on using FreeCAD
Topic: [Solved] Constraints not respected when changing size
Replies: 10
Views: 1096

Re: Constraints not respected when changing size

It is called "Sketch Flipping". Try reducing the size in smaller increments. not 1200->600 but 1200->1100; 1100->1000. You might have to go to lower steps that the smallest dimension in that direction (22mm here). Or if you want to do that from within the sketch edit mode change the 1200 c...