Search found 95 matches

by dulouie
Sun Feb 17, 2019 5:59 pm
Forum: Python scripting and macros
Topic: clear python API documentation
Replies: 3
Views: 652

Re: clear python API documentation

Thanks it is good enough for my purpose.
by dulouie
Sun Feb 17, 2019 5:32 am
Forum: Assembly
Topic: Assembly3 preview
Replies: 2024
Views: 1441568

Re: Assembly3 preview

something similar would be Fusion 360's 'joints'. the first joint moves, rotates, and locks in place by default. How do we call it in freecad? mates, joints...and? By the way now i'm working on a easy accessable desgin-in-context addon and i use zolko's LCS for that. Thank's to zolko you are a pion...
by dulouie
Sat Feb 16, 2019 1:06 pm
Forum: Part Design module development
Topic: Part, PartDesign and Assemblies
Replies: 4
Views: 3661

Re: Part, PartDesign and Assemblies

I like the way you do assembies with LCS. It's the same concept as mate's on onshape.
Iit's a pity that there's not so much interest here. Assemblies are one of the major topics. Maybe it's the wrong subforum? Partdesign development has stopped and the audience here is small.
by dulouie
Sat Feb 16, 2019 12:53 pm
Forum: Assembly
Topic: Assembly3 preview
Replies: 2024
Views: 1441568

Re: Assembly3 preview

Realthunder, how hard would it be to bake Zolko's direct placement with LCSs directly in A3? The way how zolko use LCS to do assembies is like mate connector's on onshape. Assembly Mates I also think that the integration of zolkos LCS into asm3 makes sense. Onshape uses mates and a solver system too.
by dulouie
Sat Feb 16, 2019 12:21 pm
Forum: Forum in Deutsch
Topic: Freecad 0.18 - Vorstellungen / Wunschfunktionen, wohin soll die Reise gehn?
Replies: 285
Views: 55280

Re: Freecad 0.18 - Vorstellungen / Wunschfunktionen, wohin soll die Reise gehn?

Die Standards-WBs sollten angepasst werden. Part raus. PD und Assembly sind grundlegende CAD-module. Funktionen der Surface-WB gehören in PD, dort muss mit allen Element-Typen gearbeitet werden können. Stimme ich voll und ganz zu! Ich baue meine FreeCAD Version meisten so, dass die für mich unnötig...
by dulouie
Sat Feb 16, 2019 2:32 am
Forum: Forum in Deutsch
Topic: Freecad 0.18 - Vorstellungen / Wunschfunktionen, wohin soll die Reise gehn?
Replies: 285
Views: 55280

Re: Freecad 0.18 - Vorstellungen / Wunschfunktionen, wohin soll die Reise gehn?

Indem das Problem im Kern behoben wurde. Siehe: Topological-Naming Bei 'Assembly3' wie das hier alle immer so umgangssprachlich sagen, handelt es sich eigentlich um den LinkStage3 fork von realthunder. LinkStage3 hat viele Zeilen Code im Kern von FreeCAD geändert. An erster Stelle steht hier App::Li...
by dulouie
Fri Feb 15, 2019 4:41 pm
Forum: Python scripting and macros
Topic: clear python API documentation
Replies: 3
Views: 652

clear python API documentation

Where can i find a clear and up-to-date python api documention? https://www.freecadweb.org/api/index.html is c++ and unclear and https://www.freecadweb.org/wiki/FreeCAD_API is clear but old and not complete. I get my actual documentation from the tooltips in the python console but is there a better ...
by dulouie
Fri Feb 15, 2019 4:05 pm
Forum: Forum in Deutsch
Topic: Freecad 0.18 - Vorstellungen / Wunschfunktionen, wohin soll die Reise gehn?
Replies: 285
Views: 55280

Re: Freecad 0.18 - Vorstellungen / Wunschfunktionen, wohin soll die Reise gehn?

Ich hoffe auch dass wieder beide Branches zusammen geführt werden. Eine Fragmentierung ist eigentlich nicht so gut. Trotzdem nutze ich seit vielen Monaten eigentlich nur noch den assembly3 branch. Da sind für mich sehr wichtige Funktionen enthalten, die ich nicht missen möchte. Subshapebinder - mit ...
by dulouie
Thu Feb 14, 2019 10:07 pm
Forum: Forum in Deutsch
Topic: Freecad 0.18 - Vorstellungen / Wunschfunktionen, wohin soll die Reise gehn?
Replies: 285
Views: 55280

Re: Freecad 0.18 - Vorstellungen / Wunschfunktionen, wohin soll die Reise gehn?

Hallo zusammen, In der Vergangenheit haben sich hier ja immer mal wieder Leute über die Partdesign One-Soild-Regel beschwert. Ich habe gute Nachrichten! Ich konnte realthunder dazu überzeugen, sich der Sache anzunehmen. Ab jetzt sind mehrere Solids in PartDesign erlaubt! Tools wie Mirror oder Linear...
by dulouie
Thu Feb 07, 2019 6:18 pm
Forum: Wiki
Topic: python API Power users hub
Replies: 14
Views: 4222

Re: python API Power users hub

Any progress for updated doc?
I've build my own doxygen doc with

Code: Select all

make DevDoc
but i need a clear python documentation.
How can i generate my own sphinx python doc?