Search found 57 matches

by danreb
Tue Jan 05, 2021 12:01 pm
Forum: Help on using FreeCAD
Topic: missing "diffuseColor" attribute on viewObject of cloned Arch Component
Replies: 1
Views: 274

missing "diffuseColor" attribute on viewObject of cloned Arch Component

Problem whit missing "diffuseColor" attribute on viewObject of cloned Arch Component. In the file ArchComponent.py for references there was a previous post with identical problem I've solved the problem with 2 modification in the code of file ArchComponent.py. Waiting for your validation i...
by danreb
Sun Mar 08, 2020 9:13 am
Forum: Help on using FreeCAD
Topic: [SOLVED]error ArchWall Offset whith walls based on sketch
Replies: 5
Views: 639

Re: error ArchWall Offset whith walls based on sketch

OK Solved....

Many thanks for you having taken the time to point that the problem was local and finaly due to a specific configuration that actually was not up-to-date.

Cheers
by danreb
Sun Mar 08, 2020 9:10 am
Forum: Help on using FreeCAD
Topic: [SOLVED]error ArchWall Offset whith walls based on sketch
Replies: 5
Views: 639

Re: error ArchWall Offset whith walls based on sketch

OK, I did'nt pay attention but my conda-dev "weekly" updates where stucked to a freecad version of January due -as far as I could understand- to the fact that I've linked my freecad environment to the Python3.7 version. More recent version of freecad on conda are using python 3.8, so I jus...
by danreb
Sat Mar 07, 2020 8:29 pm
Forum: Help on using FreeCAD
Topic: [SOLVED]error ArchWall Offset whith walls based on sketch
Replies: 5
Views: 639

Re: error ArchWall Offset whith walls based on sketch

But what is the raison you referance the sketch whith a bleu rectangle :?: actualy I've tested first with the draft rectangle (as a base object for creating the wall), then created a sketch and constrained it on the rectangle (just for having the exact same patern), and rebased the wall on this new...
by danreb
Sat Mar 07, 2020 8:49 am
Forum: Help on using FreeCAD
Topic: [SOLVED]error ArchWall Offset whith walls based on sketch
Replies: 5
Views: 639

[SOLVED]error ArchWall Offset whith walls based on sketch

Blocking error when recomputing walls with left or right offset the wall is based on a sketch N.B.: No error with walls based on wires (draft lines) , but this is not possible in my workflow here is the error trace Traceback (most recent call last): File "/Users/bbl/miniconda/envs/freecad_py37/...
by danreb
Mon Feb 10, 2020 8:51 am
Forum: Open discussion
Topic: error when opening Freecad Bim project saved and closed with a Techdraw page open
Replies: 4
Views: 557

Re: error when opening Freecad Bim project saved and closed with a Techdraw page open

Hi @wandererfan thanks for considering this "non blocking" bug. Actually the error you mentionned is linked with the next issue: to go over this error, and be able to trigger the error related to this post, you should modify the ArchBuildingPart.py code as explained below: the file is loca...
by danreb
Mon Feb 10, 2020 8:20 am
Forum: Help on using FreeCAD
Topic: object has no attribute 'DiffuseColor' in recomputing BIM project
Replies: 6
Views: 2618

Re: object has no attribute 'DiffuseColor' in recomputing BIM project

Kunda1 wrote: Thu Jan 23, 2020 1:33 pm @danreb u need to add yorik's user_id
Hi thanks @Kunda1
yorik wrote: ping !
by danreb
Mon Feb 10, 2020 8:15 am
Forum: Help on using FreeCAD
Topic: object has no attribute 'DiffuseColor' in recomputing BIM project
Replies: 6
Views: 2618

Re: object has no attribute 'DiffuseColor' in recomputing BIM project

... I don't understand why you check for DiffuseColor twice. ... Hi @vocx sorry for this duplicate entry. You are totaly right, actually the first check is for the attribute " DiffuseColor " and the second should have been for the attribute " ShapeColor " which is requested in t...
by danreb
Thu Jan 23, 2020 10:39 am
Forum: Open discussion
Topic: error when opening Freecad Bim project saved and closed with a Techdraw page open
Replies: 4
Views: 557

error when opening Freecad Bim project saved and closed with a Techdraw page open

I open this post since a bug reported previously link to post still appears in tha latest release. It isn't a bloking bug, since you just have to close the techdraw page , close the project and reopen it. Traceback (most recent call last): File "/Users/BBL/Library/Preferences/FreeCAD/Mod/BIM/Bi...
by danreb
Thu Jan 23, 2020 10:05 am
Forum: Help on using FreeCAD
Topic: object has no attribute 'DiffuseColor' in recomputing BIM project
Replies: 6
Views: 2618

Re: object has no attribute 'DiffuseColor' in recomputing BIM project

yorik wrote:Hi Yorik what do you think of it? Should the Arch code be corrected?