Uwe
04570f81cc
[Arch] remove unneeded checks for Python 3
...
since we only support Python >=3, these checks can go
2022-08-04 01:32:06 +02:00
Roy-043
7e0550a7c8
Arch: Housekeeping: import translate from correct file
2022-07-21 10:17:03 +02:00
Yorik van Havre
da7ee8e061
Arch: Fixed text position of Arch spaces
2021-07-09 15:10:47 +02:00
Alex Young
80dbfd5814
Arch: removes unused imports
...
Removes unused imports as reported by LGTM.
There are exceptions: `import Arch_rc` is shown as an alert, but has side effects. It's not clear what the best thing to do in those cases is, so I've left them for now.
2021-02-14 16:27:06 +00:00
luz paz
ccf30d98d2
Arch: Fix header uniformity and remove trailing whitespace
2020-11-16 14:51:53 +01:00
vocx-fc
c97d13164e
Arch: update some functions that come from the Draft workbench
...
In particular `getGroupContents` was renamed to `get_group_contents`
in the Draft workbench, so the function name is updated accordingly.
2020-07-13 14:35:38 +02:00
Yorik van Havre
ec6ea813c5
Arch: New multicore IFC importer
2020-06-25 14:42:38 +02:00
Harald Geyer
b5b0dc4355
Arch: Fix placement of Space objects imported from ArchiCAD
...
Any space objects imported from ArchiCAD (via IFC) are rotated
by 90° around the global z-Axis. When turning the same base
shape into an other Arch object like Wall or Slab, no such error
happens.
Turns out the shape creation in Space objects is handled
differently then in other Arch objects and just copying the usual
method fixes this. I have no idea why this makes a difference.
To document why this change is necessary, a test cases is added.
Upon editing TestArch.py a number of trailing spaces have been
removed accidentally.
2020-06-15 09:58:49 +02:00
luz.paz
c8cb520887
[skip ci] fix follow-up typos
2020-03-06 14:50:35 +01:00
luz.paz
8af8689d73
Arch: [skip ci] fix header uniformity
...
This PR fixes header uniformity across all Arch files
2019-12-26 18:24:06 +01:00
Zheng, Lei
ef5acc5023
Arch: relax Part::Feature type checking
...
For supporting Link inside Arch.
2019-11-17 13:03:42 -03:00
Yorik van Havre
7b71a6f86c
Arch: Wording fixes
2019-07-06 20:22:47 -03:00
Yorik van Havre
35900818e5
Arch: Added Footprint display mode to Spaces
2019-05-13 16:33:38 -03:00
Yorik van Havre
dea27bd6aa
Arch: Added default preferences options for spaces
2019-04-19 18:59:10 -03:00
Yorik van Havre
e809a6fa24
Arch/TechDraw: TD Arch views now have a 'fillSpaces' property to show Arch spaces as color-filled areas
2019-04-19 18:20:33 -03:00
Yorik van Havre
9ae362e05e
Arch: Enabled clone icon for spaces
2019-04-18 19:15:39 -03:00
Yorik van Havre
364960723e
Arch: Misc fixes in Arch spaces
2019-04-17 17:11:14 -03:00
Yorik van Havre
4be3448372
Arch: Minor bugfixes in IFC export
2019-04-14 14:18:46 -03:00
Yorik van Havre
506cfd9bd2
Arch: Renamed property IfcRole to IfcType
2019-04-09 15:53:01 -03:00
Yorik van Havre
34c1f38cfa
Arch: Small bugfix in spaces
2019-02-04 22:35:16 -02:00
Yorik van Havre
d32502d414
Arch/Draft: Fixed py3 bugs in text rendering
2018-11-05 11:47:54 -02:00
Yorik van Havre
1872fd0cd9
Arch: support of stacked groups in IFC and added Internal property to Spaces
2018-08-01 15:50:14 -03:00
Yorik van Havre
a1faed3449
Arch: using basic object names for all arch objects
2018-07-07 14:40:10 -03:00
Yorik van Havre
fcd778e8c1
Arch: initial BuildingPart development
2018-06-28 18:44:07 -03:00
Yorik van Havre
0bae245b26
Arch: separate properties creation in own methods and check properties at file load
2018-06-01 19:36:35 -03:00
Yorik van Havre
63794fcefd
Arch: Renamed Role property to IfcRole
2018-05-11 12:01:55 -03:00
Yorik van Havre
34ba3d8f3c
Arch: All Arch objects can now have any IFC type(role)
2018-05-10 10:42:06 -03:00
Yorik van Havre
d49a194279
Arch/Draft: Make sure an active doc exists before creating objects
2018-05-08 16:07:55 -03:00
luz.paz
9167064fc1
Misc. typos
...
Found via `codespell`
2018-04-25 09:41:33 -03:00
luz.paz
ccb2fc6387
Arch: removing \n from translated strings
...
ref: https://crowdin.com/translate/freecad/548/en-hu#6501126
2018-02-07 09:42:13 +01:00
Yorik van Havre
e272f02e59
Arch: Fixed creation of Spaces in no-GUI mode
2017-12-13 11:21:33 -02:00
luzpaz
663be07b7d
Arch: fix grammatical error
...
Changed `equipments` to `equipment`
@yorikvanhavre is this OK with you?
2017-09-03 11:29:25 -03:00
Yorik van Havre
8ceafabb02
Arch: Fixed Space Area errors and added boundaries edition in task panel - fixes #3112
2017-07-24 17:53:59 -03:00
Yorik van Havre
65057e2049
Arch: Fixed small bug in Space
2017-06-11 22:37:31 -03:00
Yorik van Havre
2a59e2ec67
Using PropertyFont in Arch, Draft
2017-05-27 22:55:56 -03:00
Yorik van Havre
47f4e8072e
Arch: Fixed moving and rotating spaces
2017-05-25 10:46:52 -03:00
Yorik van Havre
96ab2876b5
Arch: Fixed multilayer wall colors + added control in wall creation panel + fixed default roles
2017-05-05 12:45:41 -03:00
Yorik van Havre
489d080f77
Arch: Add default storey when exporting to IFC + allow all Arch objects to have Undefined role
2017-02-17 20:47:39 -02:00
Yorik van Havre
009859ddf3
Draft: AutoGroup system
2017-01-25 14:55:14 -02:00
Priit Laes
c55216c2a9
py3: Arch: *.py: Fix syntax for python3
2017-01-17 09:24:46 +01:00
Yorik van Havre
7c7aea1308
Arch: fixed typo in yesterdays commmit
2016-12-30 12:10:38 -02:00
Yorik van Havre
4284e437d3
Arch: Make sure the BaseMaterial property contains a Material object
2016-12-29 20:42:30 -02:00
wmayer
50dc459d42
remove UnicodeUTF8
2016-12-27 19:31:25 +01:00
Yorik van Havre
bf0d37bf28
Doc: Fixes in doxygen docs for Draft,Arch, FEM
2016-11-17 17:04:09 -02:00
Yorik van Havre
0b2c1fe83f
Arch: massive rewrite of extrusion-based Arch objects and IFC export
2016-10-27 15:08:16 -02:00
Yorik van Havre
f84d0fe1b4
Arch: Added wave properties to panels
2016-10-14 15:55:09 -03:00
Yorik van Havre
326be07c6c
added export button to arch schedule UI
2016-10-13 18:57:20 -03:00
Yorik van Havre
210455d7db
Made Arch objects properties translatable - issue #2524
2016-10-07 21:37:15 -03:00
Yorik van Havre
81598c2539
Arch: Added several properties to Equipment, Space, Floor & Site needed for gbXML - issue #2543
2016-10-06 22:35:45 -03:00
Yorik van Havre
f40758eba9
removed translation from property descriptions (wrong to do it there anyway) - issue #2524
2016-05-18 16:59:15 -03:00