Search found 399 matches

by apeltauer
Wed Feb 26, 2020 12:27 pm
Forum: Announcements & Features
Topic: Project faces onto curved surfaces
Replies: 23
Views: 20308

Re: Project faces onto bended surface

The icon is attached
Part_ProjectionOnSurface.svg
(11.91 KiB) Downloaded 155 times
The wiki graphic was made by
renatorivo wrote:ping
by apeltauer
Thu Feb 20, 2020 9:43 am
Forum: Forum in Deutsch
Topic: Wir Designen einen FC Aufkleber
Replies: 104
Views: 14199

Re: Wir Designen einen FC Aufkleber

KAP wrote: Thu Feb 20, 2020 9:22 am Vorschlag letzte Variante von freecad-heini-1. Mit engefügter Internetadresse!?
:+1:
by apeltauer
Wed Feb 19, 2020 12:15 pm
Forum: Forum in Deutsch
Topic: Wir Designen einen FC Aufkleber
Replies: 104
Views: 14199

Re: Wir Designen einen FC Aufkleber

@micha Kannst du bitte das fertige Design auf den aller ersten Post von dir stellen? Ich würde auch gern welche abnehmen. Da der Preise pro Stück ab einer Größe von 250 sehr klein wird, würde ich mich bereit erklären die Differenz bis 250 zu übernehmen. Wenn es doch mehr als 250 Stück werden reden ...
by apeltauer
Wed Feb 05, 2020 11:51 am
Forum: Developers corner
Topic: How to calculate the length of a curve in code
Replies: 3
Views: 715

Re: How to calculate the length of a curve in code

My example is for c++ If you are all the way down to the 3d kernal (open cascade) you can use this sample code to get the length of an edge or a wire. This requires you to get the TopoDS_Shape object of your wanted edge or wire. GProp_GProps myProps; BRepGProp::LinearProperties(aEdge, myProps); auto...
by apeltauer
Wed Feb 05, 2020 7:50 am
Forum: Developers corner
Topic: Python version from git pull versus prebuilt
Replies: 8
Views: 1447

Re: Python version from git pull versus prebuilt

I don't want to use 3.8 necessarily. But I would like 3.7.3 that comes with the binary release. I have a 3rd party python lib that I have precompiled for 3.7, it doesn't work with 3.6. I think I can get it for 3.8 also. I tried to build it with 3.6 but it failed miserably! I'm just getting back int...
by apeltauer
Tue Feb 04, 2020 10:21 pm
Forum: Developers corner
Topic: Python version from git pull versus prebuilt
Replies: 8
Views: 1447

Re: Python version from git pull versus prebuilt

Yes, basically to a tee. I didn't see where it mentioned any configuration options for the python version to use, so I figured it was kind of hard coded into the source. Not sure how the conda build version I downloaded was built? If you use the libpack, the python comes with the pack. And the pack...
by apeltauer
Tue Feb 04, 2020 10:16 pm
Forum: Open discussion
Topic: FOSDEM 2020 anyone?
Replies: 56
Views: 17740

Re: FOSDEM 2020 anyone?

FOSDEM is over!! It was a great event, first time we had so many FreeCADers together! Indeed the talk is now online at: https://video.fosdem.org/2020/H.2213/freecad.mp4 https://video.fosdem.org/2020/H.2213/freecad.webm Great video!!! Thanks for sharing.... :+1: Thanks both of you for your time and ...
by apeltauer
Sat Feb 01, 2020 9:37 am
Forum: Install / Compile
Topic: New libpacks for Windows with Qt5.15, OCC7.5
Replies: 164
Views: 461613

Re: New libpacks for Windows with Qt5.12.6, OCC7.4

Thanks from me, too! 2. Fem can not build because the netgen plugin needs some code modifications for occ 7.4 Is this because the API of OCCT has changed? I think so. When i use the netgen binaries from the old Libpack it won’t start. I think this happens because of j interface changes... Building ...
by apeltauer
Fri Jan 31, 2020 5:40 pm
Forum: Install / Compile
Topic: New libpacks for Windows with Qt5.15, OCC7.5
Replies: 164
Views: 461613

New libpacks for Windows with Qt5.15, OCC7.5

Hi all, i have created and uploaded a new LibPack for windows. The libpack 12.3.1 includes occ 7.4. The libpack 12.3.2 includes occ 7.4 and Qt 5.12.6 Also a netgen build can be found here. Builded against occ 7.4. https://github.com/apeltauer/FreeCAD/releases/tag/LibPack_12.3.1 Modifications to buil...
by apeltauer
Thu Jan 30, 2020 7:30 am
Forum: Developers corner
Topic: [RFC] a 0.19 release right now with Py2 and Qt 4 support?
Replies: 17
Views: 1965

Re: [RFC] a 0.19 release right now with Py2 and Qt 4 support?

I agree with Werner not to rush the releases. But what about creating a daily/weekly build and upload it to the website? OpenShot is doing this too. see https://www.openshot.org/de/download/ it is not actual a daily build but i think some of the latest code states. I know we have conda, but i think ...