Search found 4163 matches

by kisolre
Thu Mar 28, 2024 3:11 pm
Forum: Install / Compile
Topic: Windows Visual Studio build fail
Replies: 4
Views: 210

Re: Windows Visual Studio build fail

Thanks :)
by kisolre
Thu Mar 28, 2024 4:37 am
Forum: Help on using FreeCAD
Topic: New user - Working with an imported STEP file
Replies: 21
Views: 19591

Re: New user - Working with an imported STEP file

@dzid_ That is what it meant - select the solid that you want to continue modifying, execute Part Design Workbench/Create new Body.
by kisolre
Thu Mar 28, 2024 4:33 am
Forum: Install / Compile
Topic: Windows Visual Studio build fail
Replies: 4
Views: 210

Re: Windows Visual Studio build fail

cbdef026f5bffd685d7b3406b8da9a73de57e29e changes src/Mod/Fem/App/FemPostObject.cpp ading that line that triggers those errors: Severity Code Description Project File Line Suppression State Details Error C2872 'vtkWriter': ambiguous symbol Fem F:\Code\src\Mod\Fem\App\FemPostObject.cpp 138 Error C205...
by kisolre
Wed Mar 27, 2024 5:03 am
Forum: Install / Compile
Topic: Windows Visual Studio build fail
Replies: 4
Views: 210

Windows Visual Studio build fail

Since several days I can build under Windows 10/Visual Studio 2022. Last successful build was: OS: Windows 11 build 22631 Word size of FreeCAD: 64-bit Version: 0.22.0dev.36501 (Git) Build type: Release Branch: main Hash: 105c3363b8c4b1c01db525f69f12d9e064e3cccd Python 3.8.10, Qt 5.15.2, Coin 4.0.1, ...
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: 361

(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: 668

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: 668

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: 626

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: 463

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...