wmayer
0a6a9c90bd
changes in Mesh module:
...
+ cppcheck: fix some minor issues found by code analyzer
+ export to IDTF
+ fix for throwing exception
+ optimize mesh rendering
2017-11-08 17:56:13 +01:00
wmayer
907095293c
support of keywords in Mesh.read and Mesh.write
2017-09-19 10:31:07 +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
looooo
f1fcefb228
py3: Mesh: fix py3 Long/Int problem with python2
2017-02-24 14:20:50 +01:00
looooo
ab0adc1887
py3: gathering diff from Mod/Mesh
...
98a8275938388992ef1b7bb76dcd43438f61bf7e py3: make most of the unit test to succeed
2017-02-24 14:20:50 +01:00
Yorik van Havre
707d6a0a4d
py3: ported Mesh to python3
2017-02-24 14:20:50 +01:00
wmayer
2d8e70085e
rename 2d tool classes to be consistent with 3d classes
2016-11-21 14:29:51 +01:00
wmayer
51bcfdd6ba
fix unicode problem when reading or writing mesh object
2016-10-01 20:41:00 +02:00
wmayer
f6e1cb6025
fix -Wextra in Mesh
2016-09-23 17:24:00 +02:00
wmayer
2af6bb6e49
replace deprecated auto_ptr with unique_ptr
2016-09-22 13:01:20 +02:00
wmayer
af4ef2fa7f
Coverity issues:
...
129202: replace dynamic_cast with static_cast
129421, 129422: fix Py_Return macro
128928: Unchecked return value
129488, 129490: uninitialized scalar variable
129567, 129661: uninitialized scalar field
129665: uninitialized pointer field
2016-08-15 21:28:41 +02:00
wmayer
691c2ddc21
add method to get self-intersections of a mesh via Python
2016-08-08 16:40:59 +02:00
wmayer
dea5a1b6ee
expose mesh analyzing functions to Python
2016-07-31 12:13:37 +02:00
wmayer
b2facd7113
+ allow to customize algorithms in mesh evalutation panel
2016-07-30 19:51:16 +02:00
wmayer
ec82ea252a
+ add overloaded methods of write() and read() to write and read from streams
2016-06-11 14:47:01 +02:00
wmayer
c633ec4075
+ make API of InventorBuilder more flexible and add new methods
2015-11-26 15:27:40 +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
1a322466d0
+ expose function to Python to check for invalid mesh points
2014-10-31 15:57:28 +01:00
Sebastian Hoogen
d49528b27e
issue #1700 replace PyExc_Exception
2014-09-17 11:15:57 +02:00
Sebastian Hoogen
af50cbf964
fixes #0001422 : Subclass Exception
...
inherit Base.FreeCADError form RuntimeError
inherit Part.OCCError from Base.FreeCADError
inherit OCCDomainError from Part.OCCError
inherit OCCRangeError from Part.OCCError
inherit OCCConstructionError from OCCDomainError
inherit OCCDimensionError from OCCDomainError
Added PY_CATCH_OCC macro
replace PyExc_Exception
use FreeCADError in makeWireString
catch exception in BSplineCurve.increasedegree
2014-09-17 11:15:56 +02:00
wmayer
7a0f5884ec
+ simplify basic VRML export of mesh kernel, + allow to export mesh with texture via Python
2014-07-11 19:34:14 +02:00
wmayer
a9040b9edf
+ simplify basic VRML export of mesh kernel, + allow to export mesh with texture via Python
2014-07-11 19:27:48 +02:00
wmayer
ad24c619d6
+ Better support of clang, fix issues discovered by clang
2014-05-05 18:25:59 +02:00
wmayer
86621e06e8
+ Add CountEdges to Python interface of Mesh class
2014-04-01 17:27:33 +02:00
jriegel
a7f5b96ff8
Fix not set optional python parameter
2014-02-16 22:19:57 +01:00
wmayer
c661331613
+ Support to write out mesh name
2013-12-22 15:02:40 +01:00
wmayer
49b72a8193
+ Support of export to X3D for meshes
2013-11-25 13:39:31 +01:00
wmayer
ad877e1ae1
+ Make Python API more pythonic
2013-10-11 13:57:05 +02:00
wmayer
c6baed84bf
+ make float assignment more pythonic
2013-10-08 12:54:20 +02:00
wmayer
8cc8e93577
+ Reduce redundant code in mesh classes
2013-07-06 15:02:52 +02:00
wmayer
8189b9a869
Do not pass 0 to PyObject_IsTrue
2012-12-30 23:16:56 +01:00
wmayer
1cdcbfa77a
Use PyObject_IsTrue to check argument
2012-12-29 15:59:54 +01:00
wmayer
e152820fc8
Trimming & cutting from python
2012-08-15 15:47:57 +02:00
wmayer
e82cd76900
Mesh segmentation
2012-05-21 15:02:51 +02:00
wmayer
47d0418e7c
Mesh segmentation
2012-05-18 15:57:32 +02:00
wmayer
3ecae0ab73
Mesh segmentation
2012-05-18 01:25:31 +02:00
wmayer
14d91461ce
0000645: Mesh.Mesh returns empty mesh when provided integers
2012-04-10 20:30:43 +02:00
wmayer
0b65861b92
Improve I/O of PLY mesh format
2012-03-25 11:44:57 +02:00
wmayer
d6ea5f782f
Script to create Menger sponge
2012-03-03 02:37:03 +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