Search found 179 matches

by Turro75
Tue Dec 20, 2016 11:21 pm
Forum: Help on using FreeCAD
Topic: Select all visible objects by GUI tool
Replies: 12
Views: 5069

Re: Select all visible objects by GUI tool

Hello Bernd,

here the simplest way to obtain a system command:
http://www.freecadweb.org/wiki/index.ph ... e_Toolbars

Valerio
by Turro75
Mon Dec 12, 2016 1:04 am
Forum: Help on using FreeCAD
Topic: Assembly 2 workbench - The Mux thing ??
Replies: 14
Views: 5836

Re: Assembly 2 workbench - The Mux thing ??

Hi All, I modified the latest muxassembly.py in this way: button MUX with some imported objects selected creates a mux of them (current behavior) button MUX without imported objects selected creates a mux of every imported objects (original behavior) a new property has been added to save the list of...
by Turro75
Mon Nov 28, 2016 12:22 am
Forum: Help on using FreeCAD
Topic: Degrees as radians?
Replies: 14
Views: 3679

Re: Degrees as radians?

Hi,

simply modify the constraints formula as:
Sketch01.Constraints.Winkel * 180 / pi


Valerio
by Turro75
Mon Nov 28, 2016 12:03 am
Forum: Help on using FreeCAD
Topic: Assembly 2 workbench - The Mux thing ??
Replies: 14
Views: 5836

Re: Assembly 2 workbench - The Mux thing ??

Hello Paul, happy to see that my code is useful, unfortunately I'm really busy at work, so after Christmas it would be easy to spend enough time on this, let's see I cannot promise. the mux is simply a copy of all faces, as a screenshot, nothing more. All info and properties are lost, that's why You...
by Turro75
Fri Nov 11, 2016 1:56 pm
Forum: Help on using FreeCAD
Topic: Assembly 2 workbench - The Mux thing ??
Replies: 14
Views: 5836

Re: Assembly 2 workbench - The Mux thing ??

No problem Roland, use it as You want

Valerio
by Turro75
Fri Nov 11, 2016 11:08 am
Forum: Help on using FreeCAD
Topic: Assembly 2 workbench - The Mux thing ??
Replies: 14
Views: 5836

Re: Assembly 2 workbench - The Mux thing ??

Hello, I modified the file muxassembly.py in order to change the mux behavior. standard behavior: any time you press MUX the previous mux is replaced with mux that contains all part imported through assembly2 ADD. If no previous mux, a new one is created. after my modification: any time you press MU...
by Turro75
Mon Oct 03, 2016 9:05 pm
Forum: Help on using FreeCAD
Topic: Freecad 0.17 tech Draw missing lines
Replies: 15
Views: 5528

Re: Freecad 0.17 tech Draw missing lines

Hello wandererfan,

could You share what You did in order to get different renderer engines working?

Best regards

Valerio
by Turro75
Mon Aug 15, 2016 11:48 pm
Forum: Help on using FreeCAD
Topic: Freecad 0.17 tech Draw missing lines
Replies: 15
Views: 5528

Re: Freecad 0.17 tech Draw missing lines

Thanks a lot sgrogan!

sad to see the 2d still useless due to a 2014 bug.

somebody knows if compiling or just installing 0.15/0.16 with occ 6.3 (which seems the last working release) could work?

Ciao

Valerio
by Turro75
Mon Aug 15, 2016 10:47 pm
Forum: Help on using FreeCAD
Topic: Freecad 0.17 tech Draw missing lines
Replies: 15
Views: 5528

Freecad 0.17 tech Draw missing lines

Hi All, I'm struggling with curved lines on 2d views. I read that this was an OCC bug that should have been resolved in the latest 0CC 7.0. the test017.fcstd contains an object that failed to show severals rounded lines, now I installed the latest 0.17 which includes the newest occ but even if it se...