Benjamin Nauck
6f535f19fb
Prefer to use BaseClass's isDerivedFrom<T> over non template or Base::Type's
...
Regex based changes, manually verified
2025-01-27 16:08:18 +01:00
Tobias Frost
460da406f8
spelling fixes ( #18688 )
...
* Fixes spelling of "Allow to" to "Allow one to"
and those variants:
Allows to -> Allows one to
allow to -> allow one to
allows to -> allows one to
* Fix "Let's -> Lets"
(and lower case variant.)
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update src/3rdParty/salomesmesh/inc/MED_Wrapper.hxx
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
* Update src/Base/PyObjectBase.cpp
Update src/App/ExtensionContainer.h
Update src/App/PropertyContainer.h
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
* Use gerund in user-facing texts.
* Use gerund for two more user-facing strings.
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
* Update src/Mod/Fem/App/FemMeshShapeNetgenObject.cpp
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
* Update src/Mod/Fem/App/FemMeshShapeNetgenObject.cpp
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
* Update src/Mod/Fem/App/FemMeshShapeNetgenObject.cpp
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
---------
Co-authored-by: Tobias Frost <tobi@debian.org >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2025-01-13 11:22:20 -06:00
wmayer
fbd9eac848
Mesh: Fix linter warnings
2024-11-21 18:30:22 +01:00
bgbsww
98ea03c5ae
Don't apply the transformations recursively, just make sure the right one is applied to the top subobject ( #11539 )
2023-11-29 17:15:59 -03:00
wmayer
0c21c6298c
Base: fix google-explicit-constructor
2023-11-22 23:47:29 +01:00
pre-commit-ci[bot]
dce4dc3518
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-11-11 18:21:31 +01:00
bgbsww
640de8ceb2
Fix 10545 by using position of array members
2023-11-11 18:21:31 +01:00
wmayer
a364141c58
Mesh: C++ core guidelines
2023-09-26 11:20:35 +02:00
wmayer
23db389a76
Mesh: Apply clang-format
2023-09-23 14:03:11 +02:00
wmayer
2a65715248
Mesh: fixes issue #10075 : 3MF files exported from FreeCAD don't work in PrusaSlicer
...
Add an option to force to always write a mesh as model type even if it's not a solid
2023-09-06 07:28:07 +02:00
wmayer
5da3143f02
Mesh: modernize C++: use default member init
2023-08-23 00:55:03 +02:00
wmayer
d11fdf3ba9
Mesh: modernize C++: use equals default
2023-08-21 18:39:59 +02:00
wmayer
7f49080952
Mesh: modernize C++: use range-based for loop
2023-08-15 10:56:30 +02:00
wmayer
ec73caa40e
modernize C++: make unique
2023-08-07 19:51:30 -06:00
Uwe
cf32bc54f1
[Mesh] App-Facet: remove unused includes
...
- also some sorting
2022-11-10 04:18:59 +01:00
wmayer
849305b88a
Mesh: move Extension3MFFactory outside Exporter3MF
2022-09-26 11:05:01 +02:00
wmayer
a566edfa43
Mesh: implemment mechanism to load MeshGui module when exporting to 3MF file
2022-09-14 12:05:32 +02:00
wmayer
c4b12d61c5
Mesh: [skip ci] fix minor issues
2022-09-02 13:37:24 +02:00
wmayer
8f1875f429
Mesh: add support of thumbnails of 3MF format
2022-09-01 16:49:00 +02:00
wmayer
01ba72272d
Mesh: [skip ci] include header in source file
2022-08-31 17:37:06 +02:00
wmayer
e09c54d10b
Mesh: avoid to create an extra tmp. copy of MeshObject
2022-08-31 17:13:15 +02:00
wmayer
6c790da254
Mesh: add exporter class for 3MF format
2022-08-31 17:11:15 +02:00
wmayer
f557920414
Mesh: refactor mesh exporter classes
2022-08-31 10:07:57 +02:00
wmayer
69a5bfd6b1
Mesh: Fix several coverity issues:
...
* CID 350557: Out-of-bounds read (false-positive)
* CID 316517: Uninitialized scalar variable
* CID 316519: Uninitialized scalar variable
* CID 316547: Uninitialized scalar variable
* CID 316556: Uninitialized scalar variable
* CID 350614: Uncaught exception
* CID 350606: Uncaught exception
* CID 332681: Using invalid iterator
2022-03-13 14:58:14 +01:00
Uwe
a8c912d6f8
[App] Expression and Extension: remove unused includes
2022-02-25 18:06:57 +01: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
Zheng, Lei
97a5a2f2af
Mesh: minor change to exporter based on suggestion
2021-02-06 17:13:36 +01:00
Zheng, Lei
a01e2aaf8f
Mesh: refactor mesh exporter for better support of Link
2021-02-06 17:13:36 +01:00
luz.paz
b785920541
[skip ci] Fix header uniformity for Import, Mesh, Points, Raytracing
2019-12-26 10:10:30 +01:00
wmayer
05550fcdf0
fixes 0003680: Export (Ctrl+E) doesn't check to make sure that object being exported is a model at all
2018-11-10 19:02:50 +01:00
wmayer
41f8718ef4
Fix globalPosition in Stl export
2018-08-11 15:36:08 +02:00
wmayer
17a453b6f4
compute the actual placement to apply instead of transforming the points twice
2018-08-11 14:36:50 +02:00
wandererfan
310337574e
Fix double application of Placement
...
- global placement already contains feature
placement, so multiplying aPoints by
global placement applies feature placement
twice.
2018-08-11 13:49:29 +02:00
wmayer
5e75f3bc97
remove undesired dependency of Mesh to Part module
2018-07-28 11:58:39 +02:00
wandererfan
e1e5ca413b
Fix #3329 globalPosition in Stl export
2018-07-27 10:37:06 -03:00
wmayer
c526c18b94
fix scan coverity issues: uncaught exception
2017-04-11 14:03:08 +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
Ian Rees
5133af6ef5
Avoid empty meshes. Improve object type detection.
2017-03-02 17:41:14 +01:00
Ian Rees
371c3f7278
Tidy up.
2017-03-02 17:41:14 +01:00
Ian Rees
4fd7334f95
Export Part and Group objects.
2017-03-02 17:41:14 +01:00
Ian Rees
dd75896b07
Clean up docstrings to conform to PEP 8, tidy up.
2017-03-02 17:41:14 +01:00
Ian Rees
88f74db845
Added some metadata to exported AMF
2017-03-02 17:41:14 +01:00
Ian Rees
8418f2d41a
Added AMF compression. Works with Cura, not Slic3r
2017-03-02 17:41:14 +01:00
Ian Rees
8935db69f4
Renamed AmfExport.(h|cpp) to Exporter.(h|cpp)
2017-03-02 17:41:14 +01:00