Yorik van Havre
f1dffbb90e
Arch: Hide/show windows together with their parents - fixes #1733
2014-09-16 20:03:50 -03:00
Yorik van Havre
a0e461a925
Arch: minor bugfix
2014-09-13 18:23:35 -03:00
Yorik van Havre
8b25a40cbf
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
7318a1d443
Arch: minor improvements in panel
2014-09-11 19:27:33 -03:00
Yorik van Havre
620a4dde93
Arch: small fix to Remove tool
2014-09-02 23:04:44 -03:00
Yorik van Havre
f647f25490
Arch: optimizations in IFC import + furniture objects can be included in spaces
2014-08-31 23:30:02 -03:00
Yorik van Havre
c60d39c4e7
Arch: fixed import IFC again (better this time)
2014-08-31 15:03:58 -03:00
Yorik van Havre
dddc278cc5
Arch: fixed bug in importIFC
2014-08-31 13:29:15 -03:00
Yorik van Havre
80e80fef83
Arch: allow for equipment objects to be part shapes
2014-08-30 19:17:30 -03:00
Yorik van Havre
cef2c1bc8c
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
6436b29034
Arch: fix in new ifc-importer
2014-08-16 12:37:06 -03:00
Yorik van Havre
b33d8f6244
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
941f7dae00
Use new curve discretization
2014-08-14 23:28:50 +02:00
Johannes Reinhardt
8189dddec1
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
d0288deabb
Arch: small bugfixes in Drawing projection stuff
2014-08-13 16:21:08 -03:00
Yorik van Havre
a9b5970512
Arch: Misc improvements to section planes
2014-08-13 00:28:27 -03:00
Yorik van Havre
3f236d042a
Arch: minor bugfixes
2014-08-08 19:07:26 -03:00
Yorik van Havre
8a24f0fe6f
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
46583f2960
Used Gui.addModule() instead of import in Draft & Arch
2014-08-05 19:38:40 -03:00
Yorik van Havre
234af5b27f
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
f5f6cb1adf
Arch: Enhanced Space tool - fixes #1610
2014-08-04 18:24:20 -03:00
Yorik van Havre
caf02318b5
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
c7bfaf2ed7
Arch: small bugfixes and optimisations
2014-08-03 15:14:33 -03:00
Yorik van Havre
2d8963de03
Arch: Added scaling in IFC importer
2014-08-01 21:44:46 -03:00
Yorik van Havre
a548203ca9
Arch: removed obsolete IFC preference options
2014-08-01 21:34:49 -03:00
Yorik van Havre
3b86494afb
Arch: fixed bug in wall extrusions
2014-08-01 21:28:32 -03:00
Yorik van Havre
fec636b835
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
b74c96dcc4
Draft + Arch: fixes when working without the GUI
2014-07-29 22:20:06 -03:00
Yorik van Havre
19135f9586
Draft: small bug fix in DXF importer
2014-07-28 19:47:40 -03:00
Yorik van Havre
d5469ba3fc
Arch: misc bugfixes
2014-07-26 16:37:06 -03:00
Yorik van Havre
a0bb761d8e
Arch: added panel to cmakelist
2014-07-20 13:32:06 -03:00
Yorik van Havre
4414da2256
Arch: Updated preferences page for panels
2014-07-20 13:28:43 -03:00
Yorik van Havre
6c8c69df02
Arch: small fix in panel
2014-07-20 13:19:51 -03:00
Yorik van Havre
14ee127dc7
Arch: Further work on panel
2014-07-20 13:17:36 -03:00
Yorik van Havre
a452e6cf61
Arch: Starting Panel tool
2014-07-20 13:17:36 -03:00
Yorik van Havre
8c7f69d913
Transferred import-export related preference pages to a separate group
2014-07-20 12:58:15 -03:00
Yorik van Havre
d44e4d324b
Arch: moved ifc-related functions to importIFC
2014-07-20 12:00:47 -03:00
Yorik van Havre
eea27448e9
Arch: Fixed bugs when working without GUI
2014-07-17 19:58:22 -03:00
Yorik van Havre
7f387eabc1
Arch: General improvements
...
* Removed roundings in exported objects
* Added toggleIfcBrepFlag command to force export as BREP
* Prepared Arch objects for Materials and custom IFC attributes
* Supported latest developement version of IfcOpenShell
* Cleanup of IFC exporter
* Export of Arch Sites as IfcSite
* Export of Groups as IfcGroup
2014-07-15 15:13:30 -03:00
Yorik van Havre
f40d4ac65b
Arch: disabled buggy wall auto-corners function
2014-06-30 22:16:34 -03:00
Yorik van Havre
13e006cf35
Arch: added an option to section planes to allow non-solids to be cut too
2014-06-21 11:59:33 -03:00
Yorik van Havre
57999cb78d
Arch: More minor fixes
2014-06-10 23:13:23 -03:00
Yorik van Havre
7e20c0c01c
Arch: Small cosmetic fix
2014-06-10 22:51:04 -03:00
Yorik van Havre
4e595bd7bb
Draft: Renamed Layer to VisGroup
2014-06-10 10:21:01 -03:00
Yorik van Havre
39e412da56
Arch: Bugfixing and cleaning in IFC export, support of Spaces
2014-06-08 21:11:20 -03:00
Yorik van Havre
92a565f6ac
Arch: Misc fixes
...
* Allow to export subtractions as separate elements in IFC
* Fixed Survey tool
* Removed unused Arch preferences
2014-06-07 12:09:58 -03:00
Yorik van Havre
5424ad1d6a
Arch: Support for extruded curves in IFC export
2014-06-01 21:45:48 -03:00
Yorik van Havre
940f7e69ba
Updated translations
2014-05-24 17:35:20 -03:00
Yorik van Havre
42d9f1ecab
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
2014-05-21 18:10:59 -03:00
Yorik van Havre
0a71f4a8a7
Arch: Added default pref settings for stairs
2014-05-21 18:10:33 -03:00