wmayer
|
843fbc49fc
|
+ set refine option by default
|
2016-03-05 16:15:45 +01:00 |
|
wmayer
|
781f91e6af
|
+ add refine option to shape builder
|
2016-03-05 16:13:15 +01:00 |
|
wmayer
|
0ea6a2ed0d
|
+ removed unneeded pure virtual method getFaces from PropertyComplexGeoData
+ extend interface of ComplexGeoData::getPoints to also return normals if available
|
2016-03-04 17:16:57 +01:00 |
|
wmayer
|
a1eef54451
|
+ do not allow to set negative grid size in property editor
|
2016-03-01 18:24:39 +01:00 |
|
wmayer
|
0c5a477fee
|
+ fix regression in German translation (also fixed on crowdin)
|
2016-03-01 16:45:14 +01:00 |
|
Yorik van Havre
|
7734ffb810
|
Updated translation files
|
2016-03-01 12:34:03 -03:00 |
|
wmayer
|
9139ab37d3
|
+ change binary export & import of shapes to restore placement and orientation
|
2016-02-29 18:37:36 +01:00 |
|
wmayer
|
5574419293
|
+ set range for quantity boxes
|
2016-02-29 12:29:02 +01:00 |
|
wmayer
|
a59b915132
|
+ code clean-up
|
2016-02-28 19:01:23 +01:00 |
|
wmayer
|
4e29db90c6
|
+ fixes #0002200: Application crash when modifying fillet
|
2016-02-28 18:56:21 +01:00 |
|
wmayer
|
32a5340b0b
|
+ use application-wide number of decimals in primitive creation dialog
|
2016-02-28 12:30:42 +01:00 |
|
wmayer
|
3f15ae80d0
|
+ fixes #0002049: 0.15 and 0.16 Part Revolve ignores unit accuracy setting beyond 2 decimals
|
2016-02-28 12:12:10 +01:00 |
|
wmayer
|
d9e47e5896
|
+ make fillet/chamfer dialog narrower
|
2016-02-28 11:39:32 +01:00 |
|
wmayer
|
92c2b18350
|
+ use quantity boxes in fillet/chamfer dialog
|
2016-02-28 11:24:36 +01:00 |
|
Ian Rees
|
d811b585b7
|
Resolve clang compile error
|
2016-02-28 10:33:55 +13:00 |
|
wmayer
|
e1e0777c7b
|
+ add quantity boxes to mirroring dialog
|
2016-02-27 22:10:28 +01:00 |
|
wmayer
|
236f1666db
|
+ use quantity boxes in box & cylinder creation dialogs
|
2016-02-27 21:39:37 +01:00 |
|
wmayer
|
d56357f764
|
+ use quantity boxes in revolution dialog
|
2016-02-27 21:31:54 +01:00 |
|
Yorik van Havre
|
67257633d6
|
Merge pull request #102 from triplus/SVG_WB_Icons
Add SVG workbench icons
|
2016-02-27 16:06:13 -03:00 |
|
wmayer
|
206e183f52
|
+ use quantity box in offset dialog
|
2016-02-27 19:43:48 +01:00 |
|
wmayer
|
da9656dd7a
|
+ use quantity boxes in cross section dialog
|
2016-02-27 19:25:19 +01:00 |
|
wmayer
|
3fc7b6bfb2
|
+ use quantity box for length on extrusion dialog
|
2016-02-27 18:37:53 +01:00 |
|
triplus
|
d432c72a15
|
Add SVG workbench icons
|
2016-02-26 23:17:43 +01:00 |
|
Yorik van Havre
|
28b6c82555
|
Added updated translations from crowdin - fixes #2443
|
2016-02-26 18:32:02 -03:00 |
|
Yorik van Havre
|
2e2192f88a
|
Added slovenian language
|
2016-02-03 13:36:51 -02:00 |
|
Yorik van Havre
|
37b1bdbe27
|
Updated translations with latest from crowdin
|
2016-02-01 23:32:58 -02:00 |
|
wmayer
|
57fadb1663
|
+ handle crash with setup of Join commands in Part module in case PySide can't be found
|
2016-01-23 23:37:52 +01:00 |
|
wmayer
|
f47cc169ae
|
+ make code more readable
|
2016-01-21 16:07:07 +01:00 |
|
wmayer
|
b10f838687
|
+ simplify porting of Part module to Python3
|
2016-01-20 22:05:53 +01:00 |
|
Mateusz Skowroński
|
7d0e892d36
|
Qt4's qglobal.h defined TRUE and FALSE. Qt5 does not do it anymore. Replace it with true and false.
158f39ec78
This change is Qt4/Qt5 neutral.
|
2016-01-05 16:43:33 +01:00 |
|
Mateusz Skowroński
|
3b463f2138
|
Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags.
This change is Qt4/Qt5 neutral.
|
2016-01-05 16:07:58 +01:00 |
|
Mateusz Skowroński
|
cd2db00f22
|
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
This change is Qt4/Qt5 neutral.
|
2016-01-05 16:07:25 +01:00 |
|
Mateusz Skowroński
|
d5c074f80d
|
QString::toAscii() is obsolete in Qt5. Replace it with toLatin1().
This change is Qt4/Qt5 neutral.
|
2016-01-05 16:06:48 +01:00 |
|
Yorik van Havre
|
1747fb643f
|
Updated ts files prior to translation cycle
|
2016-01-03 19:45:29 -02:00 |
|
wmayer
|
50d7793442
|
+ introduce proper enum for property status to replace plain integers
|
2016-01-01 15:36:24 +01:00 |
|
wmayer
|
ebbb68d978
|
+ fixes #0002385: unable to set value higher than 99.99 on Distance value in Part->Cross Sections
|
2015-12-31 12:25:54 +01:00 |
|
wmayer
|
2b2358e70b
|
+ fix warnings with Win32 build
|
2015-12-01 00:51:57 +01:00 |
|
wmayer
|
244054ff1f
|
+ reorder header to fix warnings with Win32 build
|
2015-11-30 20:38:19 +01:00 |
|
wmayer
|
6111f55a89
|
+ correctly handle toggle selection in BRep shape nodes
|
2015-11-28 16:21:20 +01:00 |
|
wmayer
|
898e0fb359
|
+ make API of InventorBuilder more flexible and add new methods
|
2015-11-26 15:27:40 +01:00 |
|
wmayer
|
c8e241c9f3
|
+ PLate surface approximation
|
2015-11-19 18:52:19 +01:00 |
|
wmayer
|
13e2b24ddf
|
+ add Python binding to Plate surface
|
2015-11-19 15:27:35 +01:00 |
|
DeepSOIC
|
ed8eab273d
|
API: Update docu strings of methods of BSplineCurve
Mainly exposing argument types and meanings, but also updating a few
descriptions by copy-paste-editing documentation of corresponding
OpenCASCADE.
|
2015-11-19 02:53:48 +03:00 |
|
DeepSOIC
|
61a3997ef2
|
API: update distToShape built-in docu
It was way too short, and incorrect
|
2015-11-13 18:13:20 +03:00 |
|
wmayer
|
bf0d8d68bb
|
+ Add selected sketches to one Face, implement specialized view provider for Face
|
2015-11-13 13:38:24 +01:00 |
|
wmayer
|
6944658bd4
|
+ Add parametric feature to create face from sketches
|
2015-11-12 19:44:24 +01:00 |
|
wmayer
|
e8048a4968
|
+ fix build failure with occ 6.9.1
|
2015-11-05 19:40:34 +01:00 |
|
wmayer
|
44a54e417c
|
+ (hopefully) fix build failure with occ 6.9.1
|
2015-11-05 17:06:04 +01:00 |
|
wmayer
|
71be79e09e
|
+ add toggle action to context-menu of spline view provider
|
2015-10-31 16:10:26 +01:00 |
|
wmayer
|
ad96714fe8
|
+ issue #0002245: BRep File cannot be written
|
2015-10-17 17:13:27 +02:00 |
|