Commit Graph

110 Commits

Author SHA1 Message Date
Yorik van Havre
2c918366e4 Draft: Introduced Layers system (former VisGroup) 2019-06-05 18:47:01 -03:00
Yorik van Havre
c498058fc0 Arch: IFC explorer migrated to BIM WB 2019-05-20 22:32:17 -03:00
furti
bc0c959f49 Add Arch Fence builder
This tool can build a Fence by giving it a single Section, a single Post
and a Path.
It will calculate the number of posts and sections needed and repeat them
along the path so that a full fence is build.
2019-05-07 21:31:12 -03:00
Yorik van Havre
8894c97744 Arch: Fixed incomplete last commit 2018-12-17 11:24:33 -02:00
Yorik van Havre
87945ecdbd Arch: Stored if preferences pages are loaded or not 2018-12-17 11:22:20 -02:00
Yorik van Havre
f1e480414c Arch: Started implementing Arch Reference 2018-09-29 16:41:42 -03:00
wmayer
844165c062 unit tests of Arch and Draft require GUI, improve output of units tests 2018-08-28 19:39:34 +02:00
Yorik van Havre
97932a25bc Arch: Building now derives from BuildingPart 2018-07-13 10:23:01 -03:00
Yorik van Havre
fcd778e8c1 Arch: initial BuildingPart development 2018-06-28 18:44:07 -03:00
Yorik van Havre
cddc22f24e Arch/Draft: Less clutter in output window 2018-03-02 12:29:58 -03:00
Yorik van Havre
d98c1640d1 Draft: Added a utility command to add selected objects tothe construction group 2017-11-27 13:38:30 -02:00
Yorik van Havre
c52ac06aa6 Arch: Changed order of Rebar tools to match the wiki 2017-08-24 17:40:23 -03:00
Yorik van Havre
05c36ea2cb Arch: Fixed typo 2017-06-21 17:34:31 -03:00
Yorik van Havre
6979a26d8d Arch: Detect and use Reinforcement addon if present 2017-06-21 13:24:43 -03:00
Yorik van Havre
7fc56ca973 Arch: Added Axis System 2017-06-05 20:06:01 -03:00
Yorik van Havre
28f315f4f6 Draft: First version of Draft Label object 2017-05-29 16:57:25 -03:00
Yorik van Havre
f264f0fd41 Arch Multimaterial 2017-05-03 11:52:24 -03:00
Yorik van Havre
30188fec9e Moving Arch BIMServer, Arch Git and Web Sketchfab to new external WebTools workbench 2017-04-16 16:37:25 -03:00
Yorik van Havre
9daf12c6b2 Draft: Added utilities -> create Working Plane Proxy command 2017-02-25 20:34:43 -03:00
Yorik van Havre
009859ddf3 Draft: AutoGroup system 2017-01-25 14:55:14 -02:00
Yorik van Havre
72afcde8db Draft: Added stretch tool - fixes #1163 2017-01-13 11:25:25 -02:00
Yorik van Havre
36bc5f37b3 Arch: Added utility command to create an undefined Arch component clone of an object 2016-12-30 18:07:13 -02:00
Yorik van Havre
99312f0e9a Updated appendMenu() functions in py workbenches 2016-12-26 12:06:17 -02:00
Yorik van Havre
f8436dd909 Arch: Extended panel tools 2016-12-17 14:39:45 -02:00
Yorik van Havre
210455d7db Made Arch objects properties translatable - issue #2524 2016-10-07 21:37:15 -03:00
Yorik van Havre
1e21d65562 Arch: Renamed Arch_ToggleSubcomponentDisplay command to Arch_ToggleSubs 2016-09-20 11:43:54 -03:00
Yorik van Havre
84d2d8e8fc Arch: Added Arch/Utilities/Toggle Subcomponent Display command 2016-09-10 14:44:00 -03:00
Yorik van Havre
e6190112e4 Arch: Tube tools - fixes #2661 2016-08-24 10:24:31 -03:00
Yorik van Havre
e75d34daed Draft: Added Draft Slope command - allows to change the slope of a selected Line or Wire 2016-08-22 17:34:38 -03:00
Yorik van Havre
031bf0ec10 Arch: Added specials snap
* Remove Arch option to snap to wall base (reimplemented below)
* Added new Specials snap button
* Special snap snaps to wall baselines, structure basepoints, and contents of SnapPoints property, if existing
2016-08-22 13:49:54 -03:00
Yorik van Havre
1321b205ff Draft/Arch: cleanup of startup scripts 2016-05-18 16:01:38 -03:00
triplus
93c7a6bcac Add SVG workbench icons 2016-02-26 23:17:43 +01:00
Jonathan Wiedemann
a9cc90b62d Arch - Fix #2430 - Add IFC Spreadsheet properties system 2016-02-04 20:55:45 +01:00
Yorik van Havre
aca192083a Draft: Added mirror tool (more graphical version of Part Mirror) - fixes #2215 2015-12-05 14:19:35 -02:00
Yorik van Havre
ac5efd335d Arch / Draft: reorganized preferences files 2015-05-07 17:06:56 -03:00
Yorik van Havre
d8fd1bc482 First groundwork on Arch Schedule tool 2015-04-26 13:57:36 -03:00
Yorik van Havre
514c7a14ac Arch: Added materials support 2015-04-15 22:08:54 -03:00
Yorik van Havre
86cf572f34 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
bf9854e17a Arch: added bimserver and git utilities 2015-03-21 12:08:05 -03:00
Yorik van Havre
aa28666817 Moved Draft-Drawing tool to the Drawing WB (renamed Draft View) 2015-01-16 17:16:39 -02:00
wood galaxy
0e1a2e5444 Add arch cutComponent feature 2014-11-12 15:36:16 -02: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
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
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
e2f88eb372 Arch: Starting Panel tool 2014-07-20 13:17:36 -03:00
Yorik van Havre
0ccb4fefc2 Transferred import-export related preference pages to a separate group 2014-07-20 12:58:15 -03:00
Yorik van Havre
ab4215884c 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
a2e261bb25 Draft: Renamed Layer to VisGroup 2014-06-10 10:21:01 -03:00