Commit Graph

32 Commits

Author SHA1 Message Date
Joachim Schoeberl
e1f7935f0b fixing warnings 2023-08-05 12:01:01 +02:00
Joachim Schoeberl
d429540a47 fix warnings 2023-07-25 23:03:58 +02:00
Matthias Hochsteger
b694b4667a rework build system, separate gui and non-gui code
move fieldlines code to meshing dir

move visualization function pointers to meshing directory

DLL_HEADER -> NGGUI_API in visualization lib

move soldata.hpp to meshing

update occ, no freetype necessary anymore
2022-05-05 14:39:31 +02:00
Joachim Schoeberl
30d708f487 thread-safe CSG crosspoints and edges 2021-06-21 05:22:00 +02:00
Matthias Hochsteger
cb87362f64 Rename Array to NgArray 2019-07-09 10:39:16 +02:00
Matthias Hochsteger
1430b89e39 Update pybind11 to version 2.2.0
- Replace PYBIND11_PLUGIN with PYBIND11_MODULE

- Fix warnings about symbol visibility by replacing
  'namespace pybind11' with 'namespace PYBIND11_NAMESPACE'

- Pybind sets the default visibility of its namespace to 'hidden'
  Thus, our export functions like  ExportCSG(py::module &m) also are
  hidden by default. To work around that define DLL_HEADER
  '__attribute__ ((visibility ("default")))
  on GNUC platforms.
2017-09-01 10:16:56 +02:00
Joachim Schöberl
59dc0b6c6a Array::Append does not return size anymore ( will be changed to last ) 2016-12-11 18:22:07 +01:00
Joachim Schöberl
4c32c2ac25 more use of PointIndex 2016-12-11 12:12:05 +01:00
Matthias Hochsteger
96c1235184 switch from boost::python to pybind11 2016-11-04 12:14:52 +01:00
Matthias
f152c4924e fix for VS2015 Update 3 2016-08-26 14:33:57 +02:00
Matthias Hochsteger
7f23bacbf5 Revert "new Python function SetGeometryObject to allow visualization of Python-generated…"
This reverts commit 50650d91f9
2016-08-25 17:02:37 +02:00
Matthias Hochsteger
50650d91f9 new Python function SetGeometryObject to allow visualization of Python-generated geometries in Netgen GUI 2016-08-25 15:16:45 +02:00
Matthias Hochsteer
b82d89a768 python - set background color 2015-09-01 14:38:57 -04:00
Matthias Hochsteger
cb5c6b477c DLL_HEADER, togl include 2015-01-16 10:29:25 +00:00
Joachim Schoeberl
940b7595a9 remove debug output 2014-10-16 13:53:11 +00:00
Christoph Wintersteiger
139e0e82bf ModuleScope 2014-10-13 10:21:59 +00:00
Joachim Schoeberl
34b90d5254 mesh - vis in py 2014-10-09 17:17:11 +00:00
Christoph Wintersteiger
ffd9f56292 windows fixes 2014-10-08 13:38:13 +00:00
Joachim Schoeberl
42ea36b932 opengl/tcl structure 2014-10-08 12:46:25 +00:00
Joachim Schoeberl
bdc3718499 remove test function 2014-10-07 12:18:28 +00:00
Joachim Schoeberl
ece18134d1 opengl visualization 2014-10-06 20:00:40 +00:00
Matthias Hochsteger
e398e948b6 pyopengl 2014-10-06 16:36:17 +00:00
Joachim Schoeberl
f2f7a27d86 vs-csg 2014-10-06 14:44:06 +00:00
Joachim Schoeberl
c216e3f3ed vis-library 2014-10-06 09:57:44 +00:00
Joachim Schoeberl
4dda85ac90 python, shared ptr 2014-09-25 20:23:31 +00:00
Gerhard Kitzler
affe34d80f changed Autoptr to shared_ptr 2014-09-09 16:16:15 +00:00
Joachim Schoeberl
bfc7e7772f polish 2014-04-28 07:09:39 +00:00
Joachim Schoeberl
725a714bf3 dbl-clk function with point coordinates 2014-02-12 15:13:35 +00:00
Joachim Schoeberl
cb06d775a5 csg - visualization with vertex arrays 2012-06-07 18:49:20 +00:00
Joachim Schoeberl
854b54aa1c strange crashes avoided ??? 2012-06-06 18:26:25 +00:00
Joachim Schoeberl
03f0f97c23 octree box visualization 2011-04-28 18:33:43 +00:00
Joachim Schoeberl
b95acb082c geometry restructuring 2011-01-10 20:18:01 +00:00