Forum Message

 

 

We have moved the forum to https://forum.ngsolve.org . This is an archived version of the topics until 05/05/23. All the topics were moved to the new forum and conversations can be continued there. This forum is just kept as legacy to not invalidate old links. If you want to continue a conversation just look for the topic in the new forum.

Notice

The forum is in read only mode.

Specify camera angle

More
6 years 5 months ago #274 by schneitz
Dear all,
I created a geometry in Netgen and want to save the displayed geometry under a certain camera angle.
Is it possible to specify the camera angle maybe in python and then save the displayed geometry?

I would be thankful for any advise.

Best regards
Konrad
More
6 years 5 months ago #275 by matthiash
Replied by matthiash on topic Specify camera angle
Dear Konrad,

Thanks for the hint. It is currently not possible to set the camera options directly. However, we just added new functions to ngsolve.internal to simulate the mouse movements.
In case you can't/don't want to update NGSolve immediately, here is the code .
Note that there is also a snapshot function in ngsolve.internal.
More
6 years 5 months ago #276 by schneitz
Replied by schneitz on topic Specify camera angle
Dear Matthias,
thank you very much for the fast response. I would like to use the suggested solution.
However I am not quite sure how to add the new function to ngsolve.internal or how to update NGSolve.
Currently the snapshot function is also not working. It is perhaps not included in my current ngsolve version.
Could you give me a short hint how to update the software?

As a side info:
I followed the Ubuntu install instructions but never got the:
WARNING: The following packages cannot be authenticated!
Command.
Best regards
Konrad
More
6 years 5 months ago - 6 years 5 months ago #277 by matthiash
Replied by matthiash on topic Specify camera angle
Yes, both features are not yet in the current release.

To use the functions now you can just put the code shown above anywhere in your Python script. Another possibility is to download download internal.py from here and overwrite the file in your installation.

You get the path of your installed file by running this Python code
Code:
import ngsolve.internal print(ngsolve.internal.__file__)

Best regards,
Matthias
Last edit: 6 years 5 months ago by matthiash.
More
6 years 5 months ago #279 by schneitz
Replied by schneitz on topic Specify camera angle
Hey Matthias,
thanks again for your quick response. I tried both of your suggestions but neither of them worked. I got the following error-message:
Code:
*** Error in `python3.5': free(): invalid pointer: 0x0000000002b53330 *** ======= Backtrace: ========= /lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7fb3b77e87e5] /lib/x86_64-linux-gnu/libc.so.6(+0x8037a)[0x7fb3b77f137a] /lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7fb3b77f553c] /usr/lib/python3/dist-packages/netgen/../../../netgen/libcsg.so(_ZN6netgen5SolidD1Ev+0x16)[0x7fb3b321c676] /usr/lib/python3/dist-packages/netgen/../../../netgen/libcsg.so(_ZN6netgen5SolidD1Ev+0x7b)[0x7fb3b321c6db] /usr/lib/python3/dist-packages/netgen/../../../netgen/libcsg.so(_ZN6netgen5SolidD1Ev+0x5a)[0x7fb3b321c6ba] /usr/lib/python3/dist-packages/netgen/../../../netgen/libcsg.so(_ZN6netgen10CSGeometry5CleanEv+0xe1)[0x7fb3b31d59b1] /usr/lib/python3/dist-packages/netgen/../../../netgen/libcsg.so(_ZN6netgen10CSGeometryD1Ev+0x1e)[0x7fb3b31d611e] /usr/lib/python3/dist-packages/netgen/../../../netgen/libcsg.so(_ZN6netgen10CSGeometryD0Ev+0x9)[0x7fb3b31d6439] /usr/lib/python3/dist-packages/netgen/../../../netgen/libmesh.so(_ZNSt10shared_ptrIN6netgen14NetgenGeometryEED1Ev+0xa5)[0x7fb3b2d89cf5] /lib/x86_64-linux-gnu/libc.so.6(+0x39ff8)[0x7fb3b77aaff8] /lib/x86_64-linux-gnu/libc.so.6(+0x3a045)[0x7fb3b77ab045] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf7)[0x7fb3b7791837] python3.5(_start+0x29)[0x5d6049] ======= Memory map: ======== 00400000-007a9000 r-xp 00000000 08:05 52692921 /usr/bin/python3.5 009a9000-009ab000 r--p 003a9000 08:05 52692921 /usr/bin/python3.5 009ab000-00a42000 rw-p 003ab000 08:05 52692921 /usr/bin/python3.5 00a42000-00a73000 rw-p 00000000 00:00 0 027ce000-0320a000 rw-p 00000000 00:00 0 [heap] 7fb390000000-7fb390021000 rw-p 00000000 00:00 0 7fb390021000-7fb394000000 ---p 00000000 00:00 0 7fb397132000-7fb397734000 rw-p 00000000 00:00 0 7fb397af9000-7fb397bda000 rw-p 00000000 00:00 0 7fb39874c000-7fb398828000 r-xp 00000000 08:05 55588661 /usr/lib/netgen/libngstd.so 7fb398828000-7fb398a28000 ---p 000dc000 08:05 55588661 /usr/lib/netgen/libngstd.so 7fb398a28000-7fb398a30000 r--p 000dc000 08:05 55588661 /usr/lib/netgen/libngstd.so 7fb398a30000-7fb398a45000 rw-p 000e4000 08:05 55588661 /usr/lib/netgen/libngstd.so 7fb398a45000-7fb39ee8b000 rw-p 00000000 00:00 0 7fb39ee8b000-7fb3a0b45000 r-xp 00000000 08:05 55588650 /usr/lib/netgen/libngbla.so 7fb3a0b45000-7fb3a0d45000 ---p 01cba000 08:05 55588650 /usr/lib/netgen/libngbla.so 7fb3a0d45000-7fb3a0d4c000 r--p 01cba000 08:05 55588650 /usr/lib/netgen/libngbla.so 7fb3a0d4c000-7fb3a0d53000 rw-p 01cc1000 08:05 55588650 /usr/lib/netgen/libngbla.so 7fb3a0d53000-7fb3a0d54000 rw-p 00000000 00:00 0 7fb3a0d54000-7fb3a56c2000 r-xp 00000000 08:05 55588658 /usr/lib/netgen/libngla.so 7fb3a56c2000-7fb3a58c1000 ---p 0496e000 08:05 55588658 /usr/lib/netgen/libngla.so 7fb3a58c1000-7fb3a592b000 r--p 0496d000 08:05 55588658 /usr/lib/netgen/libngla.so 7fb3a592b000-7fb3a5938000 rw-p 049d7000 08:05 55588658 /usr/lib/netgen/libngla.so 7fb3a5938000-7fb3a593e000 rw-p 00000000 00:00 0 7fb3a593e000-7fb3a6891000 r-xp 00000000 08:05 55588652 /usr/lib/netgen/libngfem.so 7fb3a6891000-7fb3a6a90000 ---p 00f53000 08:05 55588652 /usr/lib/netgen/libngfem.so 7fb3a6a90000-7fb3a6ad4000 r--p 00f52000 08:05 55588652 /usr/lib/netgen/libngfem.so 7fb3a6ad4000-7fb3a6ada000 rw-p 00f96000 08:05 55588652 /usr/lib/netgen/libngfem.so 7fb3a6ada000-7fb3a6b6d000 rw-p 00000000 00:00 0 7fb3a6b6d000-7fb3a72fd000 r-xp 00000000 08:05 55588651 /usr/lib/netgen/libngcomp.so 7fb3a72fd000-7fb3a74fd000 ---p 00790000 08:05 55588651 /usr/lib/netgen/libngcomp.so 7fb3a74fd000-7fb3a7543000 r--p 00790000 08:05 55588651 /usr/lib/netgen/libngcomp.so 7fb3a7543000-7fb3a7548000 rw-p 007d6000 08:05 55588651 /usr/lib/netgen/libngcomp.so 7fb3a7548000-7fb3a754a000 rw-p 00000000 00:00 0 7fb3a754a000-7fb3a7668000 r-xp 00000000 08:05 55588664 /usr/lib/netgen/libsolve.so 7fb3a7668000-7fb3a7868000 ---p 0011e000 08:05 55588664 /usr/lib/netgen/libsolve.so 7fb3a7868000-7fb3a7877000 r--p 0011e000 08:05 55588664 /usr/lib/netgen/libsolve.so 7fb3a7877000-7fb3a788c000 rw-p 0012d000 08:05 55588664 /usr/lib/netgen/libsolve.so 7fb3a788c000-7fb3a78d2000 rw-p 00000000 00:00 0 7fb3a78d2000-7fb3a78e6000 r-xp 00000000 08:05 55588684 /usr/lib/python3/dist-packages/ngsolve/ngslib.so 7fb3a78e6000-7fb3a7ae5000 ---p 00014000 08:05 55588684 /usr/lib/python3/dist-packages/ngsolve/ngslib.so 7fb3a7ae5000-7fb3a7ae6000 r--p 00013000 08:05 55588684 /usr/lib/python3/dist-packages/ngsolve/ngslib.so 7fb3a7ae6000-7fb3a7ae7000 rw-p 00014000 08:05 55588684 /usr/lib/python3/dist-packages/ngsolve/ngslib.so 7fb3a7ae7000-7fb3a7b27000 rw-p 00000000 00:00 0 7fb3a7b27000-7fb3a7b2c000 r-xp 00000000 08:05 52692901 /usr/lib/x86_64-linux-gnu/libIlmThread-2_2.so.12.0.0 7fb3a7b2c000-7fb3a7d2c000 ---p 00005000 08:05 52692901 /usr/lib/x86_64-linux-gnu/libIlmThread-2_2.so.12.0.0 7fb3a7d2c000-7fb3a7d2d000 r--p 00005000 08:05 52692901 /usr/lib/x86_64-linux-gnu/libIlmThread-2_2.so.12.0.0 7fb3a7d2d000-7fb3a7d2e000 rw-p 00006000 08:05 52692901 /usr/lib/x86_64-linux-gnu/libIlmThread-2_2.so.12.0.0 7fb3a7d2e000-7fb3a7d39000 r-xp 00000000 08:05 52691333 /usr/lib/x86_64-linux-gnu/libjbig.so.0 7fb3a7d39000-7fb3a7f38000 ---p 0000b000 08:05 52691333 /usr/lib/x86_64-linux-gnu/libjbig.so.0 7fb3a7f38000-7fb3a7f39000 r--p 0000a000 08:05 52691333 /usr/lib/x86_64-linux-gnu/libjbig.so.0 7fb3a7f39000-7fb3a7f3c000 rw-p 0000b000 08:05 52691333 /usr/lib/x86_64-linux-gnu/libjbig.so.0 7fb3a7f3c000-7fb3a7f5d000 r-xp 00000000 08:05 3149741 /lib/x86_64-linux-gnu/liblzma.so.5.0.0 7fb3a7f5d000-7fb3a815c000 ---p 00021000 08:05 3149741 /lib/x86_64-linux-gnu/liblzma.so.5.0.0 7fb3a815c000-7fb3a815d000 r--p 00020000 08:05 3149741 /lib/x86_64-linux-gnu/liblzma.so.5.0.0 7fb3a815d000-7fb3a815e000 rw-p 00021000 08:05 3149741 /lib/x86_64-linux-gnu/liblzma.so.5.0.0 7fb3a815e000-7fb3a817f000 r-xp 00000000 08:05 52691766 /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0 7fb3a817f000-7fb3a837e000 ---p 00021000 08:05 52691766 /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0 7fb3a837e000-7fb3a837f000 r--p 00020000 08:05 52691766 /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0 7fb3a837f000-7fb3a8380000 rw-p 00021000 08:05 52691766 /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0 7fb3a8380000-7fb3a83d2000 r-xp 00000000 08:05 52692124 /usr/lib/x86_64-linux-gnu/liblcms2.so.2.0.6 7fb3a83d2000-7fb3a85d1000 ---p 00052000 08:05 52692124 /usr/lib/x86_64-linux-gnu/liblcms2.so.2.0.6 7fb3a85d1000-7fb3a85d2000 r--p 00051000 08:05 52692124 /usr/lib/x86_64-linux-gnu/liblcms2.so.2.0.6 7fb3a85d2000-7fb3a85d6000 rw-p 00052000 08:05 52692124 /usr/lib/x86_64-linux-gnu/liblcms2.so.2.0.6 7fb3a85d6000-7fb3a85d7000 rw-p 00000000 00:00 0 7fb3a85d7000-7fb3a8621000 r-xp 00000000 08:05 52700290 /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0 7fb3a8621000-7fb3a8820000 ---p 0004a000 08:05 52700290 /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0 7fb3a8820000-7fb3a8821000 r--p 00049000 08:05 52700290 /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0 7fb3a8821000-7fb3a8825000 rw-p 0004a000 08:05 52700290 /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0 7fb3a8825000-7fb3a882c000 rw-p 00000000 00:00 0 7fb3a882c000-7fb3a885f000 r-xp 00000000 08:05 52691744 /usr/lib/x86_64-linux-gnu/libjpegxr.so.1.1 7fb3a885f000-7fb3a8a5e000 ---p 00033000 08:05 52691744 /usr/lib/x86_64-linux-gnu/libjpegxr.so.1.1 7fb3a8a5e000-7fb3a8a5f000 r--p 00032000 08:05 52691744 /usr/lib/x86_64-linux-gnu/libjpegxr.so.1.1 7fb3a8a5f000-7fb3a8a60000 rw-p 00033000 08:05 52691744 /usr/lib/x86_64-linux-gnu/libjpegxr.so.1.1 7fb3a8a60000-7fb3a8a7b000 r-xp 00000000 08:05 52692900 /usr/lib/x86_64-linux-gnu/libIex-2_2.so.12.0.0 7fb3a8a7b000-7fb3a8c7a000 ---p 0001b000 08:05 52692900 /usr/lib/x86_64-linux-gnu/libIex-2_2.so.12.0.0 7fb3a8c7a000-7fb3a8c7d000 r--p 0001a000 08:05 52692900 /usr/lib/x86_64-linux-gnu/libIex-2_2.so.12.0.0 7fb3a8c7d000-7fb3a8c7e000 rw-p 0001d000 08:05 52692900 /usr/lib/x86_64-linux-gnu/libIex-2_2.so.12.0.0 7fb3a8c7e000-7fb3a8cc0000 r-xp 00000000 08:05 52692899 /usr/lib/x86_64-linux-gnu/libHalf.so.12.0.0 7fb3a8cc0000-7fb3a8ebf000 ---p 00042000 08:05 52692899 /usr/lib/x86_64-linux-gnu/libHalf.so.12.0.0 7fb3a8ebf000-7fb3a8ec0000 r--p 00041000 08:05 52692899 /usr/lib/x86_64-linux-gnu/libHalf.so.12.0.0 7fb3a8ec0000-7fb3a8ec1000 rw-p 00042000 08:05 52692899 /usr/lib/x86_64-linux-gnu/libHalf.so.12.0.0 7fb3a8ec1000-7fb3a908b000 r-xp 00000000 08:05 52692907 /usr/lib/x86_64-linux-gnu/libIlmImf-2_2.so.22.0.0 7fb3a908b000-7fb3a928a000 ---p 001ca000 08:05 52692907 /usr/lib/x86_64-linux-gnu/libIlmImf-2_2.so.22.0.0 7fb3a928a000-7fb3a928d000 r--p 001c9000 08:05 52692907 /usr/lib/x86_64-linux-gnu/libIlmImf-2_2.so.22.0.0 7fb3a928d000-7fb3a938e000 rw-p 001cc000 08:05 52692907 /usr/lib/x86_64-linux-gnu/libIlmImf-2_2.so.22.0.0 7fb3a938e000-7fb3a938f000 rw-p 00000000 00:00 0 7fb3a938f000-7fb3a93e8000 r-xp 00000000 08:05 52693127 /usr/lib/x86_64-linux-gnu/libwebp.so.5.0.4 7fb3a93e8000-7fb3a95e8000 ---p 00059000 08:05 52693127 /usr/lib/x86_64-linux-gnu/libwebp.so.5.0.4 7fb3a95e8000-7fb3a95e9000 r--p 00059000 08:05 52693127 /usr/lib/x86_64-linux-gnu/libwebp.so.5.0.4 7fb3a95e9000-7fb3a95eb000 rw-p 0005a000 08:05 52693127 /usr/lib/x86_64-linux-gnu/libwebp.so.5.0.4 7fb3a95eb000-7fb3a95f1000 r-xp 00000000 08:05 52691461 /usr/lib/x86_64-linux-gnu/libwebpmux.so.1.0.2 7fb3a95f1000-7fb3a97f0000 ---p 00006000 08:05 52691461 /usr/lib/x86_64-linux-gnu/libwebpmux.so.1.0.2 7fb3a97f0000-7fb3a97f1000 r--p 00005000 08:05 52691461 /usr/lib/x86_64-linux-gnu/libwebpmux.so.1.0.2 7fb3a97f1000-7fb3a97f2000 rw-p 00006000 08:05 52691461 /usr/lib/x86_64-linux-gnu/libwebpmux.so.1.0.2 7fb3a97f2000-7fb3a9862000 r-xp 00000000 08:05 52692794 /usr/lib/x86_64-linux-gnu/libtiff.so.5.2.4 7fb3a9862000-7fb3a9a62000 ---p 00070000 08:05 52692794 /usr/lib/x86_64-linux-gnu/libtiff.so.5.2.4 7fb3a9a62000-7fb3a9a63000 r--p 00070000 08:05 52692794 /usr/lib/x86_64-linux-gnu/libtiff.so.5.2.4 7fb3a9a63000-7fb3a9a66000 rw-p 00071000 08:05 52692794 /usr/lib/x86_64-linux-gnu/libtiff.so.5.2.4 7fb3a9a66000-7fb3a9ada000 r-xp 00000000 08:05 52692709 /usr/lib/x86_64-linux-gnu/libraw.so.15.0.0 7fb3a9ada000-7fb3a9cda000 ---p 00074000 08:05 52692709 /usr/lib/x86_64-linux-gnu/libraw.so.15.0.0 7fb3a9cda000-7fb3a9ce3000 r--p 00074000 08:05 52692709 /usr/lib/x86_64-linux-gnu/libraw.so.15.0.0 7fb3a9ce3000-7fb3a9d26000 rw-p 0007d000 08:05 52692709 /usr/lib/x86_64-linux-gnu/libraw.so.15.0.0 7fb3a9d26000-7fb3a9d5c000 r-xp 00000000 08:05 52694226 /usr/lib/x86_64-linux-gnu/libopenjp2.so.2.1.0 7fb3a9d5c000-7fb3a9f5b000 ---p 00036000 08:05 52694226 /usr/lib/x86_64-linux-gnu/libopenjp2.so.2.1.0 7fb3a9f5b000-7fb3a9f5c000 r--p 00035000 08:05 52694226 /usr/lib/x86_64-linux-gnu/libopenjp2.so.2.1.0 7fb3a9f5c000-7fb3a9f5d000 rw-p 00036000 08:05 52694226 /usr/lib/x86_64-linux-gnu/libopenjp2.so.2.1.0 7fb3a9f5d000-7fb3a9fb4000 r-xp 00000000 08:05 52698926 /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2 7fb3a9fb4000-7fb3aa1b4000 ---p 00057000 08:05 52698926 /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2 7fb3aa1b4000-7fb3aa1b5000 r--p 00057000 08:05 52698926 /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2 7fb3aa1b5000-7fb3aa1b6000 rw-p 00058000 08:05 52698926 /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2 7fb3aa1b6000-7fb3aa1d4000 r-xp 00000000 08:05 52691673 /usr/lib/x86_64-linux-gnu/libjxrglue.so.1.1 7fb3aa1d4000-7fb3aa3d3000 ---p 0001e000 08:05 52691673 /usr/lib/x86_64-linux-gnu/libjxrglue.so.1.1 7fb3aa3d3000-7fb3aa3d5000 r--p 0001d000 08:05 52691673 /usr/lib/x86_64-linux-gnu/libjxrglue.so.1.1 7fb3aa3d5000-7fb3aa3d6000 rw-p 0001f000 08:05 52691673 /usr/lib/x86_64-linux-gnu/libjxrglue.so.1.1 7fb3aa3d6000-7fb3aa3d7000 rw-p 00000000 00:00 0 7fb3aa3d7000-7fb3aa47d000 r-xp 00000000 08:05 52699169 /usr/lib/x86_64-linux-gnu/libfreeimage-3.17.0.so 7fb3aa47d000-7fb3aa67d000 ---p 000a6000 08:05 52699169 /usr/lib/x86_64-linux-gnu/libfreeimage-3.17.0.so 7fb3aa67d000-7fb3aa67f000 r--p 000a6000 08:05 52699169 /usr/lib/x86_64-linux-gnu/libfreeimage-3.17.0.so 7fb3aa67f000-7fb3aa689000 rw-p 000a8000 08:05 52699169 /usr/lib/x86_64-linux-gnu/libfreeimage-3.17.0.so 7fb3aa689000-7fb3aa68a000 rw-p 00000000 00:00 0 7fb3aa68a000-7fb3aa7a5000 r-xp 00000000 08:05 52696377 /usr/lib/x86_64-linux-gnu/libTKHLR.so.10.0.0 7fb3aa7a5000-7fb3aa9a4000 ---p 0011b000 08:05 52696377 /usr/lib/x86_64-linux-gnu/libTKHLR.so.10.0.0 7fb3aa9a4000-7fb3aa9a7000 r--p 0011a000 08:05 52696377 /usr/lib/x86_64-linux-gnu/libTKHLR.so.10.0.0 7fb3aa9a7000-7fb3aa9a9000 rw-p 0011d000 08:05 52696377 /usr/lib/x86_64-linux-gnu/libTKHLR.so.10.0.0 7fb3aa9a9000-7fb3aa9aa000 rw-p 00000000 00:00 0 7fb3aa9aa000-7fb3aa9f7000 r-xp 00000000 08:05 52699181 /usr/lib/x86_64-linux-gnu/libTKService.so.10.0.0 7fb3aa9f7000-7fb3aabf7000 ---p 0004d000 08:05 52699181 /usr/lib/x86_64-linux-gnu/libTKService.so.10.0.0 7fb3aabf7000-7fb3aabf9000 r--p 0004d000 08:05 52699181 /usr/lib/x86_64-linux-gnu/libTKService.so.10.0.0 7fb3aabf9000-7fb3aabfa000 rw-p 0004f000 08:05 52699181 /usr/lib/x86_64-linux-gnu/libTKService.so.10.0.0 7fb3aabfa000-7fb3aabfb000 rw-p 00000000 00:00 0 7fb3aabfb000-7fb3aaef7000 r-xp 00000000 08:05 52699178 /usr/lib/x86_64-linux-gnu/libTKV3d.so.10.0.0 7fb3aaef7000-7fb3ab0f6000 ---p 002fc000 08:05 52699178 /usr/lib/x86_64-linux-gnu/libTKV3d.so.10.0.0 7fb3ab0f6000-7fb3ab103000 r--p 002fb000 08:05 52699178 /usr/lib/x86_64-linux-gnu/libTKV3d.so.10.0.0 7fb3ab103000-7fb3ab105000 rw-p 00308000 08:05 52699178 /usr/lib/x86_64-linux-gnu/libTKV3d.so.10.0.0 7fb3ab105000-7fb3ab10b000 rw-p 00000000 00:00 0 7fb3ab10b000-7fb3ab1b0000 r-xp 00000000 08:05 52699707 /usr/lib/x86_64-linux-gnu/libTKCAF.so.10.0.0 7fb3ab1b0000-7fb3ab3af000 ---p 000a5000 08:05 52699707 /usr/lib/x86_64-linux-gnu/libTKCAF.so.10.0.0 7fb3ab3af000-7fb3ab3b3000 r--p 000a4000 08:05 52699707 /usr/lib/x86_64-linux-gnu/libTKCAF.so.10.0.0 7fb3ab3b3000-7fb3ab3b4000 rw-p 000a8000 08:05 52699707 /usr/lib/x86_64-linux-gnu/libTKCAF.so.10.0.0 7fb3ab3b4000-7fb3ab3b5000 rw-p 00000000 00:00 0 7fb3ab3b5000-7fb3ab468000 r-xp 00000000 08:05 52695236 /usr/lib/x86_64-linux-gnu/libTKSTEP209.so.10.0.0 7fb3ab468000-7fb3ab668000 ---p 000b3000 08:05 52695236 /usr/lib/x86_64-linux-gnu/libTKSTEP209.so.10.0.0 7fb3ab668000-7fb3ab66c000 r--p 000b3000 08:05 52695236 /usr/lib/x86_64-linux-gnu/libTKSTEP209.so.10.0.0 7fb3ab66c000-7fb3ab66d000 rw-p 000b7000 08:05 52695236 /usr/lib/x86_64-linux-gnu/libTKSTEP209.so.10.0.0 7fb3ab66d000-7fb3ab66f000 rw-p 00000000 00:00 0 7fb3ab66f000-7fb3ab70a000 r-xp 00000000 08:05 52695048 /usr/lib/x86_64-linux-gnu/libTKSTEPAttr.so.10.0.0 7fb3ab70a000-7fb3ab90a000 ---p 0009b000 08:05 52695048 /usr/lib/x86_64-linux-gnu/libTKSTEPAttr.so.10.0.0 7fb3ab90a000-7fb3ab90e000 r--p 0009b000 08:05 52695048 /usr/lib/x86_64-linux-gnu/libTKSTEPAttr.so.10.0.0 7fb3ab90e000-7fb3ab90f000 rw-p 0009f000 08:05 52695048 /usr/lib/x86_64-linux-gnu/libTKSTEPAttr.so.10.0.0 7fb3ab90f000-7fb3ab911000 rw-p 00000000 00:00 0 7fb3ab911000-7fb3ab967000 r-xp 00000000 08:05 52699108 /usr/lib/x86_64-linux-gnu/libTKCDF.so.10.0.0 7fb3ab967000-7fb3abb67000 ---p 00056000 08:05 52699108 /usr/lib/x86_64-linux-gnu/libTKCDF.so.10.0.0 7fb3abb67000-7fb3abb69000 r--p 00056000 08:05 52699108 /usr/lib/x86_64-linux-gnu/libTKCDF.so.10.0.0 7fb3abb69000-7fb3abb6a000 rw-p 00058000 08:05 52699108 /usr/lib/x86_64-linux-gnu/libTKCDF.so.10.0.0 7fb3abb6a000-7fb3abb6b000 rw-p 00000000 00:00 0 7fb3abb6b000-7fb3abbba000 r-xp 00000000 08:05 52695372 /usr/lib/x86_64-linux-gnu/libTKPrim.so.10.0.0 7fb3abbba000-7fb3abdb9000 ---p 0004f000 08:05 52695372 /usr/lib/x86_64-linux-gnu/libTKPrim.so.10.0.0 7fb3abdb9000-7fb3abdbb000 r--p 0004e000 08:05 52695372 /usr/lib/x86_64-linux-gnu/libTKPrim.so.10.0.0 7fb3abdbb000-7fb3abdbc000 rw-p 00050000 08:05 52695372 /usr/lib/x86_64-linux-gnu/libTKPrim.so.10.0.0 7fb3abdbc000-7fb3abf78000 r-xp 00000000 08:05 52695050 /usr/lib/x86_64-linux-gnu/libTKBO.so.10.0.0 7fb3abf78000-7fb3ac177000 ---p 001bc000 08:05 52695050 /usr/lib/x86_64-linux-gnu/libTKBO.so.10.0.0 7fb3ac177000-7fb3ac17b000 r--p 001bb000 08:05 52695050 /usr/lib/x86_64-linux-gnu/libTKBO.so.10.0.0 7fb3ac17b000-7fb3ac17d000 rw-p 001bf000 08:05 52695050 /usr/lib/x86_64-linux-gnu/libTKBO.so.10.0.0 7fb3ac17d000-7fb3ac237000 r-xp 00000000 08:05 52702210 /usr/lib/nvidia-370/libGLdispatch.so.0 7fb3ac237000-7fb3ac437000 ---p 000ba000 08:05 52702210 /usr/lib/nvidia-370/libGLdispatch.so.0 7fb3ac437000-7fb3ac446000 rw-p 000ba000 08:05 52702210 /usr/lib/nvidia-370/libGLdispatch.so.0 7fb3ac446000-7fb3ac466000 rw-p 00000000 00:00 0 7fb3ac466000-7fb3ac476000 r-xp 00000000 08:05 52702212 /usr/lib/nvidia-370/libGLX.so.0 7fb3ac476000-7fb3ac675000 ---p 00010000 08:05 52702212 /usr/lib/nvidia-370/libGLX.so.0 7fb3ac675000-7fb3ac676000 rw-p 0000f000 08:05 52702212 /usr/lib/nvidia-370/libGLX.so.0 7fb3ac676000-7fb3ac696000 rw-p 00000000 00:00 0 7fb3ac696000-7fb3ac8d3000 r-xp 00000000 08:05 52695512 /usr/lib/x86_64-linux-gnu/libTKXSBase.so.10.0.0 7fb3ac8d3000-7fb3acad3000 ---p 0023d000 08:05 52695512 /usr/lib/x86_64-linux-gnu/libTKXSBase.so.10.0.0 7fb3acad3000-7fb3acadb000 r--p 0023d000 08:05 52695512 /usr/lib/x86_64-linux-gnu/libTKXSBase.so.10.0.0 7fb3acadb000-7fb3acadd000 rw-p 00245000 08:05 52695512 /usr/lib/x86_64-linux-gnu/libTKXSBase.so.10.0.0 7fb3acadd000-7fb3acae2000 rw-p 00000000 00:00 0 7fb3acae2000-7fb3acb35000 r-xp 00000000 08:05 52699614 /usr/lib/x86_64-linux-gnu/libTKXDESTEP.so.10.0.0 7fb3acb35000-7fb3acd35000 ---p 00053000 08:05 52699614 /usr/lib/x86_64-linux-gnu/libTKXDESTEP.so.10.0.0 7fb3acd35000-7fb3acd36000 r--p 00053000 08:05 52699614 /usr/lib/x86_64-linux-gnu/libTKXDESTEP.so.10.0.0 7fb3acd36000-7fb3acd38000 rw-p 00054000 08:05 52699614 /usr/lib/x86_64-linux-gnu/libTKXDESTEP.so.10.0.0 7fb3acd38000-7fb3acd46000 r-xp 00000000 08:05 52699230 /usr/lib/x86_64-linux-gnu/libTKXDEIGES.so.10.0.0 7fb3acd46000-7fb3acf45000 ---p 0000e000 08:05 52699230 /usr/lib/x86_64-linux-gnu/libTKXDEIGES.so.10.0.0 7fb3acf45000-7fb3acf46000 r--p 0000d000 08:05 52699230 /usr/lib/x86_64-linux-gnu/libTKXDEIGES.so.10.0.0 7fb3acf46000-7fb3acf47000 rw-p 0000e000 08:05 52699230 /usr/lib/x86_64-linux-gnu/libTKXDEIGES.so.10.0.0 7fb3acf47000-7fb3acf90000 r-xp 00000000 08:05 52699215 /usr/lib/x86_64-linux-gnu/libTKXCAF.so.10.0.0 7fb3acf90000-7fb3ad190000 ---p 00049000 08:05 52699215 /usr/lib/x86_64-linux-gnu/libTKXCAF.so.10.0.0 7fb3ad190000-7fb3ad192000 r--p 00049000 08:05 52699215 /usr/lib/x86_64-linux-gnu/libTKXCAF.so.10.0.0 7fb3ad192000-7fb3ad193000 rw-p 0004b000 08:05 52699215 /usr/lib/x86_64-linux-gnu/libTKXCAF.so.10.0.0 7fb3ad193000-7fb3ad194000 rw-p 00000000 00:00 0 7fb3ad194000-7fb3ad3dd000 r-xp 00000000 08:05 52696379 /usr/lib/x86_64-linux-gnu/libTKTopAlgo.so.10.0.0 7fb3ad3dd000-7fb3ad5dc000 ---p 00249000 08:05 52696379 /usr/lib/x86_64-linux-gnu/libTKTopAlgo.so.10.0.0 7fb3ad5dc000-7fb3ad5e0000 r--p 00248000 08:05 52696379 /usr/lib/x86_64-linux-gnu/libTKTopAlgo.so.10.0.0 7fb3ad5e0000-7fb3ad5e3000 rw-p 0024c000 08:05 52696379 /usr/lib/x86_64-linux-gnu/libTKTopAlgo.so.10.0.0 7fb3ad5e3000-7fb3ad5f4000 rw-p 00000000 00:00 0 Aborted (core dumped)

Any advise?
More
6 years 5 months ago #280 by matthiash
Replied by matthiash on topic Specify camera angle
In order to use the GUI-Functions, you need to run/load the python script from the Netgen GUI interface.
Time to create page: 0.132 seconds