Commit Graph

26 Commits

Author SHA1 Message Date
wmayer
59e605e6b8 Mesh: modernize C++11
* remove redundant void-arg
* use nullptr
* replace deprecated headers
2022-01-26 18:05:02 +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
wmayer
a5630bc689 fix some const correctness 2019-12-29 17:13:18 +01:00
wmayer
89a624caf1 support to show color per face 2019-09-24 21:37:11 +02:00
wmayer
128b45a6e8 Add command to show mesh segments 2019-07-04 16:56:02 +02:00
wmayer
e0a5f4b57b improve mesh healing functions 2018-12-13 17:31:21 +01:00
wmayer
c9f01fe75f make the methods highlightSelection/unhighlightSelection virtual 2018-10-26 00:40:20 +02:00
wmayer
644cfa06bb replace boolean to check for inside/outside cutting with enum values 2018-09-18 18:25:51 +02:00
wmayer
424c78d451 implement fast mesh rendering for Qt5 port (7x faster) 2018-07-28 11:08:03 +02:00
wmayer
510047d9a2 issue #0002183: Mesh View . Use Bounding-Box Not Working For Flat Lines 2017-02-09 18:30:48 +01:00
wmayer
4d0d90d498 support coloring of mesh segments 2016-09-07 21:51:05 +02:00
wmayer
2c226343cb improve obj export of mesh with colors 2016-09-06 17:00:34 +02:00
wmayer
0a209f53be + add method to show parts of a mesh transparent 2016-04-29 18:15:31 +02:00
wmayer
39e41146bb + move creation of SoFCSelection node to ViewProviderBuilder to avoid code duplication 2016-03-31 15:54:33 +02:00
wmayer
9bc09dcb64 + add convenience methods to query/alter selection of mesh object 2016-02-24 21:31:12 +01:00
wmayer
85abdee744 + handling of colored mesh in view provider 2016-01-03 01:16:00 +01:00
wmayer
9f19d5611a + support reading mesh files with colors 2015-12-31 21:07:04 +01:00
wmayer
6e0287ff17 + remove SoFCSelection from ViewProviderGeometryObject 2015-05-20 21:44:27 +02:00
wmayer
421d82e432 + extend ActionFunction and use in mesh view provider 2015-03-31 01:02:16 +02:00
wmayer
cfc0b50e35 + edit command for meshes to display components 2015-02-20 22:28:37 +01:00
wmayer
8cc8e93577 + Reduce redundant code in mesh classes 2013-07-06 15:02:52 +02:00
wmayer
62474aa27b Switch new selection style explicitly off for some types 2013-04-28 17:23:54 +02:00
wmayer
0b65861b92 Improve I/O of PLY mesh format 2012-03-25 11:44:57 +02:00
wmayer
8fbfd5496d Mesh trimming tool 2012-03-02 12:47:11 +01:00
wmayer
c7985e5c06 + rework edit modes
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5102 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-11-08 21:15:49 +00: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