bofdahof
|
998f4e4d45
|
Console: rename PascalCase named methods to camelCase
|
2025-05-06 17:50:21 +02:00 |
|
Luz Paz
|
79008331b3
|
Mesh: Fix source typo
Modified so it wouldn't show up in codespell results.
|
2025-04-06 12:13:10 -05:00 |
|
wmayer
|
7a2bfb7370
|
Mesh: Fix linter warnings
|
2024-11-21 18:30:22 +01:00 |
|
Florian Foinant-Willig
|
2e16f5aa36
|
Mesh: modernize type checking
|
2023-10-23 18:08:06 +02:00 |
|
wmayer
|
bd0a3122b6
|
Mesh: C++ core guidelines
|
2023-09-26 11:20:35 +02:00 |
|
wmayer
|
4e328682d9
|
Mesh: Apply clang-format
|
2023-09-23 14:03:11 +02:00 |
|
wmayer
|
bb13c179e9
|
Base: fix clang-tidy warnings in BoundBox.h
|
2023-08-26 21:03:58 +02:00 |
|
wmayer
|
5177007994
|
Mesh: modernize C++: use equals default
|
2023-08-21 18:39:59 +02:00 |
|
wmayer
|
375cb9a0fe
|
Mesh: modernize C++: use range-based for loop
|
2023-08-15 10:56:30 +02:00 |
|
wmayer
|
0af4990817
|
modernize C++: make unique
|
2023-08-07 19:51:30 -06:00 |
|
wmayer
|
f6d9a8a345
|
Mesh: fix some clang-tidy warnings
|
2023-03-27 11:22:21 +02:00 |
|
Andrew
|
bf57f49a2e
|
clean Mod/Mesh from #if 0
|
2023-03-27 11:22:21 +02:00 |
|
wmayer
|
2fa8fb45d8
|
Base: refactor InventorBuilder
|
2022-12-13 17:48:51 +01:00 |
|
wmayer
|
cfc97b80b1
|
Mod: use new API of InventorBuilder
|
2022-12-12 20:50:32 +01:00 |
|
wmayer
|
e18cb45673
|
Base: refactoring of InventorBuilder
|
2022-11-30 12:29:09 +01:00 |
|
wmayer
|
c16e4670fd
|
Base: refactoring of InventorBuilder
|
2022-11-29 15:20:43 +01:00 |
|
wmayer
|
b325ab93dc
|
Base: refactoring of InventorBuilder
|
2022-11-29 13:28:00 +01:00 |
|
wmayer
|
c988f1d472
|
Base: start of refactoring of InventorBuilder
|
2022-11-27 16:45:16 +01:00 |
|
wmayer
|
8f136f60c6
|
Base: start of refactoring of Builder3D
|
2022-11-27 15:02:44 +01:00 |
|
luz paz
|
390e09db32
|
Mesh: remove trailing whitespace
|
2022-11-14 21:37:03 -06:00 |
|
Uwe
|
7e7b046041
|
[Mesh] Imp* - end: remove unused includes
- also some sorting
|
2022-11-11 03:34:31 +01:00 |
|
wmayer
|
6cb454354b
|
Mesh: split OBJ reader and writer from MeshIO
|
2022-09-20 20:22:30 +02:00 |
|
wmayer
|
2462f4c7a0
|
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
|
b796a0d376
|
Mod: use empty
|
2022-08-06 19:30:13 +02:00 |
|
wmayer
|
869ab8d26c
|
Mesh: consider placement in MeshPy::foraminate
|
2022-08-05 00:46:48 +02:00 |
|
wmayer
|
828c64a4c9
|
Mesh: consider placement in MeshPy::nearestFacetOnRay
|
2022-08-04 20:47:33 +02:00 |
|
wmayer
|
14451f7ec4
|
Mesh: consider placement in MeshPy::cut/trim/trimByPlane
|
2022-08-04 18:49:10 +02:00 |
|
wmayer
|
9b8cf02aaf
|
Mesh: refactor MeshPy::getSelfIntersections
|
2022-08-04 10:34:49 +02:00 |
|
wmayer
|
322080d4f1
|
Mesh: refactor MeshPy::writeInventor
|
2022-08-03 17:56:24 +02:00 |
|
wmayer
|
88e32eba9b
|
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
|
0a4488462c
|
Mesh: reduce the use of const_cast in Mesh module
|
2022-06-21 12:20:37 +02:00 |
|
Zheng, Lei
|
3ef438eaf0
|
Fix mixed line endings
|
2022-04-26 12:52:55 -05:00 |
|
Chris Hennes
|
702238a99c
|
Mesh: PR6497 move return statement to new line
|
2022-03-29 12:36:30 -05:00 |
|
wmayer
|
58a719e207
|
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
|
2808c4bc9c
|
Mesh: Mesh.createBox() now accepts a bounding box as argument
|
2021-10-23 18:58:43 +02:00 |
|
wmayer
|
837de28e9e
|
Mesh: expose trimByPlane to Python
|
2021-10-15 23:07:59 +02:00 |
|
wmayer
|
7b45d63bf2
|
App: use consistent spelling of SubElement
|
2021-10-06 18:09:53 +02:00 |
|
wmayer
|
6c23e2be1c
|
Mesh: implement sub-element handling
|
2021-10-06 17:19:38 +02:00 |
|
wmayer
|
8ff9bbc930
|
Mesh: improve function to fix points on edge
|
2021-09-29 19:32:18 +02:00 |
|
wmayer
|
0a9d08218a
|
Mesh: detect points on edges
|
2021-09-28 22:30:21 +02:00 |
|
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 |
|