wmayer
|
91e4e468dd
|
Base: move ILogger sub-classes to their own source files in order to reduce including stream classes in client code
|
2022-03-06 10:13:47 +01:00 |
|
wmayer
|
505e8564b2
|
Mesh: Mesh.createBox() now accepts a bounding box as argument
|
2021-10-23 18:58:43 +02:00 |
|
wmayer
|
bbe2865059
|
Mesh: expose trimByPlane to Python
|
2021-10-15 23:07:59 +02:00 |
|
wmayer
|
9eedb17b70
|
App: use consistent spelling of SubElement
|
2021-10-06 18:09:53 +02:00 |
|
wmayer
|
b5c012a301
|
Mesh: implement sub-element handling
|
2021-10-06 17:19:38 +02:00 |
|
wmayer
|
210eac2a09
|
Mesh: improve function to fix points on edge
|
2021-09-29 19:32:18 +02:00 |
|
wmayer
|
3922a6ac73
|
Mesh: detect points on edges
|
2021-09-28 22:30:21 +02:00 |
|
wmayer
|
5694f08f15
|
Mesh: add function section() to Mesh class
|
2021-09-16 17:31:45 +02:00 |
|
wmayer
|
2295c4b9a3
|
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
|
2321c90c76
|
Mesh: remove py2 code
|
2021-04-25 11:26:39 +02:00 |
|
wmayer
|
479a1fc9c9
|
Mesh: [skip ci] expose some mesh evaluation functions to Python
|
2021-02-14 12:02:45 +01:00 |
|
wmayer
|
56c6db10e0
|
C++11: replace deprecated function std::bind2nd with lambda functions
|
2020-10-15 14:46:02 +02:00 |
|
wmayer
|
a759c7ecd6
|
Mesh: add overloaded mesh decimation to set target number of triangles
|
2020-05-03 15:04:50 +02:00 |
|
wmayer
|
a031816de2
|
Mesh: change MeshSegmentAlgorithm::FindSegments to accept shared instead of raw pointers
|
2020-03-03 21:27:31 +01:00 |
|
wmayer
|
78a36fc10e
|
Mesh: change pointer to mesh object when copying or swapping segments
|
2020-02-27 18:45:35 +01:00 |
|
luz.paz
|
b785920541
|
[skip ci] Fix header uniformity for Import, Mesh, Points, Raytracing
|
2019-12-26 10:10:30 +01:00 |
|
asapelkin
|
ced8100ab9
|
use emplace_back instead of push_back where justified
|
2019-11-21 14:48:09 +01:00 |
|
wmayer
|
0403ba68fa
|
support to load mtl files
|
2019-09-24 21:36:48 +02:00 |
|
wmayer
|
7edcc70282
|
implement trimming of a mesh with a plane
|
2019-09-14 17:05:20 +02:00 |
|
wmayer
|
8b0ee4c4a2
|
Improve OBJ mesh export in case output format is not explicitly specified
|
2019-07-05 12:23:13 +02:00 |
|
wmayer
|
4b464dfa58
|
Store color information per segment
|
2019-07-04 16:55:03 +02:00 |
|
wmayer
|
85fddfc54a
|
do some security checks to make sure Py::Module is valid
|
2019-06-03 17:57:52 +02:00 |
|
wmayer
|
c05f856ac0
|
fix mesh cross-section to respect placement
|
2019-05-13 17:44:56 +02:00 |
|
wmayer
|
4082b42f6b
|
improve mesh repair functions
|
2019-04-12 21:31:46 +02:00 |
|
wmayer
|
ac92e1e98d
|
extend mesh repair functions
|
2019-03-13 01:39:27 +01:00 |
|
wmayer
|
d7077f06a7
|
mesh segmentation algorithm for surfaces
|
2018-12-10 00:23:31 +01:00 |
|
wmayer
|
1471bb49d2
|
mesh segmentation algorithm for surfaces
|
2018-12-08 15:53:58 +01:00 |
|
wmayer
|
dac47b16f5
|
mesh segmentation algorithm for surfaces
|
2018-12-07 20:03:44 +01:00 |
|
wmayer
|
170708a4f1
|
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
|
3998eb964e
|
add kd tree class
add mesh decimation algorithm
|
2017-11-14 14:17:19 +01:00 |
|
wmayer
|
0a6a9c90bd
|
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
|
fb7094bf31
|
use specialized exception classes
|
2017-04-28 18:49:11 +02:00 |
|
wmayer
|
1a2d40f968
|
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
|
707d6a0a4d
|
py3: ported Mesh to python3
|
2017-02-24 14:20:50 +01:00 |
|
wmayer
|
2d8e70085e
|
rename 2d tool classes to be consistent with 3d classes
|
2016-11-21 14:29:51 +01:00 |
|
wmayer
|
a68b03a083
|
fix some typos
|
2016-09-27 19:26:45 +02:00 |
|
wmayer
|
1139d9adbb
|
fix -Wextra in Inspection
|
2016-09-23 18:10:27 +02:00 |
|
wmayer
|
f6e1cb6025
|
fix -Wextra in Mesh
|
2016-09-23 17:24:00 +02:00 |
|
wmayer
|
2af6bb6e49
|
replace deprecated auto_ptr with unique_ptr
|
2016-09-22 13:01:20 +02:00 |
|
wmayer
|
0a71c00b22
|
for obj export only create mtl file if color is per face
|
2016-09-21 10:05:40 +02:00 |
|
wmayer
|
013e2f30e5
|
take care of segments in mesh on export
|
2016-09-08 13:32:30 +02:00 |
|
wmayer
|
2c226343cb
|
improve obj export of mesh with colors
|
2016-09-06 17:00:34 +02:00 |
|
wmayer
|
ad10d2104f
|
add parameters to IsDeformed method
|
2016-07-31 19:08:42 +02:00 |
|
wmayer
|
b2facd7113
|
+ allow to customize algorithms in mesh evalutation panel
|
2016-07-30 19:51:16 +02:00 |
|
wmayer
|
217d4897fe
|
support groups for export to obj format
|
2016-07-24 16:16:42 +02:00 |
|
wmayer
|
3f83814682
|
improve groups handling of obj mesh format
|
2016-07-24 00:23:45 +02:00 |
|
wmayer
|
e8acca597a
|
+ add overloaded methods of save() and load() to write and read from streams
|
2016-06-11 13:48:24 +02:00 |
|
wmayer
|
88290c041e
|
+ get also back normals from MeshObject::getPoints
|
2016-03-04 18:28:49 +01:00 |
|
wmayer
|
d962fda983
|
+ 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
|
c3075a49e5
|
+ function to create points from mesh
|
2016-03-04 16:00:08 +01:00 |
|