Bernd Hahnebach
a56d3c435a
Arch: import IFC, white spaces and new lines
2019-08-21 07:19:59 +02:00
Bernd Hahnebach
0477ecee03
Arch: import IFC, add comment
2019-08-21 06:57:53 +02:00
Yorik van Havre
b32f094820
Arch: Further cleaning of IFC importer - moved aux functions to importIFCHelper
2019-08-20 19:44:19 -03:00
Yorik van Havre
b4fc354d2b
Arch: Moved building of IFC relationship tables into separate function
2019-08-20 17:59:30 -03:00
Yorik van Havre
181cceddb1
Arch: Moved recycler class to exportIFC helper
2019-08-20 16:58:23 -03:00
Dion Moult
ada37401b4
Add undefined IFC type data - this is special to freecad and not part of the IFC spec
2019-08-20 13:31:57 +02:00
Dion Moult
ad4f4f071e
Convert old json files to include more metadata as per IFC4 standard
2019-08-20 13:31:38 +02:00
Dion Moult
bdfdf77ffc
Add contexts file for IFC2X3
2019-08-20 13:31:33 +02:00
Bernd Hahnebach
ea97b43499
Arch: workaround to make Arch loading without errors, but still this needs to be fixed
2019-08-19 09:14:49 +02:00
Zheng, Lei
de66e563e0
Draft/Arch related changes
...
* Add Draft_LinkArray and Draft_PathLinkArray that uses link for both
data and visualization, which supports linking external objects
* Add link group support for draft snap
* Fix ArchWindows expression ambiguity
2019-08-17 15:32:47 +02:00
Yorik van Havre
c168a7d14b
Arch/TD: Support for Arch BuildingParts in TD ArchView
2019-08-16 19:03:49 -03:00
Yorik van Havre
d9cfd35008
Arch: misc small fixes to buildingpart
2019-08-16 16:38:43 -03:00
Yorik van Havre
be45c24964
Arch: Reorganized view properties of buildingParts
2019-08-15 00:20:24 -03:00
Yorik van Havre
46a1d1d254
Arch: Minor fixes to IFC export
2019-08-14 17:56:15 -03:00
Bernd Hahnebach
36d418349e
Arch: make new property to use shape color instead of material color working for all Arch objs
2019-08-14 21:41:47 +02:00
Yorik van Havre
a937461d6f
Arch: Merge of PR #2259 - Fix ifc project
2019-08-14 16:04:52 -03:00
furti
ce943982ec
Arch: Fix missing cache value for SectionPlane
...
When the Arch SectionPlane was rendered via TechDraw in Solid mode, the
last parameter "fillSpaces" was not set for the svgcache.
So the next render operation threw an exeption because there where only
4 instead of 5 elements in the cache list.
2019-08-14 14:43:13 -03:00
luz.paz
2469dacf74
Fix issue in previous commit
2019-08-14 14:36:53 -03:00
luz.paz
050ac16f1c
Fix misc. typos
...
Found via `codespell -q 3 -I ../fc-word-whitelist.txt -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller -L od,orign,orginx,orginy`
2019-08-14 14:36:53 -03:00
paullee0
e4132f5800
Multi-Width to support Sketch with multiple wires
...
Discussion:-
https://forum.freecadweb.org/viewtopic.php?f=23&t=37708&p=321956#p321956
2019-08-14 14:28:34 -03:00
Yorik van Havre
16c26cb3b1
Draft: Reorganizing DraftEdit and future Draft command modules
2019-08-12 21:30:45 -03:00
Yorik van Havre
a210ec3733
Arch: fixed wrong copy/paste, duh...
2019-08-12 19:40:33 -03:00
Yorik van Havre
683397b187
Arch: Allow to turn off material color and object color syncing
2019-08-12 19:22:58 -03:00
Bernd Hahnebach
a4a7bc72b1
Arch: IFC import, add some comment
2019-08-10 13:04:38 +02:00
Bernd Hahnebach
fd8045d084
Arch: IFC import, move recycler class around
2019-08-10 13:04:38 +02:00
Bernd Hahnebach
ea4a7fdde3
Arch: IFC export, move into separate module
2019-08-10 13:04:38 +02:00
Daniel Angelov
b630dd7731
Remove extra indentation from webGL template.
2019-08-09 19:07:57 -03:00
Syres916
99f1798faf
[Arch] Bugfix - Unknown command 'Draft_Edit'
2019-08-09 18:56:18 -03:00
Daniel Angelov
b6c8052bf8
Update translate in no GUIup case
...
If the `utf8_decode` is not added, when saving on server side, the following error occurs:
```
File "/usr/share/freecad/Mod/Arch/importWebGL.py", line 129, in export
FreeCAD.Console.PrintMessage(translate("Arch","Successfully written", utf8_decode=True) + ' ' + filename + "\n")
TypeError: translate() got an unexpected keyword argument 'utf8_decode'
```
2019-08-09 18:54:11 -03:00
Yorik van Havre
2a139a89d4
Merge branch 'misc-typos' of https://github.com/luzpaz/FreeCAD into luzpaz-misc-typos
2019-08-09 18:52:31 -03:00
Bernd Hahnebach
c6e11c4ac1
Arch: IFC import, inform user if material color != shape color
2019-08-09 00:23:23 +02:00
luz.paz
d94f8635f4
Arch/ImportIFC.py: fix source comment typo
2019-08-07 20:18:14 -04:00
luz.paz
eb595acfec
Fix misc. source comment typos
...
Found via `codespell -q 3 -I ../fc-word-whitelist.txt -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller`
Fix ./src/Tools/fcinfo grammar + whitesapce
Fix typos in ./src/Mod/Mesh/App/Core/Evaluation.cpp
2019-08-07 20:16:45 -04:00
Bernd Hahnebach
362d523e00
Arch: IFC import, use inverse attributes for reading properties
2019-08-07 21:58:55 +02:00
Bernd Hahnebach
ad8a81642c
Arch: IFC import, only merge materials if they have same name and color
2019-08-07 21:58:48 +02:00
hlg
110649621e
handle projects without sites gracefully
2019-07-26 10:45:25 -03:00
hlg
0dd7aaaeab
Arch: populate and read compass rotation from and to IFC RC true north
2019-07-26 10:45:25 -03:00
hlg
be661ad947
Arch: fix IFC import for groups with non-ascii names
2019-07-26 10:45:25 -03:00
luz.paz
fc7675d6ef
Follow up fixes
2019-07-25 23:34:12 -03:00
donovaly
c32056cf86
preferences-ifc.ui; some more requested whitespace fixes
2019-07-25 23:34:12 -03:00
donovaly
b6da0b8108
preferences-ifc.ui: requested whitespace fixes
2019-07-25 23:34:12 -03:00
donovaly
91db048463
add, update and uniform tooltips for Arch preferences
2019-07-25 23:34:12 -03:00
Bernd Hahnebach
96b74022e3
Arch: ifc import, move getting the property relation table in separate method
2019-07-24 08:20:09 +02:00
Bernd Hahnebach
e1cb4f2093
Arch: ifc export, move get property data out of FreeCAD property schema in separate method
2019-07-24 07:53:04 +02:00
Bernd Hahnebach
1ab46c2e25
Arch: ifc import, move reading ifc attributes in separate method
2019-07-24 07:52:55 +02:00
Bernd Hahnebach
590c7fd9d3
Arch: ifc, some new lines
2019-07-24 07:52:46 +02:00
Yorik van Havre
82dd7f0344
Arch: Add right-click option to schedules to (re)generate result spreadsheet
2019-07-18 15:42:49 -03:00
Yorik van Havre
ecac855b34
Arch: Keep Schedule dialog above FreeCAD window
2019-07-17 23:34:35 -03:00
Yorik van Havre
d74cc3f50e
Arch: Schedule UI moved to floating dialog
2019-07-17 22:36:02 -03:00
Yorik van Havre
125380ddd9
Arch: Added Area property to walls
2019-07-17 19:25:42 -03:00