wmayer
f90cd4a56d
backport to occt < 6.9
2018-06-10 21:57:25 +02:00
tomate44
f3ac51d9b7
add Approximation option to TopoShape section
2018-06-10 20:59:06 +02:00
tomate44
be96fcc62d
add Approximation option to FeaturePartSection
2018-06-10 20:59:06 +02:00
wmayer
833c2c601e
add missing newlines
2018-06-09 11:47:12 +02:00
wmayer
211a24507c
do not use deprecated class in OCCT 7.3
2018-06-01 17:02:27 +02:00
wmayer
009b18a553
expose function to Python to get optimal bounding box
2018-05-30 21:27:49 +02:00
Janne Keränen
6781a8167f
Correct small bug in CompoundFilter in command line
...
Without this, CompoundFilter does not work in Python script in non-GUI-mode.
See:
https://forum.freecadweb.org/viewtopic.php?f=10&t=27593&p=222303
and
https://www.freecadweb.org/tracker/view.php?id=3381
2018-05-28 16:55:15 +02:00
wmayer
0425c7f3c8
fixes #0003493 : Python Shape.isClosed() returns false for any solid, including primitive Parts
2018-05-27 15:10:44 +02:00
wmayer
4b089f9667
fix inconsistency with default value of random shape color
2018-05-26 18:52:58 +02:00
DeepSOIC
0c4c04156c
Part: fix imports of Show.TempoVis
2018-05-25 17:24:57 -03:00
luz.paz
7a09a5774e
More misc. typos
2018-05-19 12:17:52 -04:00
Yorik van Havre
059e4e65dc
Merge branch 'randomshapecolor' of https://github.com/dulouie/FreeCAD into dul
2018-04-25 09:45:12 -03:00
luz.paz
505488c4f9
Misc. typos
...
Found via `codespell`
2018-04-25 09:41:33 -03:00
DeepSOIC
2c78478b5c
Part: fix compoundfilter's items property tooltip
...
reported by chrisb:
https://forum.freecadweb.org/viewtopic.php?f=3&t=28299#p229889
2018-04-25 10:58:30 +02:00
dulouie
d8b5b6938d
fix small layout issues
2018-04-21 13:33:40 +02:00
Arne Schmidt
492f5057e2
random shapecolor with toggle in settings dialog
2018-04-21 13:33:40 +02:00
wmayer
840c9e8b3c
prepare for PyCXX 7.0
2018-04-18 19:20:50 +02:00
wmayer
5326d15ed2
improve handling if PySide(2) is not installed
2018-04-17 19:10:01 +02:00
Yorik van Havre
9551e2bf7d
Part: Added icon to Simple Copy command
2018-04-17 11:39:07 -03:00
wmayer
c582b069ba
fix compiler warnings with py3 and msvc
2018-04-16 18:24:53 +02:00
sL1pKn07
018b41032a
[For v018] Fix build with Qt5 beta
...
Seems need add some headers for build with incoming Qt 5.11 (Tested with 5.11.0beta2)
2018-04-10 12:59:41 +02:00
Yorik van Havre
d4f835ab39
Merged translations from crowdin
2018-03-26 18:52:02 -03:00
wmayer
0859db6415
improve German translation
2018-03-21 11:38:01 +01:00
luz.paz
b45bc4889d
Misc. typos: Please merge right before 0.17 release
...
I'm still finding typos in the source code. I propose that you keep this PR open prior ro relaese and then merge so that if I find other typos in the meantime they will be part this release.
2018-03-18 15:15:16 +01:00
wmayer
7e1334b1f9
fix Debian bug #825861
2018-03-14 18:05:24 +01:00
wmayer
8c6b4ad1a6
fix German translation
2018-03-03 23:37:15 +01:00
tomate44
dd49ee27fd
add simulate function to MakePipeShell
2018-03-02 10:47:45 -03:00
Yorik van Havre
29864ff821
Part: Added an icon to Make Compound command
2018-02-27 12:48:11 -03:00
Yorik van Havre
12f3258ded
Applied latest translations from crowdin
2018-02-21 14:25:31 -03:00
tomate44
4e2d7c36ca
Edge.getParameterByLength fix
2018-02-14 18:46:35 +01:00
wmayer
58887d8b84
fix reference counting issue
2018-02-11 14:08:18 +01:00
wmayer
d9ae108319
put all STEP export/import options into one tab page
2018-02-07 22:46:30 +01:00
luz.paz
b6b9f61548
Misc. typos
...
Inspired by @normandc per https://gitter.im/FreeCAD/FreeCAD?at=5a729c6ece68c3bc742df205
2018-02-07 09:40:03 +01:00
wmayer
54cc25d1f8
fix crash in fillet/chamfer dialog if no part exists in document
2018-01-29 22:20:15 +01:00
wmayer
e6e4710ae3
remove SetMinTolerance as suggested by PR 1240
2018-01-21 18:17:45 +01:00
tomate44
6e5b1dfb9a
typo
2018-01-21 17:29:17 +01:00
tomate44
50e1866c49
indentation fix
2018-01-21 12:30:29 +01:00
tomate44
33f334049f
tolerance fix in TopoFace.validate()
2018-01-21 12:25:14 +01:00
tomate44
8461df7ea6
fix some TopoShape documentation
2018-01-21 12:03:53 +01:00
DeepSOIC
478611371b
Part: add Refine property to BOPs
...
followup to PartDesign
2018-01-20 13:58:39 +01:00
wmayer
80e3bfb69c
avoid division by zero when discretizing a shape
2018-01-20 00:02:08 +01:00
wmayer
a701c71ed8
add option to compute vertex normals from the triangulation instead of the u,v nodes
...
This is a workaround for issue #0003180 : Wrong normal of part object
2018-01-14 15:55:01 +01:00
wmayer
95fbd8a099
add method to get u,v nodes of the tessellation of a face
...
add method to get the nodes of the tessellation of an edge
2018-01-14 15:52:08 +01:00
wmayer
8ba4e0c5d0
code cleanup
2018-01-13 21:57:14 +01:00
luz.paz
8690d870a5
Misc. typos
...
+ stepcode typo submitted upsream https://github.com/stepcode/stepcode/pull/372
2018-01-07 18:41:29 -02:00
wmayer
9e0ddec00a
port to occ 7.2.1
2018-01-03 14:31:52 +01:00
wmayer
4c7a0a1404
port to occ 7.2.1
2018-01-03 14:16:23 +01:00
wmayer
21e85921e0
set global scope of Part offset to use it with PD bodies
2018-01-02 13:13:06 +01:00
luzpaz
e883cbfdf3
Part: typos
2017-12-25 11:03:11 +01:00
wmayer
6a785f9afd
fixes #0003262 : normal vector returned by Face.normalAt(u,v) is not always a unit vector
2017-12-09 13:33:30 +01:00