wmayer
115ff0191e
improve projection of points onto mesh
2019-06-27 19:27:47 +02:00
wmayer
c1d9087d09
add method to project points on mesh
2019-06-26 16:57:14 +02:00
Yorik van Havre
236f890864
Merged translations from crowdin
2019-06-17 20:06:59 -03:00
Yorik van Havre
d890b4ec17
Updated master ts files
2019-06-17 17:28:12 -03:00
wmayer
fbafd698ae
determine edge parameters where curve point will be projected onto a mesh edge
2019-06-11 13:25:52 +02:00
wmayer
f8b715aa7c
extend MeshPart.projectShapeOnMesh to allow list of points for projection, support keywords
2019-06-08 14:19:29 +02:00
lo
9369816f3c
cmake: add option to disable linking of python extension modules to python-libraries
2019-05-24 14:37:33 +02:00
wmayer
b17a784e32
generate minumum number of points from an edge
2019-05-19 19:07:45 +02:00
wmayer
af2d85d914
minimum degree of 1 for curve on mesh
2019-05-17 00:50:12 +02:00
wmayer
a2d3b12a57
add option to disable approximation of splines when creating curve on mesh
2019-05-16 16:16:03 +02:00
wmayer
c60658f3f9
add method to project shape on mesh
2019-05-14 15:21:08 +02:00
wmayer
ae1723b946
add method to project shape on mesh
2019-05-12 22:56:23 +02:00
wmayer
e44884a01a
make curve-on-mesh working for meshes with placement
2019-05-12 20:25:58 +02:00
wmayer
f999709e11
fix gcc build failure
2019-05-11 15:27:33 +02:00
wmayer
012698b38a
do some code refactoring
2019-05-11 15:14:04 +02:00
Yorik van Havre
ed386410bc
Merged latest translations from crowdin
2019-05-10 19:19:37 -03:00
Yorik van Havre
dcae6d027e
Updated translations
2019-03-06 21:50:08 -03:00
Yorik van Havre
a70a82e19f
Revert "Merged crowdin translations" for investigation due to some problems found in the translation files...
...
This reverts commit 9032c4c587 .
2019-03-02 19:17:44 -03:00
Yorik van Havre
9032c4c587
Merged crowdin translations
2019-02-28 21:53:37 -03:00
Yorik van Havre
f14633d182
Added untranslated 'master' .ts files where missing
2019-02-08 18:50:13 -02:00
Yorik van Havre
ac18ec0d79
Updated translations
2019-02-01 13:54:10 -02:00
Yorik van Havre
2ea84272fd
Updated translations from crowdin
2018-12-23 13:54:30 -02:00
wmayer
9d80db2793
Replace Base::Exception with appropriate subclass
2018-11-14 17:23:48 +01:00
wmayer
ff6ed27ba9
replace boolean to check for inside/outside cutting with enum values
2018-09-18 18:25:51 +02:00
wmayer
4c8e70b9a3
polish Mesh workbench
2018-09-18 14:53:37 +02:00
wmayer
7a71cf188a
take care of global placement when creating mesh from shape
2018-09-05 00:10:07 +02:00
wmayer
104595d37d
CMP0050: make MeshPart module aware of cmake policy
2018-08-20 17:45:15 +02:00
wmayer
e31cac568e
revert changes of SMESH_Gen class interface of bundled SMESH
2018-08-18 16:13:10 +02:00
looooo
83dd39b4ce
small flatmesh fix
2018-06-08 16:08:31 +02:00
luz.paz
6e64b4f75d
Misc. typos
2018-05-19 12:06:34 -04:00
wmayer
983f2472a8
more fixes for flatmesh
...
+ fix gcc warning
+ add conversion function for boost.python
+ switch build off by default due to travis build failure for Py3
2018-04-29 14:50:41 +02:00
wmayer
2fcc354461
fix several warnings:
...
-Winconsistent-missing-override
-Wsign-compare
-Wmaybe-uninitialized
-Wmissing-braces
2018-04-29 13:28:36 +02:00
wmayer
a83d0e6121
support occ version < 7.0 for mesh flattening
2018-04-29 11:38:15 +02:00
wmayer
d1c0c431ba
include missing headers due to updated occ version
2018-04-29 08:39:53 +02:00
wmayer
6aeab22842
add switch to toggle building of flat mesh module
2018-04-29 00:03:05 +02:00
wmayer
77a6470107
implement optional Python binding for flatmesh using boost
2018-04-28 22:27:09 +02:00
wmayer
af4e530035
minor fixes
2018-04-28 15:55:37 +02:00
wmayer
3affc2da9d
make sure MeshPart still builds without smesh
2018-04-28 15:33:41 +02:00
wmayer
68cc427b00
Improve handling of external smesh
...
+ add SMESH_version.h.cmake to set full version number instead of using compiler define
+ do not set include path of smesh globally
+ do not set library path of smesh globally
+ do not set HAVE_NETGEN define globally
+ improve using debug and release libs of smesh for MSVC
2018-04-28 12:10:55 +02:00
looooo
547cc9f36c
external smesh: use version info
...
for precompiler conditionals
2018-04-28 12:05:30 +02:00
looooo
21cdc9ea4a
port to smesh 8.3
...
using #ifdef EXTERNAL_SMESH for the diff
2018-04-28 12:05:30 +02:00
looooo
48f5be7328
flatmesh: missing include
...
+ do not show flatmesh-gui if flatmesh is not available
2018-04-27 09:12:41 +02:00
luz.paz
505488c4f9
Misc. typos
...
Found via `codespell`
2018-04-25 09:41:33 -03:00
wmayer
a099eb3caf
Improvements on mesh flattening commands:
...
comment out import of pivy because it's not used and pivy.graphics isn't available on all platforms
Add MeshPart_ prefix to command names for consistency reasons and to make Qt help working correctly
When adding commands to Mesh workbench make sure the commands could be created beforehand to avoid annoying warnings
2018-04-23 11:09:26 +02:00
looooo
c518744e39
cmake stuff
2018-04-23 09:56:23 +02:00
looooo
37fb72e508
nullspace
2018-04-23 09:56:23 +02:00
lo
08b329c9b5
add area relaxing method:
...
not yet working
2018-04-23 09:56:23 +02:00
lo
8188705821
add edge relaxing method
2018-04-23 09:56:23 +02:00
looooo
18b6544883
win: pybind11: workaround for strdup
2018-04-23 09:56:23 +02:00
looooo
d8d79c908e
win fixes + pybind11 improvementS
2018-04-23 09:56:23 +02:00