Yorik van Havre
4fd42d02b6
Arch: Adapted IFC, OBJ and DAE exporters to support external color information when running in non-GUI mode
2019-06-12 19:28:43 -03:00
Yorik van Havre
6a0050d709
Arch: Added IFC pref option to export without adding a default building
2019-06-09 19:48:38 -03:00
Yorik van Havre
6c12bc83b5
Arch: Fixed small bug in Wall task panel
2019-06-09 14:56:43 -03:00
Yorik van Havre
5deca3b667
Arch: Added preferences to enable/disable automatic adding of default Site and Storey at IFC export
2019-06-07 17:21:11 -03:00
Yorik van Havre
0978993b0f
Arch: Use ifcopenshell.guid.new() to generate IFC UUIDs
2019-06-07 16:50:35 -03:00
Yorik van Havre
2c918366e4
Draft: Introduced Layers system (former VisGroup)
2019-06-05 18:47:01 -03:00
Yorik van Havre
079c520be8
Arch: Fixed Site not grouping correctly
2019-06-03 23:21:49 -03:00
Suraj Dadral
52833cd7cc
Set placement of bottom Stirrup
...
As discussed here:
https://forum.freecadweb.org/viewtopic.php?f=8&t=35077&start=100#p310036
<q>
While creating stirrups, if we set offset of tie to zero, then the
bottom stirrup will go out of column as in below image:
https://forum.freecadweb.org/download/file.php?id=84300
After modification, with same data, the stirrup in column looks
like:
https://forum.freecadweb.org/download/file.php?id=84301
</q>
2019-05-29 19:39:33 -03:00
Yorik van Havre
c498058fc0
Arch: IFC explorer migrated to BIM WB
2019-05-20 22:32:17 -03:00
Bernd Hahnebach
872b9eaa80
Arch: import IFC, improve import of colors
2019-05-16 04:53:22 +02:00
Bernd Hahnebach
2874fd51df
Arch: import IFC, some code formating, no code changes!
2019-05-16 04:53:22 +02:00
Yorik van Havre
1e66267dac
Arch: Added door mode to window command
2019-05-15 21:14:00 -03:00
furti
72014ead53
Optimize buildFence method
...
The method is renamed to "makeFence" to better fit to the overall Arch
naming style. Additionally it returns the generated object now so one
can use it directly from python.
2019-05-15 17:40:58 -03:00
furti
fa504cc612
Add missing "Part" import to Arch Fence
2019-05-15 17:40:58 -03:00
Yorik van Havre
281a370815
Arch: Remember values for precast concrete presets
2019-05-15 15:55:21 -03:00
Yorik van Havre
ff130d08f4
Arch: Refactor of Structure's Column/Beam modes and fixed rotation issues
2019-05-15 15:08:23 -03:00
Yorik van Havre
2a4012872e
Arch: Fixed bug in precasts + addressing recursive wall length issue
2019-05-15 10:49:24 -03:00
Yorik van Havre
978363432a
Arch: Further fix in solar diagram
2019-05-14 11:26:58 -03:00
Yorik van Havre
cec145015e
Arch: Added option to not import FreeCAD parametric model from IFC
2019-05-13 21:49:31 -03:00
Yorik van Havre
35900818e5
Arch: Added Footprint display mode to Spaces
2019-05-13 16:33:38 -03:00
Yorik van Havre
f1eeae6754
Arch: Ability for BuildingParts to control visual aspects of their children
2019-05-13 15:44:13 -03:00
Yorik van Havre
42c2a4d6ac
Arch: Fixed some flat objects not appearing in techdraw
2019-05-13 13:10:36 -03:00
Yorik van Havre
636fb7b116
Updated master translation files (minor changes)
2019-05-10 23:14:36 -03:00
Yorik van Havre
da45071c8a
Arch: Re-added support for older pysolar
2019-05-10 23:05:41 -03:00
Yorik van Havre
c0430bf876
Arch: Fixed wrong structures drawn in beam mode using a metal profile
2019-05-10 22:58:04 -03:00
Yorik van Havre
135c96fbc8
Arch: Fixed translation issues in wall and structure + make use of line task dialog
2019-05-10 22:43:59 -03:00
Yorik van Havre
2d47993780
Merged latest translations from crowdin
2019-05-10 19:19:37 -03:00
Yorik van Havre
9a1bb779c9
Updated master translation files
2019-05-10 19:15:33 -03:00
Yorik van Havre
bb28fb0203
Arch: Site: Migrated the compass properties to the ViewObject
2019-05-09 15:17:12 -03:00
Yorik van Havre
50013d79ce
Arch: Fixed color of windows transparent parts
2019-05-09 12:42:25 -03:00
Yorik van Havre
4ef8663388
Arch: Better behaviour and tooltips on section plane task panel buttons - fixes #3643
2019-05-09 11:42:22 -03:00
Yorik van Havre
691c102670
Arch: Added IFC pref option to automatically export IFC objects as Standard Cases when possible
2019-05-08 21:58:04 -03:00
Yorik van Havre
32d86ffd7b
Arch: Removed Floor dependency of Site
2019-05-08 13:41:58 -03:00
Yorik van Havre
47fac35944
Arch: Fixed solar diagram for py3
2019-05-08 12:06:55 -03:00
Yorik van Havre
c24b9fb68a
Arch: Fixed error in roof - Fixes #3864
2019-05-07 22:47:15 -03:00
Yorik van Havre
aca6b0d4f3
Arch: Fixed missing cmake/qt stuff for Arch Fence
2019-05-07 21:53:05 -03:00
furti
72b291ecff
Clip sections when too long
...
When the path wraps around a corner the section might be too long to fit
between the fence posts. So we clip it to the length so that it fits.
2019-05-07 21:31:12 -03:00
furti
bc0c959f49
Add Arch Fence builder
...
This tool can build a Fence by giving it a single Section, a single Post
and a Path.
It will calculate the number of posts and sections needed and repeat them
along the path so that a full fence is build.
2019-05-07 21:31:12 -03:00
luz.paz
7a1f98fda1
Misc. source comment typo and whitespace fixes
2019-05-06 13:42:30 +02:00
Yorik van Havre
5cebe65264
Arch: Fixed export of sites to IFC
2019-05-02 17:02:14 -03:00
Yorik van Havre
e870bd35c4
Arch: Fixed wrong exported objects in IFC export
2019-05-02 16:21:39 -03:00
Yorik van Havre
dc5f631fb7
Arch: Fixed export of windows colors to IFC
2019-05-02 16:02:19 -03:00
Yorik van Havre
7ae4a61da5
Arch: Fixed bug in arch windows creation
2019-05-02 15:43:07 -03:00
luz.paz
706c206e20
Crowdin: experiment to fix crowdin 'ghost' strings
...
The following translation strings still perpetuate after updating crowdin translations. This commit experiments with removing their source counterparts in the FC .ts files. I'm not sure why they are not rendered obsolete by the normal operations.
* https://crowdin.com/translate/freecad/6766/en-en#6499472
* https://crowdin.com/translate/freecad/6766/en-en#6573450
2019-05-02 13:35:32 -03:00
Bernd Hahnebach
953160b0f7
Arch: ifc properties, Py3 fix
2019-04-30 18:01:43 +02:00
luz.paz
b7b433e461
Misc. typo and whitespace fixes
...
Found via `codespell`
2019-04-30 10:15:59 -03:00
Bernd Hahnebach
650a181ae7
Arch: ifc export, ifc roof does not have a predefined type in IFC 2x3
2019-04-30 07:41:47 +02:00
Yorik van Havre
6cc17a4aa6
Arch: Allow to make a rebar without host object from the GUI
2019-04-29 13:08:01 -03:00
Yorik van Havre
f5cfaf26cf
Arch: fixed error when opening 0.14 files
2019-04-29 12:41:01 -03:00
furti
acebbf7c2d
Scale the compass based on the site area
...
When the compass has a fixed size, it is either too big for small sites,
or too small for big sites, when using fit view. So the compass adapts
to the ProjectedArea of the Site now.
2019-04-29 12:38:00 -03:00