Commit Graph

412 Commits

Author SHA1 Message Date
wood galaxy
0ab65bd6a4 improvement to Cut Plane
Move cut plane on itw own.
Add ArchCutPlan to CmakeList
Add task panel
Add choice between side of the face
2014-11-17 15:44:11 +01:00
Yorik van Havre
2ce9cb90b4 Arch: small optimization in archframe code 2014-11-13 19:30:02 -02:00
wood galaxy
61b43e1f57 make BasePoint compatible with Frame without BasePoint 2014-11-13 19:26:11 -02:00
wood galaxy
59adc0a325 Add BasePoint Property to Arch Frame
BasePoint allow user to change by wich vertex of the profil the frame
passe of.
2014-11-13 19:26:11 -02:00
wood galaxy
0c53789112 Make cutComponent working 2014-11-12 15:36:16 -02:00
wood galaxy
0e1a2e5444 Add arch cutComponent feature 2014-11-12 15:36:16 -02:00
Yorik van Havre
76f544a352 Draft - small (provisory) encoding fix - fixes #1825 2014-11-11 20:11:31 -02:00
Yorik van Havre
5facd26e51 Arch: fixed encoding problem in Survey tool - fixes #1821 2014-11-09 17:27:37 -02:00
wmayer
4459b37e45 + fix copying Python resource files to destination on Windows 2014-11-08 11:08:58 +01:00
Yorik van Havre
8676ed01c3 Arch and Draft rc files are now compiled at build time - issue #1796 2014-11-05 20:07:53 -02:00
Yorik van Havre
fedd09d18c Arch: Provisorily implemented workaround for utf8 paths and ifcopenshell - issue #1795 2014-11-02 15:47:29 -02:00
Yorik van Havre
8fd880d51b Arch: Fixed axis object - fixes #1605 2014-10-05 13:09:08 -03:00
Sebastian Hoogen
9ad67346cc issue #1701 2014-09-27 13:07:30 -03:00
Yorik van Havre
a5cea497d0 Arch: fixed string encoding in Space object 2014-09-24 18:13:18 -03:00
Yorik van Havre
e3554a7805 Arch: Extended role property to all Arch objects - fixes #1577 2014-09-21 15:12:06 -03:00
Yorik van Havre
a31a01a2ac Fixed bug introduced by last commit 2014-09-19 13:13:34 -03:00
Sebastian Hoogen
edbc1e637a fixes #1755: don't translate toolbar names
in InitGui.py of Arch and Spreadsheet
2014-09-19 10:35:00 -03:00
Yorik van Havre
a615f97d04 Arch: Added sill height option to creation dialog - fixes #1609 2014-09-17 20:24:35 -03:00
Yorik van Havre
9b52c19fe3 Arch: fixed window movements - fixes #1597 2014-09-17 19:39:54 -03:00
Yorik van Havre
6cd1feb44f Arch: Hide/show windows together with their parents - fixes #1733 2014-09-16 20:03:50 -03:00
Yorik van Havre
4b0ef52458 Arch: minor bugfix 2014-09-13 18:23:35 -03:00
Yorik van Havre
820fab6108 Arch: equipments now choose type (Part or Mesh) on creation based on the base object 2014-09-13 13:54:47 -03:00
Yorik van Havre
a70bcceb54 Arch: minor improvements in panel 2014-09-11 19:27:33 -03:00
Yorik van Havre
230c6f0571 Arch: small fix to Remove tool 2014-09-02 23:04:44 -03:00
Yorik van Havre
617eff8cd3 Arch: optimizations in IFC import + furniture objects can be included in spaces 2014-08-31 23:30:02 -03:00
Yorik van Havre
4d58575ddf Arch: fixed import IFC again (better this time) 2014-08-31 15:03:58 -03:00
Yorik van Havre
da4d0fbaa6 Arch: fixed bug in importIFC 2014-08-31 13:29:15 -03:00
Yorik van Havre
874b8683db Arch: allow for equipment objects to be part shapes 2014-08-30 19:17:30 -03:00
Yorik van Havre
5bbdde61ea Arch: Added Equipment tool
The purpose of this tool is to handle standalone objects such as
furniture or sanitary equipment in a building. It is mesh-based,
and accepts either a mesh or a part shape as its base object.
2014-08-29 19:16:28 -03:00
Bernd Hahnebach
23ae1841d3 Arch: fix in new ifc-importer 2014-08-16 12:37:06 -03:00
Yorik van Havre
1003e556cb Draft - Allow to export Drawing pages to DXF - fixes #1686
* Uses DXF algos of the Drawing module instead of the Draft dxf library
* Uses a DXF template with the same name as the SVG template, if existing
* Only Draft, Arch, Part and Annotation views are currently supported
* Drawing module's projectToDXF() now returns only a fragment instead of a full DXF file
2014-08-15 18:14:17 -03:00
Johannes Reinhardt
5f11fb054f Use new curve discretization 2014-08-14 23:28:50 +02:00
Johannes Reinhardt
e8eb687e10 Revert "Arch: Turned jreinhardt's fix to webGL into an option"
This reverts commit 90f2fc2034.

Conflicts:
	src/Mod/Arch/Arch_rc.py
	src/Mod/Arch/Resources/ui/archprefs-import.ui
2014-08-14 23:28:50 +02:00
Yorik van Havre
f2bde70bd5 Arch: small bugfixes in Drawing projection stuff 2014-08-13 16:21:08 -03:00
Yorik van Havre
60d9335b8f Arch: Misc improvements to section planes 2014-08-13 00:28:27 -03:00
Yorik van Havre
26c49d4cd0 Arch: minor bugfixes 2014-08-08 19:07:26 -03:00
Yorik van Havre
031672e2f5 Draft: Setting the WorkingPlane from a quad face now also takes its x and y directions 2014-08-08 13:48:30 -03:00
Yorik van Havre
5dbb3fb803 Used Gui.addModule() instead of import in Draft & Arch 2014-08-05 19:38:40 -03:00
Yorik van Havre
8da3e7b9e8 Arch: improvements in Space object
* Better text control
* Text position editable with Draft Edit
* Additional properties such as finish types
2014-08-05 16:19:39 -03:00
Yorik van Havre
e3e8f02e83 Arch: Enhanced Space tool - fixes #1610 2014-08-04 18:24:20 -03:00
Yorik van Havre
048db83a01 Arch: Included some utility functions into Arch module
* makeCompoundFromSelected: creates a compound object from selected subobjects
* cleanArchSplitter: cleans the splitters on imported Arch objects
* rebuildArchShape: tries to rebuild a solid from the faces of an invalid shape
2014-08-04 11:11:11 -03:00
Yorik van Havre
aa4fa6a7de Arch: small bugfixes and optimisations 2014-08-03 15:14:33 -03:00
Yorik van Havre
cca672e82b Arch: Added scaling in IFC importer 2014-08-01 21:44:46 -03:00
Yorik van Havre
0993ea39b0 Arch: removed obsolete IFC preference options 2014-08-01 21:34:49 -03:00
Yorik van Havre
23687175f3 Arch: fixed bug in wall extrusions 2014-08-01 21:28:32 -03:00
Yorik van Havre
cbc3ff4609 Arch: Introduced new IFC importer/exporter
* The new IFC importer uses excusively the newest ifcopenshell.py module
* Renamed old importer to importIFClegacy.py
* Included the now deprecated ifcReader and ifcWriter modules into importIFClegacy
* The new IFC importer falls back on the older one if the ifcopenshell module is not found
2014-08-01 18:39:10 -03:00
Yorik van Havre
1349b7cbf2 Draft + Arch: fixes when working without the GUI 2014-07-29 22:20:06 -03:00
Yorik van Havre
767d07d14c Draft: small bug fix in DXF importer 2014-07-28 19:47:40 -03:00
Yorik van Havre
af37c123ca Arch: misc bugfixes 2014-07-26 16:37:06 -03:00
Yorik van Havre
59a2e8ff28 Arch: added panel to cmakelist 2014-07-20 13:32:06 -03:00