Search found 106 matches

by hko
Fri Apr 19, 2024 7:01 pm
Forum: Draft, Arch & BIM
Topic: Wall Issue - Wall Not Generating
Replies: 20
Views: 908

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: 753

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: 1231

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: 753

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: 753

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: 486

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: 743

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: 1231

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,...
by hko
Sun Mar 31, 2024 11:07 pm
Forum: Draft, Arch & BIM
Topic: Beam does not always span the two given points when using keyboard input
Replies: 8
Views: 1231

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

Arch_Structure documentation says: "In beam mode, you are asked to pick two points on screen or by entering coordinates. The new structural object will span between these two points." This is not what happens if my working plane is x-y and the points I give are, for example, 0,0,0 and 0,0...
by hko
Sun Mar 31, 2024 10:37 pm
Forum: Draft, Arch & BIM
Topic: Beam with "Move Base" set to true cannot be rotated easily
Replies: 2
Views: 701

Re: Beam with default properties cannot be rotated correctly

I can confirm the issue. It is a strange one as, in a way, the program is doing what you tell it to do ("don't rotate the object, rotate its base instead"). But the result is confusing. This is partly due to how beams are implemented. They are created as vertical extrusions (columns) whic...