Yorik van Havre
b00d09ce66
Extending doxygen stuff for Draft & Arch
2015-09-04 19:14:36 -03:00
Yorik van Havre
f8571fb2a4
Changed all references to DraftGeomUtils.sortEdges to Part.__sortEdges__
2015-09-04 11:54:57 -03:00
Yorik van Havre
ed8ae279b6
Draft: Allow Clones to clone a group
2015-09-02 20:07:17 -03:00
Yorik van Havre
3b433256e6
Draft: fixed display mode of objects converted from sketches - fixes #2166
2015-09-02 13:37:00 -03:00
Yorik van Havre
d9f2d1c712
Draft/Arch: Used new PropertyVectorDistance where needed
2015-09-01 10:47:25 -03:00
Yorik van Havre
c2bc94a1e2
Arch: IFC importer now treats objects with shared shapes as clones
2015-08-21 11:42:42 -03:00
Yorik van Havre
5f1dbcd6c4
Draft: Small fix in copying dimensions and texts (didn't take the original style)
2015-08-17 11:50:02 -03:00
Yorik van Havre
8db98a2822
Arch: search for movable children in groups too
2015-07-27 16:18:48 -03:00
Yorik van Havre
f0626761c8
Arch: small fix in windows - fixes #2193
2015-07-19 12:10:46 -03:00
Daniel Falck
4e44ec6a0c
added units to Draft Point Properties
2015-06-25 23:34:01 -03:00
Yorik van Havre
d598ec7fdc
Draft: Fixed placement of one-face Facebinders
2015-06-12 11:08:49 -03:00
Yorik van Havre
2afde97bb8
Draft: small bugfix in Drawing view
2015-06-08 19:05:37 -03:00
Yorik van Havre
12d0355fe0
Arch: small bugfix in windows
2015-05-12 23:26:41 -03:00
Yorik van Havre
b988ad0016
Arch: Better output of ArchVRM renderer
2015-04-20 18:34:40 -03:00
Yorik van Havre
d0d80a00a3
Draft: make sure normal is consistent for whole path in PathArray
2015-04-10 12:10:28 -03:00
Sebastian Hoogen
b170e87801
use multiFuse in Draft/Array issue #1971
2015-04-09 20:19:13 +02:00
Yorik van Havre
ed8b877eea
Draft: Improved behaviour of Clone tool when dealing with Arch objects
2015-04-08 21:00:43 -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
83b060dffd
Draft: Fixed children being moved together with section planes
2015-03-21 13:23:23 -03:00
Yorik van Havre
a2aaf1b37d
Draft: Fixed arc direction in SVG projections
2015-03-21 12:08:05 -03:00
Yorik van Havre
fb5b578138
Arch: Enabled section filling in Arch drawing views
2015-03-21 12:08:05 -03:00
Yorik van Havre
4a8841d4b1
Draft: added shoogens fix IRW test
2015-03-15 14:42:36 -03:00
Sebastian Hoogen
838f3fff97
+ fixes #0001966 : edges in Shape2DView extend beyond endpoint
2015-02-25 18:45:40 -03:00
Yorik van Havre
337161460c
Draft: do not show Draft Tray toolbar when importing only the Draft module
2015-02-22 21:29:34 -03:00
Yorik van Havre
75f16b24e4
Draft: fixed importSVG - fixes #1964
2015-02-12 11:57:39 -02:00
Sebastian Hoogen
6a0bcfbaee
set the max. segments in BSpline approximation to 50
...
in Draft and Drawing WBs
2015-02-08 15:14:32 +01:00
Yorik van Havre
1e214e7475
Draft: small fix in SVG generation
2015-01-26 17:38:30 -02:00
Yorik van Havre
eb33ae3bee
Draft: SVG linestyles are now settable in preferences - fixes #1773
2015-01-15 17:58:52 -02:00
Yorik van Havre
4eff5e38bb
Draft: Upgrade tool now supports sketches with circles or ellipses - fixes #1881
2015-01-15 17:15:27 -02:00
Yorik van Havre
d8b5dbe36b
Draft: Allow to draw lines by length & angle - fixes #1383
...
* Added a Length property to Draft line objects
* Added length & angle parameters to the line drawing tool
2015-01-13 12:10:52 -02:00
Yorik van Havre
452b07a307
Draft: Dimensions ExtLines property can now be negative - fixes #1677
2015-01-11 15:55:19 -02:00
Yorik van Havre
324777b425
Draft: Finished ellipse support - fixes #1788
2015-01-05 19:23:02 -02:00
Yorik van Havre
e9d53d8451
Arch: fixed behaviour of clones of windows - fixes #1841
2015-01-03 15:40:02 -02:00
Yorik van Havre
784af53588
Draft: Added a Fuse property to Array objects - fixes #1768
2015-01-03 14:47:29 -02:00
Yorik van Havre
1413bcd27d
Draft: Made initial Face mode dependent on fill mode pref setting - fixes #1812
2015-01-02 19:53:39 -02:00
Yorik van Havre
49a8be13d7
Arch: Added a MoveWithHost property to all Arch objects which specifies if they must be moved/rotated together with their parent - fixes #1820
2014-12-31 14:04:23 -02:00
Yorik van Havre
5c17e0606b
Draft: Better error messages when trying to convert a bspline to a sketch
2014-12-31 13:17:25 -02:00
Sebastian Hoogen
997392e2e5
SVG export: minor improvements and bugfixes
...
export Names as "id" attributes and Lables to "title" elements.
avoid duplicate path names in SVG export
handle faces with holes in SVG export
sort the edges in given wires using fixWire()
2014-12-23 15:57:57 +01:00
wmayer
cd658c953b
+ fix whitespaces in Python module
2014-12-22 12:54:09 +01:00
Michael Georg Hansen
a268574e2b
Remove leftover debug output and use named parameters.
2014-12-20 22:18:22 +01:00
Michael Georg Hansen
bb2958b24d
Reuse projection settings from an existing view when creating new draft views.
...
Select a draft object and a view on a drawing page, then the view created for
the draft object will have the same projection settings as the selected view.
2014-12-20 22:17:08 +01:00
Sebastian Hoogen
5f4a9e9bf0
support for ellipses and elliptical arcs in flattened SVG output
...
(cherry picked from commit 59eabdbcb043f3d462c3e9ed0ba21cfe65b7aae6)
2014-12-20 12:33:34 +01:00
Yorik van Havre
20dbf0c2ae
Draft: small fix in Draft.py
2014-12-12 14:38:07 -02:00
Yorik van Havre
9ed9925352
Draft: trimex extrusions now sets the solid property of the extruded object to True
2014-11-10 09:44:38 -02:00
WandererFan
56f4603dd4
Fix #1787 Draft.PathArray align
...
Correct handling of Euler angle calculations.
2014-11-03 10:24:23 -02:00
Sebastian Hoogen
f3d2d0928c
issue #1788 SVG output of trimmed curves
2014-10-15 15:52:59 +02:00
Yorik van Havre
203fcb7a1b
Draft: Adapted Draft module for python3 compatibility - issue #995
2014-10-05 19:40:14 -03:00
wmayer
4d328992d3
+ add lost s
2014-09-20 18:01:40 +02:00
Sebastian Hoogen
efbd320f78
fixes #1745 Encode Annotation Text using latin1
...
for Coin Versions <= 3
2014-09-20 16:26:59 +02:00
Yorik van Havre
2b99706910
Draft: Grid now checks preferences settings when redrawn - fixes #1671
2014-09-18 11:09:43 -03:00