Mesh node data/information

About the development of the FEM module/workbench.

Moderator: bernd

Post Reply
aszodi95
Posts: 7
Joined: Mon Jun 25, 2018 6:30 am

Mesh node data/information

Post by aszodi95 »

Hi,

I have a geometry that I meshed and I'd like to know the data of the nodes. So can I somehow readout this information from freecad? For example in FEMAP you can do it with -> show tooltips and after this if you take the cursor above of a node a little text box appears and writes that Node:254 x:.... y:... z:...
So can I do the same in FreeCad too?

Thanks in advance!

OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.13522 (Git)
Build type: Release
Branch: releases/FreeCAD-0-17
Hash: 3bb5ff4e70c0c526f2d9dd69b1004155b2f527f2
Python version: 2.7.14
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.2.0
Locale: English/UnitedStates (en_US)
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Mesh node data/information

Post by bernd »

activate the statusline in menue view, move the mouse above the node and watch at the statusline.

Furthermore you could use some lines of python and draft text to write the information directly beside the node. user fandaL posted some month ago some code in this regard.

hope this helps bernd
Post Reply