wmayer
|
3ab5dadd82
|
Mesh: add function section() to Mesh class
|
2021-09-16 17:31:45 +02:00 |
|
wmayer
|
33f3fa6865
|
Mesh: define the typenames FacetIndex and PointIndex to distinguish between facet and point related indexes
|
2021-09-14 23:01:29 +02:00 |
|
luz paz
|
086063f75e
|
Mesh: remove py2 code
|
2021-04-25 11:26:39 +02:00 |
|
wmayer
|
d941c114cb
|
Mesh: [skip ci] expose some mesh evaluation functions to Python
|
2021-02-14 12:02:45 +01:00 |
|
wmayer
|
d4c0baba0c
|
C++11: replace deprecated function std::bind2nd with lambda functions
|
2020-10-15 14:46:02 +02:00 |
|
wmayer
|
2ac739e493
|
Mesh: add overloaded mesh decimation to set target number of triangles
|
2020-05-03 15:04:50 +02:00 |
|
wmayer
|
f95dc3588d
|
Mesh: change MeshSegmentAlgorithm::FindSegments to accept shared instead of raw pointers
|
2020-03-03 21:27:31 +01:00 |
|
wmayer
|
33e87d5b2b
|
Mesh: change pointer to mesh object when copying or swapping segments
|
2020-02-27 18:45:35 +01:00 |
|
luz.paz
|
d923798946
|
[skip ci] Fix header uniformity for Import, Mesh, Points, Raytracing
|
2019-12-26 10:10:30 +01:00 |
|
asapelkin
|
e951094af9
|
use emplace_back instead of push_back where justified
|
2019-11-21 14:48:09 +01:00 |
|
wmayer
|
e16c197db9
|
support to load mtl files
|
2019-09-24 21:36:48 +02:00 |
|
wmayer
|
79a722830d
|
implement trimming of a mesh with a plane
|
2019-09-14 17:05:20 +02:00 |
|
wmayer
|
e07fe6376d
|
Improve OBJ mesh export in case output format is not explicitly specified
|
2019-07-05 12:23:13 +02:00 |
|
wmayer
|
4c842f0e0c
|
Store color information per segment
|
2019-07-04 16:55:03 +02:00 |
|
wmayer
|
13480d6d9c
|
do some security checks to make sure Py::Module is valid
|
2019-06-03 17:57:52 +02:00 |
|
wmayer
|
0644ed8e64
|
fix mesh cross-section to respect placement
|
2019-05-13 17:44:56 +02:00 |
|
wmayer
|
746997e484
|
improve mesh repair functions
|
2019-04-12 21:31:46 +02:00 |
|
wmayer
|
4e018c506b
|
extend mesh repair functions
|
2019-03-13 01:39:27 +01:00 |
|
wmayer
|
0caa169eb0
|
mesh segmentation algorithm for surfaces
|
2018-12-10 00:23:31 +01:00 |
|
wmayer
|
9be3e63332
|
mesh segmentation algorithm for surfaces
|
2018-12-08 15:53:58 +01:00 |
|
wmayer
|
20fe774784
|
mesh segmentation algorithm for surfaces
|
2018-12-07 20:03:44 +01:00 |
|
wmayer
|
6cc1524a0d
|
Mesh improvements:
+ support of Simple Model Format (smf)
+ improve reading of STL files (reduce by ~70%)
|
2018-07-26 13:19:35 +02:00 |
|
wmayer
|
04ea295280
|
add kd tree class
add mesh decimation algorithm
|
2017-11-14 14:17:19 +01:00 |
|
wmayer
|
def0b81784
|
changes in Mesh module:
+ cppcheck: fix some minor issues found by code analyzer
+ export to IDTF
+ fix for throwing exception
+ optimize mesh rendering
|
2017-11-08 17:56:13 +01:00 |
|
wmayer
|
1673ab801e
|
use specialized exception classes
|
2017-04-28 18:49:11 +02:00 |
|
wmayer
|
f560398f30
|
add boolean parameter to MeshKernel::AddFacets to disable check for manifold edges of new faces
|
2017-03-02 22:33:38 +01:00 |
|
Yorik van Havre
|
3803896ff2
|
py3: ported Mesh to python3
|
2017-02-24 14:20:50 +01:00 |
|
wmayer
|
e54e9515fc
|
rename 2d tool classes to be consistent with 3d classes
|
2016-11-21 14:29:51 +01:00 |
|
wmayer
|
81a6d4f4cc
|
fix some typos
|
2016-09-27 19:26:45 +02:00 |
|
wmayer
|
4c1af037c5
|
fix -Wextra in Inspection
|
2016-09-23 18:10:27 +02:00 |
|
wmayer
|
b980cf3361
|
fix -Wextra in Mesh
|
2016-09-23 17:24:00 +02:00 |
|
wmayer
|
f944ab3846
|
replace deprecated auto_ptr with unique_ptr
|
2016-09-22 13:01:20 +02:00 |
|
wmayer
|
1c4052bde9
|
for obj export only create mtl file if color is per face
|
2016-09-21 10:05:40 +02:00 |
|
wmayer
|
435cc3786d
|
take care of segments in mesh on export
|
2016-09-08 13:32:30 +02:00 |
|
wmayer
|
6313528886
|
improve obj export of mesh with colors
|
2016-09-06 17:00:34 +02:00 |
|
wmayer
|
3785cf7631
|
add parameters to IsDeformed method
|
2016-07-31 19:08:42 +02:00 |
|
wmayer
|
8a5c03b671
|
+ allow to customize algorithms in mesh evalutation panel
|
2016-07-30 19:51:16 +02:00 |
|
wmayer
|
3d95e9ac4b
|
support groups for export to obj format
|
2016-07-24 16:16:42 +02:00 |
|
wmayer
|
cc78503935
|
improve groups handling of obj mesh format
|
2016-07-24 00:23:45 +02:00 |
|
wmayer
|
91ba585ee0
|
+ add overloaded methods of save() and load() to write and read from streams
|
2016-06-11 13:48:24 +02:00 |
|
wmayer
|
70f58672c7
|
+ get also back normals from MeshObject::getPoints
|
2016-03-04 18:28:49 +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
|
288841cf98
|
+ function to create points from mesh
|
2016-03-04 16:00:08 +01:00 |
|
wmayer
|
63e09bcbc2
|
+ add convenience methods to query/alter selection of mesh object
|
2016-02-24 21:31:12 +01:00 |
|
wmayer
|
1d05f9c66e
|
+ support cutting of coloured mesh
|
2016-01-04 14:39:54 +01:00 |
|
wmayer
|
b7be7aec13
|
+ Prefer prefix ++/-- operators for non-primitive types
|
2015-10-07 13:38:17 +02:00 |
|
wmayer
|
3a4e93bb3d
|
+ implement method getPointNormals
|
2015-09-01 14:59:14 +02:00 |
|
wmayer
|
cb16fec6bb
|
+ fix various warnings
|
2015-08-29 22:05:09 +02:00 |
|
wmayer
|
9ba57683d5
|
+ method to get Eigensystem of mesh data
|
2015-03-10 22:47:46 +01:00 |
|
wmayer
|
3c61d41dbf
|
+ fix bug in mesh bounding box, fix clang warning
|
2014-11-23 10:55:36 +01:00 |
|