Yorik van Havre
63794fcefd
Arch: Renamed Role property to IfcRole
2018-05-11 12:01:55 -03:00
Yorik van Havre
34ba3d8f3c
Arch: All Arch objects can now have any IFC type(role)
2018-05-10 10:42:06 -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
luz.paz
9167064fc1
Misc. typos
...
Found via `codespell`
2018-04-25 09:41:33 -03:00
looooo
a402def57a
py3: rebar-fix
2018-04-22 07:53:20 +02:00
Yorik van Havre
6533bcbc8f
Arch: small bugfix in Rebar
2018-04-10 14:39:53 -03: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
Amritpal Singh
0331cf130c
Added TotalLength property in rebar object
2017-11-14 10:06:39 -02:00
Amritpal Singh
ade6825629
Added Length property in Rebar object
2017-11-14 10:06:39 -02:00
wmayer
0c48ea8517
ArchCommands.fixDAG has been removed in the past and now fails the unit tests
2017-10-19 14:13:36 +02:00
luzpaz
d0e1b3e1bb
Arch: typo fix
...
continuation of #953
found today in https://crowdin.com/translate/freecad/6766/en-ja#6499525
2017-08-28 17:31:18 -04:00
Yorik van Havre
a3baadd80b
Arch: Renamed Rebar -> Custom Rebar
2017-08-18 20:57:43 -03:00
Yorik van Havre
e5148a6e36
Arch: Better tangent calculation fo rebar profile
2017-08-09 14:59:21 -03:00
Yorik van Havre
6f38b5999c
Arch: Added Centerline display mode to rebars
2017-07-24 17:54:21 -03:00
Yorik van Havre
82f338af15
Arch: Store rebar base wires
2017-07-21 10:56:55 -03:00
Amritpal Singh
845847786f
FIXES: minor bug in custom spacing of rebar object
2017-07-20 16:19:56 -03:00
Amritpal Singh
61b9a8e6d6
Introduced custom spacing property in the Rebar object
2017-07-07 13:23:55 -03:00
Yorik van Havre
cf01dd18ab
Arch: Removed Armatures property from Structures + added Host property to Rebars
2017-07-05 20:58:48 -03:00
Yorik van Havre
4fa5d41ef5
Arch: Small fix in Rebar
2017-06-27 13:30:43 -03:00
Yorik van Havre
805ccf8d63
Arch: Added Distance property to Rebars
2017-06-26 15:00:30 -03:00
looooo
dccb0abf07
py3: arch: fix tests
...
issue 0000995
2017-06-20 12:18:01 +02:00
Amritpal Singh
b4216d98b1
Added RebarShape property to the Rebar object and defined setEdit() function in Rebar object
2017-06-11 14:03:44 -03:00
Amritpal Singh
ddfd793bb3
added PlacementList property for the Rebar object
2017-05-27 20:02:40 -03:00
Amritpal Singh
2eef37a1e4
updated recompute() function
2017-04-11 15:23:30 -03:00
Amritpal Singh
2f3d97d700
added recompute() function to reflect changes in the GUI
2017-04-11 15:23:30 -03:00
Yorik van Havre
0b398559ab
Arch: Rebars can now be based on any wire, not only sketches
2017-04-05 17:25:57 -03:00
Yorik van Havre
f02c9ecf04
Arch: Export rebars to IFC as SweptDiskSolids + fixed half-done py3 compatibility - fixes #2684
2017-01-29 14:27:42 -02:00
looooo
dd544aa537
py3: resolving diff in Arch
2017-01-17 09:28:07 +01:00
Priit Laes
c55216c2a9
py3: Arch: *.py: Fix syntax for python3
2017-01-17 09:24:46 +01:00
Yorik van Havre
bf0d37bf28
Doc: Fixes in doxygen docs for Draft,Arch, FEM
2016-11-17 17:04:09 -02:00
Yorik van Havre
210455d7db
Made Arch objects properties translatable - issue #2524
2016-10-07 21:37:15 -03:00
Yorik van Havre
ca4fa97d47
Arch: Fixed rebars to work with PartDesignNext
2016-04-30 10:47:05 -03:00
Yorik van Havre
04e9138d2c
Arch: New behaviour against circular dependency can now be switched off in preferences
2016-01-29 12:29:03 -02:00
Yorik van Havre
5203cdfd55
Arch: Creating windows no longer removes external refs from base sketches - fixes #2326
2015-12-18 22:11:53 -02:00
Yorik van Havre
5f0eb5076e
Arch: IFC importer doesn't choke anymore on rebars
2015-12-02 21:51:27 -02:00
Yorik van Havre
3a7ef06b6e
Arch: fixed bug in rebars
2015-06-26 13:50:02 -03:00
Yorik van Havre
6d916ca44f
Arch: External edges are now automatically removed from Rebars base sketches
2015-06-25 19:54:57 -03:00
Yorik van Havre
a7658f2967
Arch: Allow to build Arch objects from Part Compounds - fixes #2095
...
Arch objects can now be based on a Part Compound and will take
its DiffuseColor property. Arch objects that are clones of
such objects will also copy that property.
2015-06-14 18:36: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
wood galaxy
496ec111fd
Arch : Internal object name are in English.
...
Arch objets Label could be translated.
2015-01-05 13:13:45 -02:00
Sebastian Hoogen
9ad67346cc
issue #1701
2014-09-27 13:07: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
b9d96464be
Arch: Fixed bugs when working without GUI
2014-07-17 19:58:22 -03:00
Johannes Reinhardt
9d0b571113
deactivate commands in Arch if no document is open
2014-05-21 17:09:02 +02:00
Yorik van Havre
ca7da6c2e9
Arch: removed some debug output
2014-02-22 11:00:10 -03:00
Yorik van Havre
c54eec3dbc
Used new PropertyQuantity API in Draft & Arch - fixes #1414
2014-02-21 12:37:29 -03:00
Yorik van Havre
5652a14f0e
Arch now works in console mode - fixes #1362
2014-01-26 20:13:50 -02:00
Yorik van Havre
b3fc7b7a78
Fixed translation system in Arch & Draft
2014-01-07 11:17:31 -02:00
Yorik van Havre
d9a15adf33
Switch to PySide (+ Arch, Draft & Start)
2014-01-06 13:26:49 -02:00
Yorik van Havre
7cdb19242c
Arch: Frame object - fixes #1166 , #1314
2013-12-22 17:18:11 -02:00