Uwe
ad63aa3e3a
[Arch] minor code cleanup after Py2 check removal
2022-08-04 02:26:50 +02:00
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
Uwe
32ab100ed5
Mod: remove some superfluous Boolean checks ( #7213 )
...
* Mod: remove some superfluous Python Boolean checks
2022-07-19 01:35:12 +02:00
Roy-043
3ae3cc9f5b
Arch: Fix getCutVolume in ArchCommands.py
2022-07-18 08:52:39 +02:00
Bernd Hahnebach
23214770df
Arch: fix survey tool for Vertexes
2022-03-30 17:35:12 +02:00
Chris Hennes
6391bebeb8
[Arch] Fix LGTM warnings
2021-09-28 10:29:45 -05:00
Yorik van Havre
3a6becbfe7
Arch: Added Depth property to SectionPlanes
2021-07-01 13:46:24 +02:00
Chris Hennes
9d1958475e
[ARCH] Catch only Exception, not BaseException
2021-02-11 11:52:45 +01:00
Amritpal Singh
7687eef03c
Removed multiple import of FreeCADGui in rebuildArchShape.
2020-11-24 15:16:43 +05:30
Amritpal Singh
be37e43376
Fixed bug: Importing IFC in Console raises error because it linked with FreeeCADGui module.
2020-11-23 18:19:20 +05:30
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
Ryo KOYAMA
5cfbf274bb
Arch: Fix bug of exporting into collada file #4362
...
Enable to export mirrored part into collada file.
This is discussed in:
https://forum.freecadweb.org/viewtopic.php?f=3&t=30785
The issue is:
https://tracker.freecadweb.org/view.php?id=4362
2020-06-09 11:50:48 +02:00
Yorik van Havre
b74a2ba7ef
Arch: Handle rectangle-and circle-based profiles in IFC import/export
2020-05-29 12:12:48 +02:00
David Daish
03c3717e74
Fixed docstring allignment for a function
2020-04-22 12:17:08 +02:00
David Daish
2b274d147a
Work on ArchComponent docstrings
2020-04-22 12:17:08 +02:00
vocx-fc
12ec470778
Arch: import from draftutils instead of DraftTools
...
These functions were moved from DraftTools and DraftGui
to individual modules precisely to make them easy to import.
Otherwise we have to import the entire DraftTools and DraftGui
modules which creates dependency problems when we want to use
some functions without the graphical interface.
2020-03-23 12:14:58 +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
luz.paz
f53ef01d94
Arch: use string operator instead of numeric LGTM fix
2019-10-25 10:23:24 -03:00
vocx-fc
183b7dafe0
Arch: ArchCommands, change the color of the vertices of the subcomponent when using Arch Remove, just like the line color and shape color are changed.
2019-10-07 10:46:36 -03:00
Yorik van Havre
09d0b2d0e7
Arch: Merge of PR #2259 - Fix ifc project
2019-08-14 16:04:52 -03:00
Yorik van Havre
daa0a2fa9c
Arch: Misc improvements to Schedule tool
2019-07-17 18:00:29 -03:00
Yorik van Havre
94c2617362
Arch: Misc bugfixes
2019-07-05 20:58:44 -03:00
Yorik van Havre
c498058fc0
Arch: IFC explorer migrated to BIM WB
2019-05-20 22:32:17 -03: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
fc17fee860
Arch: Added 'Clip' property to section planes to clip the rendered contents to the plane limits
2019-04-28 17:29:19 -03:00
Yorik van Havre
dea27bd6aa
Arch: Added default preferences options for spaces
2019-04-19 18:59:10 -03:00
Yorik van Havre
0034943f87
Arch: Fixed IFC export of rebars
2019-03-19 19:54:51 -03:00
Yorik van Havre
f9fbd6362d
Arch: Fixed py3/encoding bug
2019-02-07 21:05:09 -02:00
Yorik van Havre
94a5fd7408
Arch: Fixed buggy import/export of objects based on rectangles to IFC
2018-11-09 17:59:17 -02:00
Clemens Weissbacher
6fc219732f
py3: Arch: fix import urllib2 problem
2018-10-25 11:03:36 -03:00
looooo
31123b4ead
py3: arch: fix unicode problems #3590
2018-10-17 11:28:16 +02:00
Yorik van Havre
98a04703b8
Arch: Use the smallest face as profile when discovering extrusions in IFC objects - thanks @geometrygym
2018-08-24 23:10:10 -03:00
Yorik van Havre
ebe0d1aa76
Arch: Import/export Site data (longitude, latitude, etc..) to/from IFC
2018-08-10 17:08:20 -03:00
Yorik van Havre
42384e1a58
Arch: Added preference option for screen helpers color (axes, grids, etc...)
2018-07-25 10:56:12 -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
334f2df65f
Arch: Support of IfcBuildingElement and IfcPropertySets in ifc import/export
2018-07-04 14:49:31 -03:00
Yorik van Havre
88afb9e7b9
Arch: Fixed bug in removing objects from section planes
2018-06-15 12:36:25 -03:00
looooo
d91a423e12
Arch: survey: py3-fix
2018-06-10 10:14:30 +02:00
looooo
59e06142dc
Arch: Survey: fix py3 unicode problems
2018-06-04 19:23:42 +02:00
Yorik van Havre
b7a81b5e80
Arch: Added toggleSubs command to context menu of arch objects
2018-06-02 13:54:10 -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
looooo
cdcb3bec4a
PySide2: qApp -> QApplication
2018-04-14 10:40:31 +02:00
Yorik van Havre
9be061635c
Arch: Fixed adding/removing of windows in walls
2018-03-26 13:11:38 -03:00
Yorik van Havre
0f7fdd0145
Arch: Fixed translations bug
2018-03-05 16:47:01 -03:00
luz.paz
978a02c9cb
Arch: Misc. typos and uniformity fixes
2018-02-12 21:55:31 +01: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
f9a45ec496
Arch: Fixed some missing objects in IFC export
2018-01-05 20:04:40 -02:00