FEM MeshDisplayInfo
|
Menu location |
---|
Context menu on mesh object → Display FEM mesh info |
Workbenches |
FEM |
Default shortcut |
None |
Introduced in version |
- |
See also |
FEM tutorial |
Description
Displays basic statistics of existing mesh - number of nodes and elements of each type. Particularly, total number of the following features is shown:
- Nodes,
- Edges,
- Faces,
- Polygons,
- Volumes,
- Polyhedrons,
- Linear edges,
- Linear faces,
- Linear volumes,
- Quadratic edges,
- Quadratic faces,
- Quadratic triangles,
- Quadratic quadrangles,
- Quadratic volumes,
- Quadratic hexahedrons,
- Quadratic tetrahedrons,
- Quadratic prisms,
- Quadratic pyramids.
Usage
- Create finite element mesh first (using one of the available techniques).
- Select the mesh in the Tree view.
- Right click on it and choose the
Display FEM mesh info option.
- To close the FEM Mesh Info window, click OK.
Scripting
# setup some model with a fem mesh to print information from
from femexamples.ccx_cantilever_faceload import setup
setup()
# print the fem mesh information
print(App.ActiveDocument.Mesh.FemMesh)
will output the following result:
>>> print(App.ActiveDocument.Mesh.FemMesh)
========================== Dump contents of mesh ==========================
1) Total number of nodes: 228
2) Total number of edges: 0
3) Total number of faces: 0
4) Total number of polygons: 0
5) Total number of volumes: 79
6) Total number of polyhedrons: 0
7) Total number of linear edges: 0
8) Total number of linear faces: 0
9) Total number of linear volumes: 0
10) Total number of quadratic edges: 0
11) Total number of quadratic faces: 0
12) Total number of quadratic volumes: 79
12.1) Number of quadratic hexahedrons: 0
12.2) Number of quadratic tetrahedrons: 79
12.3) Number of quadratic prisms: 0
12.4) Number of quadratic pyramids: 0
===========================================================================
- Materials: Solid, Fluid, Nonlinear mechanical, Reinforced (concrete); Material editor
- Element geometry: Beam (1D), Beam rotation (1D), Shell (2D), Fluid flow (1D)
Constraints
- Electromagnetic: Electrostatic potential, Current density, Magnetization
- Geometrical: Plane rotation, Section print, Transform
- Mechanical: Fixed, Displacement, Contact, Tie, Spring, Force, Pressure, Centrif, Self weight
- Thermal: Initial temperature, Heat flux, Temperature, Body heat source
- Overwrite Constants: Constant vacuum permittivity
- Solve: CalculiX Standard, Elmer, Mystran, Z88; Equations: Deformation, Elasticity, Electrostatic, Electricforce, Magnetodynamic, Magnetodynamic 2D, Flow, Flux, Heat; Solver: Solver control, Solver run
- Results: Purge, Show; Postprocessing: Apply changes, Pipeline from result, Warp filter, Scalar clip filter, Function cut filter, Region clip filter, Contours filter, Line clip filter, Stress linearization plot, Data at point clip filter, Filter function plane, Filter function sphere, Filter function cylinder, Filter function box
- Additional: Preferences; FEM Install, FEM Mesh, FEM Solver, FEM CalculiX, FEM Concrete; FEM Element Types

- Getting started
- Installation: Download, Windows, Linux, Mac, Additional components, Docker, AppImage, Ubuntu Snap
- Basics: About FreeCAD, Interface, Mouse navigation, Selection methods, Object name, Preferences, Workbenches, Document structure, Properties, Help FreeCAD, Donate
- Help: Tutorials, Video tutorials
- Workbenches: Std Base, Assembly, BIM, CAM, Draft, FEM, Inspection, Material, Mesh, OpenSCAD, Part, PartDesign, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Surface, TechDraw, Test Framework
- Hubs: User hub, Power users hub, Developer hub