Roy-043
d6b7ab6937
Update InitGui.py
...
Updated to use the new Draft code.
2021-10-02 09:45:22 +02:00
Yorik van Havre
b042405933
Merged crowdin translations
2021-09-23 17:14:48 +02:00
Chris Hennes
84e86793f0
Arch: LGTM - don't catch BaseException
2021-09-19 14:36:12 -05:00
Yorik van Havre
89e1a97d80
Merged crowdin translations
2021-09-07 11:26:48 +02:00
Yorik van Havre
d14167a50d
Updated ts files
2021-09-06 15:32:07 +02:00
Yorik van Havre
c99ec69f9c
Merge branch 'alafr-arch-structure' of https://github.com/alafr/FreeCAD
2021-09-02 14:36:43 +02:00
Yorik van Havre
91dde33ef2
Arch: Added option to references to fuse the base objects by material
2021-09-02 12:21:29 +02:00
Yorik van Havre
f7f8d200bc
Arch: Better icon for arch references
2021-08-26 14:55:18 +02:00
Yorik van Havre
49abe81271
Merged crowdin translations
2021-08-26 14:51:36 +02:00
Yorik van Havre
a8cb3ef1e3
Updated ts files
2021-08-26 14:50:54 +02:00
Chris Hennes
95770e521a
[Arch] Silence LGTM missing init warnings
2021-08-17 12:34:28 -05:00
paul lee
24e472cdde
[ArchWall] Fix MakeBlocks to work if Base is Sketch with 1 edge only
...
To be merged with #4955
2021-08-09 09:06:03 +08:00
alafr
6e7bea99d0
Merge branch 'master' into alafr-arch-structure
2021-08-06 21:55:02 +02:00
Yorik van Havre
2c940e3a98
Arch: Remember wall alignment when creating from existing wires
2021-08-03 16:45:07 +02:00
Yorik van Havre
053dd7f3b8
Arch: Don't add spaces to BuildingPArt's shape
2021-08-03 16:44:15 +02:00
Yorik van Havre
bc9a601a46
Merge pull request #4894 from steelman/arch-frame-profile-alignment
...
Arch: Align profile's Y with layout's normal vector
2021-08-03 11:53:58 +02:00
luz paz
eab17ddff5
Fix various typos
2021-07-31 09:46:50 +02:00
Yorik van Havre
146dcd75a9
Arch: Fixed windows invert hinge option
2021-07-16 12:22:56 +02:00
Yorik van Havre
573a295067
Arch: Fixed wrong numbering in arch axis in section mode
2021-07-16 12:22:15 +02:00
Yorik van Havre
8d93a0f3d8
Arch: Better icon for Arch component
2021-07-13 15:46:54 +02:00
Yorik van Havre
8728400e04
Merge pull request #4910 from Roy-043/Arch_Fix_Arch_Wall
...
Arch: Fix Arch_Wall: block joints where put on the wrong side of offset
2021-07-13 11:29:12 +02:00
Yorik van Havre
2acfba9870
Merge pull request #4883 from steelman/arch-timezone
...
Arch: Draw solar diagrams for timezones other than UTC and UTC-3
2021-07-13 11:24:34 +02:00
Yorik van Havre
20287874a8
Arch: Fixed text position of Arch spaces
2021-07-09 15:10:47 +02:00
Yorik van Havre
1cee70cd62
Merged crowdin translations
2021-07-08 16:06:38 +02:00
Roy-043
084a8e6fae
Arch: Fix Arch_Wall: block joints where put on the wrong side of offset
...
In the execute method block joints were put on the wrong side of the offset which lead to the first block in each row being larger than intended.
2021-07-07 18:54:34 +02:00
Yorik van Havre
ed9dca288c
Merged crowdin translations
2021-07-01 13:56:25 +02:00
Yorik van Havre
6360345ce5
Updated ts files
2021-07-01 13:50:17 +02:00
Yorik van Havre
5b32b806f6
Arch: Added Depth property to SectionPlanes
2021-07-01 13:46:24 +02:00
Łukasz Stelmach
a92ee7f358
Arch: Align profile's Y with layout's normal vector
...
Align profile's Y axis with lyouts normal vector so the profile is always
upright regardles of the direction of extrusion. See [1] for more details.
[1] https://forum.freecadweb.org/viewtopic.php?f=3&t=59725
2021-06-27 22:34:35 +02:00
Yorik van Havre
c8b5d8d762
Merged crowdin translations
2021-06-24 17:22:19 +02:00
Łukasz Stelmach
7c26d67ebf
Arch: Draw solar diagrams for timezones other than UTC and UTC-3
...
Use the value of tz parameter to set a timezone instead of -3 constant.
Make updates to TimeZone property trigger redrawing of a solar diagram.
2021-06-22 13:33:35 +02:00
Yorik van Havre
69b084f492
Merged crowdin translations
2021-06-17 16:04:02 +02:00
Yorik van Havre
7c5f8d8737
Updated ts files
2021-06-17 15:49:33 +02:00
Yorik van Havre
27ddc54828
Merge pull request #4852 from Syres916/patch-20
...
[Arch] Wavefront Obj Import files from...
2021-06-15 16:02:35 +02:00
balrobs
87ae516e1e
Fixing connection error for structural surface members
...
This changes improve connections between structural surface members with coincident edges
See forum: https://forum.freecadweb.org/viewtopic.php?f=39&t=54286&p=509311#p509311
2021-06-11 07:28:25 +02:00
balrobs
f76be90c59
Bug fix for PointConnections of StructuralCurvedMembers
...
this fixes a bug (indention problem) that prevented che correct generation of PointConnections for StructuralCurvedMembers (beams/columns) with coincident nodes.
See: https://forum.freecadweb.org/viewtopic.php?f=39&t=54286&start=40#p509233
2021-06-11 07:28:25 +02:00
Syres916
80731db3c0
[Arch] Wavefront Obj Import files from...
...
...other programs such as Meshroom that don't contain an object name line. There is a bug report but bizarrely it's completely the reverse of what is currently occurring https://tracker.freecadweb.org/view.php?id=2336
2021-06-10 16:58:32 +01:00
Yorik van Havre
4a9963a03f
Merged crowdin translations
2021-06-10 12:24:24 +02:00
balrobs
3cdccea9d6
adds IFC export for structural slabs (StructuralSurfaceMemebers) with their thickness
2021-06-09 10:25:38 +02:00
balrobs
45ae81f955
Formating for better readability
...
The changes affect code in the exportIFCStructuralTools.py file and aims to improve only the readability for later planed export of SurfaceMembers
2021-06-09 10:25:38 +02:00
Yorik van Havre
1fb45a0c5e
Merge pull request #4831 from balrobs/master
...
[Arch] Fix errors when exporting structures to IFC2X3 format
2021-06-04 13:22:56 +02:00
balrobs
a91cde1915
[Arch] Fix errors when exporting struchtures to IFC2X3 format
...
when trying to export structures to IFC2X3 there are some problems due to the fact, that the actual code uses functions not suitable for IFC2X3
this commit fixes this issues
see forum post: https://forum.freecadweb.org/viewtopic.php?f=39&t=54286&start=30#p507877
2021-06-04 01:20:17 +02:00
luz paz
e1af437848
Arch: fix typo in getIfcPsetProperties()
2021-06-03 14:36:21 -04:00
Yorik van Havre
d0d637b2c6
merged crowdin translations
2021-06-03 15:43:34 +02:00
Yorik van Havre
4361893f24
updated ts files
2021-06-03 15:37:33 +02:00
Yorik van Havre
5ddf75d358
Arch: Added arrow and bar bubble modes to Arch Axis object
2021-05-31 14:14:46 +02:00
Yorik van Havre
b1d9a5607f
Merged crowdin translations
2021-05-27 14:51:33 +02:00
Yorik van Havre
c6771853ae
Updated translation files
2021-05-27 14:44:40 +02:00
Matthijs Kooijman
96cbc722f5
Arch: Simplify some ifs in ArchComponent
...
This commit does not change behavior.
2021-05-22 17:39:07 +02:00
balrobs
8ac722c1e8
Improve IFC export (structural analysis) for slabs
...
I did my best (I'm a programming novice) to understand the code and to improve the IFC export for slabs.
ATM for every slab all contour edges are exported as IFCSTRUCTURALCURVEMEMBER except the last closing one (see forum thread https://forum.freecadweb.org/viewtopic.php?f=39&t=54286 ).
This changes aim to also add the last closing edge for slabs.
2021-05-18 22:57:26 +02:00