Search found 399 matches

by apeltauer
Wed Jan 16, 2019 2:16 pm
Forum: Install / Compile
Topic: (SOLVED) Compile error when using OpenCascade 7.3 and netgen
Replies: 2
Views: 444

Re: Compile error when using OpenCascade 7.3 and netgen

Thanks for the help. After debuging i figured out the the netgen which was found by cmake was from the conda environment. "NETGEN_VERSION" was set to 6.2-dev, this is why it didnt worked. After removing the conda stuff from my env varibale the compiling works... Sorry for the noise and tha...
by apeltauer
Wed Jan 16, 2019 8:40 am
Forum: Install / Compile
Topic: (SOLVED) Compile error when using OpenCascade 7.3 and netgen
Replies: 2
Views: 444

(SOLVED) Compile error when using OpenCascade 7.3 and netgen

Hi all, during compiling FreeCAD with OpenCascade 7.3 on Windows I get the following compile error: \src\3rdParty\salomesmesh\inc\NETGENPlugin_Mesher.hxx(88): fatal error C1017: invalid integer constant expression this is the source code in NETGENPlugin_Mesher.hxx: #if NETGEN_VERSION < NETGEN_VERSIO...
by apeltauer
Sun Jan 13, 2019 6:30 pm
Forum: Install / Compile
Topic: Libpack/Packagemanager for windows
Replies: 15
Views: 3090

Libpack/Packagemanager for windows

Hi all, My name is Manuel and for over a year I am building FreeCAD from source with the help of the Libpack 11.5 for windows. Since a while I have added my own compiled opencascade libs. Also I have added boost. Right now I handle the packages with Conan (https://conan.io) Now I want to change qt f...
by apeltauer
Wed Jan 09, 2019 9:06 am
Forum: Developers corner
Topic: Projection of wires (faces) on bended faces
Replies: 16
Views: 2299

Re: Projection of wires (faces) on bended faces

The coin is to open the crown cap. I think a cent is much better then a plastic piece :)
by apeltauer
Wed Jan 09, 2019 7:49 am
Forum: Developers corner
Topic: Projection of wires (faces) on bended faces
Replies: 16
Views: 2299

Re: Projection of wires (faces) on bended faces

Little update:

Me and colleague of mine just tried the projection on a real useful tool... :) This is a little bottle opener
by apeltauer
Tue Jan 08, 2019 5:26 pm
Forum: Developers corner
Topic: Projection of wires (faces) on bended faces
Replies: 16
Views: 2299

Re: Projection of wires (faces) on bended faces

Next step for me is to bring my coding to a button in the GUI. With this I can try some logos and texts. Also in the first step it will be only possible with on face. The zig zag face is to complex to start... In future I will have a look if I can convert several faces to one bspline face.... Thanks...
by apeltauer
Tue Jan 08, 2019 5:14 pm
Forum: Help on using FreeCAD
Topic: Create Face/Solid from wire
Replies: 9
Views: 3195

Re: Create Face/Solid from wire

Hi all, Many many thanks for all your help. Right now I found a way to get a face from a wire and a underlying surface. This works if the the wire gets fixed and closed. Also all edges need the p-curves in parameteric space from the surface. With this face I can create a extrude. Still a problem is ...
by apeltauer
Tue Jan 08, 2019 6:26 am
Forum: Developers corner
Topic: Projection of wires (faces) on bended faces
Replies: 16
Views: 2299

Re: Projection of wires (faces) on bended faces

@GlouGlou: Nice idea to pad up the whole part again... :) Makes exactly what i want to achieve. I think this is a good solution making it by hand. But when it comes to a programming this may not be a solution... :) I am still looking for a solution and keep you update... Thanks a lot for your help.....
by apeltauer
Mon Jan 07, 2019 6:13 pm
Forum: Developers corner
Topic: Projection of wires (faces) on bended faces
Replies: 16
Views: 2299

Re: Projection of wires (faces) on bended faces

Will try this tomorrow morning...
Thanks for the file...
by apeltauer
Mon Jan 07, 2019 10:04 am
Forum: Developers corner
Topic: Projection of wires (faces) on bended faces
Replies: 16
Views: 2299

Re: Projection of wires (faces) on bended faces

@GlouGlou thanks for file.
I checked your file but my goal is to get a cut with the same heights on the surface.
See the pick, if we just make a linear extrude we get different heights. If we would make a 3d print this wouldn't look nice....
Capture.PNG
Capture.PNG (70.94 KiB) Viewed 1482 times
Thanks for all your help so fare....