Search found 76 matches

by JLB85FR
Sat Feb 27, 2016 5:13 pm
Forum: Help on using FreeCAD
Topic: Can I use multiple Drawing pages?
Replies: 15
Views: 2982

Re: Can I use multiple Drawing pages?

Hello, I think that there is still a bug in drawing template management, when you add a new drawing page, the sheet template (for instance A4 landscape) is associated to the drawing, but takes a new name since one already exists, and when you reopen the design, it searches for that name as template,...
by JLB85FR
Sat Feb 13, 2016 8:46 pm
Forum: Help on using FreeCAD
Topic: Adding window breaks other extruded items in cut
Replies: 18
Views: 3827

Re: Adding window breaks other extruded items in cut

Nice, the bug (#2449) has been fixed in release 0.16.6420.
thanks a lot Yorik !
;)
by JLB85FR
Tue Feb 09, 2016 12:52 pm
Forum: Help on using FreeCAD
Topic: Adding window breaks other extruded items in cut
Replies: 18
Views: 3827

Re: Adding window breaks other extruded items in cut

I found it
# -*- coding: utf-8 -*-
# Force Recompute
# macro provided by shoogen

import FreeCAD
for obj in FreeCAD.ActiveDocument.Objects:
obj.touch()
FreeCAD.ActiveDocument.recompute()

but it has the same effet as changing properties: error disapears, save, close and reopen: error comes back !
by JLB85FR
Tue Feb 09, 2016 12:16 pm
Forum: Help on using FreeCAD
Topic: Adding window breaks other extruded items in cut
Replies: 18
Views: 3827

Re: Adding window breaks other extruded items in cut

Hi,
thanks for your reply
yes, setting extrude solid property to true (or just changing from true to false or false to true) makes the error disapear, but if you save the design, close and reopen it, the error is still there.
Where can I find this macro ? it is not provided with the application..
by JLB85FR
Mon Feb 08, 2016 12:58 pm
Forum: Help on using FreeCAD
Topic: Adding window breaks other extruded items in cut
Replies: 18
Views: 3827

Re: Adding window breaks other extruded items in cut

Hi Cox,
thanks for your tip.
I tried it, yes it works, (apparently), the error disappears when I set the length to 200.01 or more, but if I save the file, and reopen it again ,the error is still there...
:cry:
by JLB85FR
Sun Feb 07, 2016 12:23 pm
Forum: Help on using FreeCAD
Topic: Adding window breaks other extruded items in cut
Replies: 18
Views: 3827

Re: Adding window breaks other extruded items in cut

Hi,
is it possible to reconsider this bug before releasing version 0.16 ? it still doesn't work ... I check at each prerelease version...
or is it possible to reopen bug issue 2403 ?
thanks...
by JLB85FR
Wed Feb 03, 2016 7:38 pm
Forum: Help on using FreeCAD
Topic: Changing origin of design or moving all before importing in another
Replies: 9
Views: 3474

Re: Changing origin of design or moving all before importing in another

thanks for all these comments, I'll try to work progressively on my objects.... and look at the results step by step, maybe my designs are not too complex...for the moment (just buildings with roofs, walls, floors, not yet windows since I have a few problems with that..) However, I sometimes have st...
by JLB85FR
Tue Feb 02, 2016 6:32 pm
Forum: Help on using FreeCAD
Topic: Changing origin of design or moving all before importing in another
Replies: 9
Views: 3474

Re: Changing origin of design or moving all before importing in another

yes, I understand, boolean operations create a result which have a position property which is relative to its base components... that's why I think it is necessary to create a script which selects only base components (base on names ?), but for this it is necessary to be skilled in writing scripts, ...
by JLB85FR
Mon Feb 01, 2016 11:15 pm
Forum: Help on using FreeCAD
Topic: Changing origin of design or moving all before importing in another
Replies: 9
Views: 3474

Re: Changing origin of design or moving all before importing in another

thanks for your reply, I will look a this tomorrow.
:)
by JLB85FR
Mon Feb 01, 2016 8:44 pm
Forum: Help on using FreeCAD
Topic: Changing origin of design or moving all before importing in another
Replies: 9
Views: 3474

Changing origin of design or moving all before importing in another

Hello, I tried to find the answer in several topics, but I didnt find exactly: I've made 2 designs: one for a building (garages) , the other one with the ground and only the enclosing walls. So I want to add an offset to the first design (the building) in order it can fit at the right place in the g...