Search found 42 matches

by iari
Sat Aug 31, 2019 12:10 pm
Forum: Help on using FreeCAD
Topic: Preselection highlighting transparency
Replies: 5
Views: 849

Re: Preselection highlighting transparency

Thanks!

igmar
by iari
Sat Aug 31, 2019 10:52 am
Forum: Help on using FreeCAD
Topic: Preselection highlighting transparency
Replies: 5
Views: 849

Re: Preselection highlighting transparency

Hi Jim, I'm sorry to waste your time, but after reading your message, I downloaded the official FreeCAD version from the main site, and this results to be "Version: 0.18.16131 (Git)"... My "old" version "Version: 0.18.16110 (Git)" was maybe of March. In the releases pag...
by iari
Tue Aug 27, 2019 3:05 pm
Forum: Help on using FreeCAD
Topic: Preselection highlighting transparency
Replies: 5
Views: 849

Preselection highlighting transparency

Hello, I think it would be useful that the preselection highlighting would preserve transparency of the object. The reason is that in this way the view would not be completely obstructed by each highlighted object during the mouse movement in the scene. (Maybe this request is similar to: https://for...
by iari
Tue Jul 16, 2019 3:04 pm
Forum: Python scripting and macros
Topic: Hidding a Slice
Replies: 2
Views: 587

Re: Hidding a Slice

I want to hide the objects in the list_slice_objects, but Label didn't work. I found that with:

Code: Select all

Gui.ActiveDocument.getObject(Slice_group[1][0].Name).Visibility=False
it works!

Thanks
Igmar
by iari
Tue Jul 16, 2019 12:10 pm
Forum: Python scripting and macros
Topic: Hidding a Slice
Replies: 2
Views: 587

Hidding a Slice

Hi! I would like to hide a "Slice" object created after a "ExplodeCompound" command: # ... Slice_group = CompoundTools.Explode.explodeCompound(f) # Creation of "Exploded Slice" Now, if I do this operation manually, the python code is: Gui.ActiveDocument.getObject("...
by iari
Sat Jul 13, 2019 1:55 pm
Forum: Help on using FreeCAD
Topic: Boolean operation on step components
Replies: 6
Views: 803

Re: Boolean operation on step components

Thank you all for the analysis.

A curiosity: is virtually possible to save a SIMPLE step file, with problems like this one, in ascii format and then try to correct it directly modifiyng the text?

Thanks
igmar
by iari
Fri Jul 12, 2019 12:42 pm
Forum: Help on using FreeCAD
Topic: Boolean operation on step components
Replies: 6
Views: 803

Boolean operation on step components

Hello, I usually import STEP files from an exteral app and do boolean operations without problems. In the attached file, I have to do A-B, but this gives error. I think that the part A contains NURBS or something similar, different from usual. I cannot modify/fix the step files in the original app, ...
by iari
Fri Jun 14, 2019 12:56 pm
Forum: Help on using FreeCAD
Topic: [SOLVED] Deep delete object?
Replies: 5
Views: 3613

Re: Deep delete object?

There's also the http://www.freecadweb.org/wiki/images/thumb/0/09/OpenSCAD_RemoveSubtree.png/32px-OpenSCAD_RemoveSubtree.png Remove objects and their children tool in the OpenSCAD workbench. No need to have OpenSCAD installed for this tool to work. Is there a python command for ths? Thanks IGM
by iari
Fri Jun 07, 2019 9:22 am
Forum: Help on using FreeCAD
Topic: Preserving global position of Parts during export
Replies: 10
Views: 2283

Re: Preserving global position of Parts during export

Thank you, easyw-fc, for signaling also the DeepCopy macro.
by iari
Thu Jun 06, 2019 8:46 pm
Forum: Help on using FreeCAD
Topic: Preserving global position of Parts during export
Replies: 10
Views: 2283

Re: Preserving global position of Parts during export

Oh, thank you!
Especially to openBrain for the macro! :D