Yorik van Havre
91b2506ccc
Changed all references to DraftGeomUtils.sortEdges to Part.__sortEdges__
2015-09-04 11:54:57 -03:00
Yorik van Havre
d13179b63f
Arch: IFC exporter now exports cloned Arch objects with shared geometry
2015-08-25 22:11:40 -03:00
Yorik van Havre
89cbdb35b6
Arch: External edges are now automatically removed from Rebars base sketches
2015-06-25 19:54:57 -03:00
Yorik van Havre
8b4492ebc5
Arch: small bugfix in cutvolumes
2015-06-17 09:45:01 -03:00
Yorik van Havre
c692d6e136
Arch: IFC importer can now recreate extrusions
...
By enabling the setting in IFC preferences, the IFC
importer can now detect if an input shape is a normal
extrusion, and create the object as a Part::Extrusion.
2015-04-24 16:30:38 -03:00
Yorik van Havre
4d630dbc32
Arch: misc improvements to materials and IFC
...
* Improved IFC export of curved surfaces
* Better icon for materials group
* Fixes in IFC export of materials
2015-04-19 16:34:36 -03:00
Yorik van Havre
6750127a05
Arch: Added materials support
2015-04-15 22:08:54 -03:00
Yorik van Havre
892b7ae509
Arch: Misc improvements for IFC workflow
...
* Added utility to make non-parametric Arch component
* Ability for all Arch components to be a clone of another Arch component of same type
* Modified the Draft Clone tool to produce Arch Clones if applicable
* Fixed Arch Roofs so they can be based on a solid shape like other Arch objects
* Ability to change the Root element to be imported in IFC preferences
* Ability to import IFC files also as compounds, Part shapes or non-parametric Arch objects
* Added an "only" parameter to importIFC.open() to import only a certain object ID.
* Ability to read colors (IfcSurfaceStyle) from IFC objects
2015-04-08 12:34:48 -03:00
Yorik van Havre
627e32aa2c
Arch: misc bugfixes in IFC export
2015-02-23 19:34:29 -03:00
Yorik van Havre
2f78c021db
Arch: Fixed encodings in Survey - fixes #1825
2014-12-29 18:54:33 -02:00
wood galaxy
6aa91b3622
Ready for merge : fix issues #1618 and #1607
...
Implement getSubVolume to cut wall with roof.
Now Roof is not hidden when removing it to a wall.
2014-12-08 12:23:01 -02:00
wood galaxy
e070a717a5
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
wood galaxy
f7830b8da3
Make cutComponent working
2014-11-12 15:36:16 -02:00
wood galaxy
b17f401c5c
Add arch cutComponent feature
2014-11-12 15:36:16 -02:00
Yorik van Havre
c07d2ad91b
Draft - small (provisory) encoding fix - fixes #1825
2014-11-11 20:11:31 -02:00
Yorik van Havre
039cacbfde
Arch: fixed encoding problem in Survey tool - fixes #1821
2014-11-09 17:27:37 -02:00
Sebastian Hoogen
e820a32653
issue #1701
2014-09-27 13:07:30 -03:00
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
620a4dde93
Arch: small fix to Remove tool
2014-09-02 23:04:44 -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
Yorik van Havre
46583f2960
Used Gui.addModule() instead of import in Draft & Arch
2014-08-05 19:38:40 -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
d5469ba3fc
Arch: misc bugfixes
2014-07-26 16:37:06 -03:00
Yorik van Havre
4414da2256
Arch: Updated preferences page for panels
2014-07-20 13:28:43 -03:00
Yorik van Havre
d44e4d324b
Arch: moved ifc-related functions to importIFC
2014-07-20 12:00:47 -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
57999cb78d
Arch: More minor fixes
2014-06-10 23:13:23 -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
Johannes Reinhardt
4a6449d2bd
deactivate commands in Arch if no document is open
2014-05-21 17:09:02 +02:00
Johannes Reinhardt
6f09d262d7
simplified IsActive method for commands
2014-05-21 17:08:47 +02:00
Yorik van Havre
e587fe2dba
Arch: Tesselation of curved brep faces in IFC export
2014-05-20 17:38:13 -03:00
Yorik van Havre
2e24d5b122
Arch: Added ellipses support to IFC export
2014-05-18 15:16:03 -03:00
Yorik van Havre
293930bdf8
Arch: Using 2D coordinates for polylines in IFC export
2014-05-17 11:56:09 -03:00
Yorik van Havre
8d16e0e0a3
Arch: Fixed some bugs in IFC export
2014-05-12 19:52:25 -03:00
Yorik van Havre
2798de1afa
Arch: Big cleanup - fixes #1524
...
* Removed redundant code in Arch objects
* Supports wandererfan's Units code in Draft module
* Cleanup of the IFC exporter
* Better support of extruded profiles in IFC export
2014-05-11 14:40:39 -03:00
Yorik van Havre
710882d2a4
Arch: Place polylines in the XY plane by default in IFC export
2014-04-26 13:37:31 -03:00
Yorik van Havre
8ff9fb9db9
Arch: added pref setting to disable aggregation of windows into their host walls
2014-04-24 20:44:59 -03:00
Yorik van Havre
79efe68e25
Arch: changed download folder to use the macros folder pref setting
2014-04-24 18:53:06 -03:00
Yorik van Havre
dcc81c513d
Arch: Support of circle-based extrusions in IFC export
2014-04-23 15:51:59 -03:00
Yorik van Havre
cd7c1f2307
Arch: Better sticking to standards in IFC import/export
2014-04-21 23:06:44 -03:00
Yorik van Havre
dfe1c84796
Arch: Fixed face normals in IFC export
2014-04-16 16:36:52 -03:00
Yorik van Havre
97663851ec
Arch: Fixed in IFC import
2014-04-16 10:56:46 -03:00
Yorik van Havre
0a51595fe2
Arch: small bugfix in Add tool
2014-04-14 11:58:33 -03:00
Yorik van Havre
082aec2e6b
Arch: Fixed IFC importer to work with latest IfcOpenShell version
2014-04-12 20:43:23 -03:00
Yorik van Havre
08d2121334
Arch: Axis-bbased structural systems are now a separate object - fixes #1486
2014-03-28 18:31:22 -03:00
Yorik van Havre
b6c24cfc35
Arch: minor fixes around Arch & Draft
2014-03-07 20:44:22 -03:00
Yorik van Havre
995b146659
Arch: Small fixes around Arch and Draft
2014-02-26 18:01:24 -03:00