Commit Graph

107 Commits

Author SHA1 Message Date
wmayer
f681b86abd fixes #0004426: [skip ci] Patch to add MinLength and MaxLenght to the Netgen options in the Python API (provided by thomasFreeCAD) 2020-09-12 19:37:12 +02:00
wmayer
17f16650cc flatmesh: [skip ci] implement converters from Eigen3 matrices to Python 2020-07-29 16:42:53 +02:00
wmayer
a2926df471 MeshPart: [skip ci] fix segmentation fault in flatmesh when built with boost.python 2020-07-29 13:44:45 +02:00
wmayer
618089d6d8 remove deprecated std::binary_function 2020-05-11 13:46:37 +02:00
luz.paz
d49edcc982 Revised per feedback from review 2019-12-17 15:13:48 -03:00
luz.paz
06cf1d5b70 Fix various typos [skip ci]
Fixed via 
```
codespell -q 3 -L aci,ake,aline,alle,alledges,alocation,als,ang,anid,ba,beginn,behaviour,bloaded,byteorder,calculater,cancelled,cancelling,cas,cascade,centimetre,childs,colour,colours,commen,currenty,dof,doubleclick,dum,eiter,elemente,feld,freez,hist,iff,indicies,initialisation,initialise,initialised,initialises,initialisiert,ist,kilometre,lod,mantatory,methode,metres,millimetre,modell,nd,noe,normale,normaly,nto,numer,oder,orgin,orginx,orginy,ot,pard,pres,programm,que,recurrance,rougly,seperator,serie,sinc,strack,substraction,te,thist,thru,tread,uint,unter,vertexes,wallthickness,whitespaces -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller,./src/Doc/FreeCAD.uml
```
2019-12-17 15:13:48 -03:00
asapelkin
e951094af9 use emplace_back instead of push_back where justified 2019-11-21 14:48:09 +01:00
wmayer
71dae0e639 handle some more warnings: -Wkeyword-macro -Wdeprecated-declarations -Wextra-semi 2019-11-18 11:56:08 +01:00
wmayer
a85ce1976c add method to get wires of mesh boundaries 2019-11-10 11:14:04 +01:00
wmayer
a247b7e6a5 force strict ISO C++ (-Wpedantic)
for Drawing, Image, Inspection, Mesh, MeshPart, Part, Path, Points, Raytracing, ReverseEngineering, Spreadsheet, Start, Surface, Web

TODO: fix several -Woverflow in area
2019-09-18 11:32:42 +02:00
wmayer
9f7075bb8f extend convertTo function to also support SbRotation/Base::Rotation 2019-09-06 21:29:51 +02:00
wmayer
9152ca7250 for standard meshing algorithm copy color from face to segment 2019-07-04 16:57:08 +02:00
wmayer
115ff0191e improve projection of points onto mesh 2019-06-27 19:27:47 +02:00
wmayer
c1d9087d09 add method to project points on mesh 2019-06-26 16:57:14 +02:00
wmayer
fbafd698ae determine edge parameters where curve point will be projected onto a mesh edge 2019-06-11 13:25:52 +02:00
wmayer
f8b715aa7c extend MeshPart.projectShapeOnMesh to allow list of points for projection, support keywords 2019-06-08 14:19:29 +02:00
lo
9369816f3c cmake: add option to disable linking of python extension modules to python-libraries 2019-05-24 14:37:33 +02:00
wmayer
b17a784e32 generate minumum number of points from an edge 2019-05-19 19:07:45 +02:00
wmayer
c60658f3f9 add method to project shape on mesh 2019-05-14 15:21:08 +02:00
wmayer
ae1723b946 add method to project shape on mesh 2019-05-12 22:56:23 +02:00
wmayer
f999709e11 fix gcc build failure 2019-05-11 15:27:33 +02:00
wmayer
012698b38a do some code refactoring 2019-05-11 15:14:04 +02:00
wmayer
9d80db2793 Replace Base::Exception with appropriate subclass 2018-11-14 17:23:48 +01:00
wmayer
104595d37d CMP0050: make MeshPart module aware of cmake policy 2018-08-20 17:45:15 +02:00
wmayer
e31cac568e revert changes of SMESH_Gen class interface of bundled SMESH 2018-08-18 16:13:10 +02:00
looooo
83dd39b4ce small flatmesh fix 2018-06-08 16:08:31 +02:00
luz.paz
6e64b4f75d Misc. typos 2018-05-19 12:06:34 -04:00
wmayer
983f2472a8 more fixes for flatmesh
+ fix gcc warning
+ add conversion function for boost.python
+ switch build off by default due to travis build failure for Py3
2018-04-29 14:50:41 +02:00
wmayer
2fcc354461 fix several warnings:
-Winconsistent-missing-override
-Wsign-compare
-Wmaybe-uninitialized
-Wmissing-braces
2018-04-29 13:28:36 +02:00
wmayer
a83d0e6121 support occ version < 7.0 for mesh flattening 2018-04-29 11:38:15 +02:00
wmayer
d1c0c431ba include missing headers due to updated occ version 2018-04-29 08:39:53 +02:00
wmayer
6aeab22842 add switch to toggle building of flat mesh module 2018-04-29 00:03:05 +02:00
wmayer
77a6470107 implement optional Python binding for flatmesh using boost 2018-04-28 22:27:09 +02:00
wmayer
3affc2da9d make sure MeshPart still builds without smesh 2018-04-28 15:33:41 +02:00
wmayer
68cc427b00 Improve handling of external smesh
+ add SMESH_version.h.cmake to set full version number instead of using compiler define
+ do not set include path of smesh globally
+ do not set library path of smesh globally
+ do not set HAVE_NETGEN define globally
+ improve using debug and release libs of smesh for MSVC
2018-04-28 12:10:55 +02:00
looooo
547cc9f36c external smesh: use version info
for precompiler conditionals
2018-04-28 12:05:30 +02:00
looooo
21cdc9ea4a port to smesh 8.3
using #ifdef EXTERNAL_SMESH for the diff
2018-04-28 12:05:30 +02:00
looooo
48f5be7328 flatmesh: missing include
+ do not show flatmesh-gui if flatmesh is not available
2018-04-27 09:12:41 +02:00
luz.paz
505488c4f9 Misc. typos
Found via `codespell`
2018-04-25 09:41:33 -03:00
looooo
c518744e39 cmake stuff 2018-04-23 09:56:23 +02:00
looooo
37fb72e508 nullspace 2018-04-23 09:56:23 +02:00
lo
08b329c9b5 add area relaxing method:
not yet working
2018-04-23 09:56:23 +02:00
lo
8188705821 add edge relaxing method 2018-04-23 09:56:23 +02:00
looooo
18b6544883 win: pybind11: workaround for strdup 2018-04-23 09:56:23 +02:00
looooo
d8d79c908e win fixes + pybind11 improvementS 2018-04-23 09:56:23 +02:00
looooo
74cd8706a0 MeshFlattening: fixes for windows 2018-04-23 09:56:23 +02:00
looooo
76b66159b3 MeshFlattening: add function to unwrap face 2018-04-23 09:56:23 +02:00
looooo
2329ac38e8 MeshFlattening: add function to unwrap mesh 2018-04-23 09:56:23 +02:00
looooo
e1247dcb48 MeshFlattener: boundary extractor 2018-04-23 09:56:23 +02:00
looooo
ce33e2dbe2 MeshFlattening: initial commit 2018-04-23 09:56:23 +02:00