wmayer
0ea6a2ed0d
+ 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
Mateusz Skowroński
cd2db00f22
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
...
This change is Qt4/Qt5 neutral.
2016-01-05 16:07:25 +01:00
Mateusz Skowroński
d5c074f80d
QString::toAscii() is obsolete in Qt5. Replace it with toLatin1().
...
This change is Qt4/Qt5 neutral.
2016-01-05 16:06:48 +01:00
Mateusz Skowroński
99ca18f541
QInputDialog::getInteger() is obsolete in Qt4. Replace it with getInt().
...
This change is Qt4/Qt5 neutral.
2015-12-22 14:18:47 +01:00
wmayer
a4d1dbe5f0
+ rework BoundingBox class and its Python binding
2015-10-11 00:18:53 +02:00
wmayer
967eead27a
+ split file extension from descriptive text of file format to avoid that invalid translation breaks file dialog
...
+ add method to make image view unclosable for user
+ fix possible crash in MeshAlgorithm::GetMeshBorder
+ fix possible crash in MeshAlgorithm::ConnectLines
2015-10-06 17:28:52 +02:00
wmayer
12050b4c7d
+ use escaped unicode for mesh import
2015-09-24 10:10:22 +02:00
wmayer
76c0f55ebe
+ make mesh merge more performant
2015-08-04 11:32:52 +02:00
Yorik van Havre
b4ea012edc
Mesh: Added Mesh Merge command
...
This command joins selected mesh objects into one
2015-08-03 15:46:30 -03:00
wmayer
e404490651
+ fix broken PolyPickerSelection
2015-07-02 14:51:38 +02:00
wmayer
f02da38566
+ fix Qt help problems
2014-10-01 17:16:43 +02:00
wmayer
e814d997e5
+ fix trim mesh with plane
2014-08-21 13:26:35 +02:00
wmayer
bd64ce3bb7
+ implement save() function in PointKernel, fix icon issue in mesh workbench
2014-08-06 17:39:15 +02:00
Johannes Reinhardt
af964f8509
fix typos in Mesh module
2014-05-16 19:25:11 +02:00
wmayer
49155648cb
+ Add pipette icon
2014-02-08 16:10:16 +01:00
wmayer
795bd01f31
+ fixes #0001148 : Incorrect STL from a mesh
2014-01-16 11:55:32 +01:00
wmayer
58b1a0947f
+ Support to write out mesh name
2013-12-22 15:02:40 +01:00
wmayer
098f39e7c5
+ Use new icons in Mesh workbench
2013-12-20 16:28:14 +01:00
jmaustpc
9bdd15f7b5
Move Mesh_Mesh_from_Shape icon from Mod/MeshPart to Mod/Mesh
...
Move the icon Mesh_Mesh_from_Shape.svg
from .../Mod/MeshPart/Gui/Resources/icons
to .....//Mod/Mesh/Gui/Resources/icons
edit both Mesh.qrc and MeshPart.qrc accordingly
remove referrence to the icon from the command in
the MeshPart Command.cpp file and add it to
the Mesh Command.cpp file
2013-12-14 00:58:58 +11:00
wmayer
df53ad49cf
+ For MeshGui remove dependency to MeshPartGui when loading the workbench
2013-12-12 18:19:56 +01:00
wmayer
b7a9b774f3
+ Support of export to X3D for meshes
2013-11-25 13:39:31 +01:00
wmayer
71958f3fcc
0001232: Create Mesh from geometry / Export mesh
2013-09-02 14:09:32 +02:00
wmayer
4afa0138cc
0001162: Cut mesh with plane
2013-07-06 15:03:28 +02:00
wmayer
c754280af6
Improve methods to select meshes, allow to smooth only selected area of a mesh
2013-04-26 17:21:36 +02:00
wmayer
fe19cb09cc
Do not override edit cursor with pre-selection
2013-04-10 13:57:44 +02:00
wmayer
fc53283239
Mesh segmentation
2012-05-18 15:57:32 +02:00
wmayer
66d54bc90e
Import OFF mesh format
2012-03-11 19:27:02 +01:00
wmayer
5545e8ee87
Mesh trimming tool
2012-03-02 12:47:11 +01: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