Documentation for MeshDisplayInfo wiki page

About the development of the FEM module/workbench.

Moderator: bernd

Post Reply
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Documentation for MeshDisplayInfo wiki page

Post by Kunda1 »

Lets give FEM_MeshDisplayInfo some love ?

Any volunteers?
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
NewJoker
Veteran
Posts: 3077
Joined: Sun Oct 11, 2020 7:49 pm

Re: Documentation for MeshDisplayInfo wiki page

Post by NewJoker »

I just added the description to this wiki page :-)
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Documentation for MeshDisplayInfo wiki page

Post by bernd »

btw the python version is

Code: Select all

print(App.ActiveDocument.Box_Mesh.FemMesh)
might be useful to add as well ...
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Documentation for MeshDisplayInfo wiki page

Post by Kunda1 »

bernd wrote: Tue Aug 10, 2021 10:01 am btw the python version is

Code: Select all

print(App.ActiveDocument.Box_Mesh.FemMesh)
might be useful to add as well ...
Like this?
FEM_MeshDisplayInfo#Scripting
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Documentation for MeshDisplayInfo wiki page

Post by bernd »

FEM_MeshDisplayInfo

it makes sense to give the user something to print information from ...
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Documentation for MeshDisplayInfo wiki page

Post by Kunda1 »

bernd wrote: Tue Aug 10, 2021 2:10 pm it makes sense to give the user something to print information from ...
Indeed. +1
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply