wmayer
|
82b168da15
|
Mesh: fix some clang-tidy warnings
|
2023-03-27 11:22:21 +02:00 |
|
Andrew
|
bebadad9bf
|
clean Mod/Mesh from #if 0
|
2023-03-27 11:22:21 +02:00 |
|
wmayer
|
b358407e3b
|
Base: refactor InventorBuilder
|
2022-12-13 17:48:51 +01:00 |
|
wmayer
|
bc33b44f3e
|
Mod: use new API of InventorBuilder
|
2022-12-12 20:50:32 +01:00 |
|
wmayer
|
0349009e39
|
Base: refactoring of InventorBuilder
|
2022-11-30 12:29:09 +01:00 |
|
wmayer
|
9537b3e84c
|
Base: refactoring of InventorBuilder
|
2022-11-29 15:20:43 +01:00 |
|
wmayer
|
cf3225b50f
|
Base: refactoring of InventorBuilder
|
2022-11-29 13:28:00 +01:00 |
|
wmayer
|
f0e22410db
|
Base: start of refactoring of InventorBuilder
|
2022-11-27 16:45:16 +01:00 |
|
wmayer
|
dafe5f11fb
|
Base: start of refactoring of Builder3D
|
2022-11-27 15:02:44 +01:00 |
|
luz paz
|
c174e063f3
|
Mesh: remove trailing whitespace
|
2022-11-14 21:37:03 -06:00 |
|
Uwe
|
356ae47332
|
[Mesh] Imp* - end: remove unused includes
- also some sorting
|
2022-11-11 03:34:31 +01:00 |
|
wmayer
|
d022e27f12
|
Mesh: split OBJ reader and writer from MeshIO
|
2022-09-20 20:22:30 +02:00 |
|
wmayer
|
1309b86ea5
|
App: move from float to double for accuracy parameter, add a virtual method to determine a default accuracy
|
2022-09-15 09:52:14 +02:00 |
|
berniev
|
53ba98d636
|
Mod: use empty
|
2022-08-06 19:30:13 +02:00 |
|
wmayer
|
23b05a5fe7
|
Mesh: consider placement in MeshPy::foraminate
|
2022-08-05 00:46:48 +02:00 |
|
wmayer
|
0b4fcb8f20
|
Mesh: consider placement in MeshPy::nearestFacetOnRay
|
2022-08-04 20:47:33 +02:00 |
|
wmayer
|
d7efe8358f
|
Mesh: consider placement in MeshPy::cut/trim/trimByPlane
|
2022-08-04 18:49:10 +02:00 |
|
wmayer
|
c8c311c981
|
Mesh: refactor MeshPy::getSelfIntersections
|
2022-08-04 10:34:49 +02:00 |
|
wmayer
|
dd5fa8b6e0
|
Mesh: refactor MeshPy::writeInventor
|
2022-08-03 17:56:24 +02:00 |
|
wmayer
|
0b424620d6
|
App: changes in ComplexGeoData:
* rename some methods
* distinguish between Point and Vector
* support of arrays of Point or Vector
|
2022-08-03 16:18:14 +02:00 |
|
wmayer
|
8a81ff174b
|
Mesh: reduce the use of const_cast in Mesh module
|
2022-06-21 12:20:37 +02:00 |
|
Zheng, Lei
|
8bec44934b
|
Fix mixed line endings
|
2022-04-26 12:52:55 -05:00 |
|
Chris Hennes
|
3ecd16e0bd
|
Mesh: PR6497 move return statement to new line
|
2022-03-29 12:36:30 -05:00 |
|
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 |
|