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 |
|
wmayer
|
479a1fc9c9
|
Mesh: [skip ci] expose some mesh evaluation functions to Python
|
2021-02-14 12:02:45 +01:00 |
|
wmayer
|
a759c7ecd6
|
Mesh: add overloaded mesh decimation to set target number of triangles
|
2020-05-03 15:04:50 +02: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 |
|
wmayer
|
7edcc70282
|
implement trimming of a mesh with a plane
|
2019-09-14 17:05:20 +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
|
1471bb49d2
|
mesh segmentation algorithm for surfaces
|
2018-12-08 15:53:58 +01:00 |
|
wmayer
|
3998eb964e
|
add kd tree class
add mesh decimation algorithm
|
2017-11-14 14:17:19 +01: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 |
|
wmayer
|
2d8e70085e
|
rename 2d tool classes to be consistent with 3d classes
|
2016-11-21 14:29:51 +01:00 |
|
wmayer
|
f6e1cb6025
|
fix -Wextra in Mesh
|
2016-09-23 17:24:00 +02:00 |
|
wmayer
|
b2facd7113
|
+ allow to customize algorithms in mesh evalutation panel
|
2016-07-30 19:51:16 +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
|
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 |
|
wmayer
|
9bc09dcb64
|
+ add convenience methods to query/alter selection of mesh object
|
2016-02-24 21:31:12 +01:00 |
|
wmayer
|
8d1dded410
|
+ implement method getPointNormals
|
2015-09-01 14:59:14 +02:00 |
|
wmayer
|
ff5b47034a
|
+ method to get Eigensystem of mesh data
|
2015-03-10 22:47:46 +01:00 |
|
wmayer
|
cfc0b50e35
|
+ edit command for meshes to display components
|
2015-02-20 22:28:37 +01:00 |
|
wmayer
|
1a322466d0
|
+ expose function to Python to check for invalid mesh points
|
2014-10-31 15:57:28 +01:00 |
|
wmayer
|
552cb1a308
|
+ Make destructor virtual for classes with virtual methods (based on DevJohan's patch)
|
2014-07-26 19:17:12 +02:00 |
|
wmayer
|
c661331613
|
+ Support to write out mesh name
|
2013-12-22 15:02:40 +01:00 |
|
jriegel
|
ec0a5ccb0c
|
Merge branch 'refs/heads/double-precision-werner'
Conflicts:
src/App/Document.cpp
src/App/PropertyGeo.cpp
src/App/PropertyStandard.cpp
src/Base/Reader.cpp
src/Base/Reader.h
src/Gui/propertyeditor/PropertyItem.cpp
src/Mod/Fem/Gui/ViewProviderFemMesh.cpp
src/Mod/Inspection/Gui/ViewProviderInspection.cpp
src/Mod/Mesh/App/MeshProperties.cpp
src/Mod/Part/App/TopoShapeFacePyImp.cpp
src/Mod/PartDesign/App/FeatureRevolution.cpp
|
2013-09-26 00:05:05 +02:00 |
|
jriegel
|
abf1623f07
|
Add SchemaVersion to RestoreDocFile to distinquish double from float binary
|
2013-09-24 11:01:09 +02:00 |
|
wmayer
|
8cc8e93577
|
+ Reduce redundant code in mesh classes
|
2013-07-06 15:02:52 +02:00 |
|
wmayer
|
8218489a0f
|
Add convenience methods to query selection of a mesh
|
2013-04-26 17:20:24 +02:00 |
|
wmayer
|
bb63f7a4d5
|
Remove FileVersion from RestoreDocFile, convert point data back to floats
|
2013-03-29 15:23:51 +01:00 |
|
jrheinlaender
|
ad6444053b
|
Added FileVersion attribute to XML format to distinguish legacy float binary files from new double binary files
|
2013-03-27 11:47:18 +04:30 |
|
wmayer
|
e152820fc8
|
Trimming & cutting from python
|
2012-08-15 15:47:57 +02:00 |
|
wmayer
|
3ecae0ab73
|
Mesh segmentation
|
2012-05-18 01:25:31 +02:00 |
|
wmayer
|
40788bb7e3
|
doing merge
|
2012-04-26 15:10:48 +02:00 |
|
wmayer
|
0b65861b92
|
Improve I/O of PLY mesh format
|
2012-03-25 11:44:57 +02:00 |
|
wmayer
|
120ca87015
|
+ unify DLL export defines to namespace names
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
|
2011-10-10 13:44:52 +00:00 |
|