Search found 108 matches

by hko
Tue Apr 23, 2024 7:40 pm
Forum: Draft, Arch & BIM
Topic: [FEATURE REQUEST] 3D Offset tool improvement
Replies: 3
Views: 179

Re: [FEATURE REQUEST] 3D Offset tool improvement

I tested with a 0.21 branch version. Thickness/offset can be changed afterwards and also negative offset works.

Try changing join type to Intersection.
by hko
Tue Apr 23, 2024 3:10 pm
Forum: Draft, Arch & BIM
Topic: [FEATURE REQUEST] 3D Offset tool improvement
Replies: 3
Views: 179

Re: [FEATURE REQUEST] 3D Offset tool improvement

Currently after you have applied a thickness value you want, it doesn't give you the ability to go back in it and change the thickness value to a new desire value, thought it still provides you with some of the other parameter options to change after the fact. Are you saying you can't change the &q...
by hko
Fri Apr 19, 2024 7:01 pm
Forum: Draft, Arch & BIM
Topic: Wall Issue - Wall Not Generating
Replies: 20
Views: 931

Re: Wall Issue - Wall Not Generating

thanks so, now the wall works, but the windows still don't work for some reason. In the screenshot there is an error in Report view: "H1, H2, W1 and W2 parameters cannot be zero. Aborting." In your video we can see that they indeed are zero in the Window options dialog when you are creati...
by hko
Sun Apr 14, 2024 7:16 pm
Forum: Draft, Arch & BIM
Topic: Arch wall creation uses local coordinates as global coordinates
Replies: 5
Views: 759

Re: Arch wall creation uses local coordinates as global coordinates

Roy_043 wrote: Wed Apr 10, 2024 9:30 am PR to fix that and 3 other issues:
https://github.com/FreeCAD/FreeCAD/pull/13378
I tested it and it seems to fix this issue. Thanks!
by hko
Sun Apr 14, 2024 7:12 pm
Forum: Draft, Arch & BIM
Topic: Beam does not always span the two given points when using keyboard input
Replies: 8
Views: 1232

Re: Beam does not always span the two given points when using keyboard input

PR to fix the beam length issue: https://github.com/FreeCAD/FreeCAD/pull/13399 The PR also improves the accuracy of the length of a beam created by picking both points in the 3D view. If I use Category Eurocode timber and Preset 100x100 and create a beam from 0,0,0 to 0,0,2000 using keyboard input ...
by hko
Tue Apr 09, 2024 6:04 pm
Forum: Draft, Arch & BIM
Topic: Arch wall creation uses local coordinates as global coordinates
Replies: 5
Views: 759

Re: Arch wall creation uses local coordinates as global coordinates

I should remember to test by specifying a non-existent configuration file with -u option.

It seems that this happens only when Use sketches option is disabled. I updated the steps to cover that.
by hko
Mon Apr 08, 2024 11:17 pm
Forum: Draft, Arch & BIM
Topic: Arch wall creation uses local coordinates as global coordinates
Replies: 5
Views: 759

Arch wall creation uses local coordinates as global coordinates

Toggle Preferences / Arch / Defaults / Use sketches option off Ensure current working plane is "Top" Create draft point at 0, 1000mm, 0 Open Working plane setup dialog Select the created point and click "Move working plane" Use Arch_Wall to create a wall from 0, 1000mm, 0 (in lo...
by hko
Mon Apr 08, 2024 11:02 pm
Forum: Draft, Arch & BIM
Topic: Draft_Point: Property container has no property 'ShapeColor'
Replies: 1
Views: 487

Draft_Point: Property container has no property 'ShapeColor'

I get a bunch of... Traceback (most recent call last): File "/usr/local/freecad/Mod/Draft/draftviewproviders/view_point.py", line 48, in onChanged vobj.setEditorMode('ShapeColor', mode) <class 'AttributeError'>: Property container has no property 'ShapeColor' ...errors when I create a draf...
by hko
Sun Apr 07, 2024 7:51 pm
Forum: Help on using FreeCAD
Topic: Fully configurable parts
Replies: 9
Views: 745

Re: Fully configurable parts

This sounds exactly like what I'm looking for except that (again in my limited understanding), variant links are limited to only choosing pre-existing data combinations that exist within the original part definition. Your understanding is not correct, which is not surprising as this stuff is very p...
by hko
Mon Apr 01, 2024 5:43 pm
Forum: Draft, Arch & BIM
Topic: Beam does not always span the two given points when using keyboard input
Replies: 8
Views: 1232

Re: Beam does not always span the two given points

Can't confirm this one. Do you have the same issue when creating a Draft_Line? No, I don't have the same issue with Draft_Line. I'm using Category Eurocode timber and Preset 100x100. Default length appears to be 100mm. Now that I tried to reproduce the problem again, the beam was always 100mm long,...