FEM PostFilterDataAtPoint: Difference between revisions

From FreeCAD Documentation
m (add interlink)
(update to new behavior)
Line 32: Line 32:
#* Pressing the button {{Button|[[Image:FEM_PostFilterDataAtPoint.svg|16px]] '''Data at point clip filter'''}}.
#* Pressing the button {{Button|[[Image:FEM_PostFilterDataAtPoint.svg|16px]] '''Data at point clip filter'''}}.
#* Using the menu {{MenuCommand|Results → [[Image:FEM_PostFilterDataAtPoint.svg|16px]] Data at point clip filter}}.
#* Using the menu {{MenuCommand|Results → [[Image:FEM_PostFilterDataAtPoint.svg|16px]] Data at point clip filter}}.
# Now
# Click the {{Button|Select Point}} button.
# Pick the desired point on the surface of the mesh.
#* Either click the {{Button|Select Point}} button and subsequently pick the desired point in the mesh.
#* Change the point coordinates.
# Select a {{MenuCommand|Field}} from the expandable list.
# The value of that field at the selected location will be displayed in a pop-up window.


The value of the data point is anytime accessible via the [[Property_editor|property]] {{PropertyData|Point Data}}.
The value at this point for the given '''Field''' is output to the dialog.
The value of the data point is also anytime accessible via the [[Property_editor|property]] {{PropertyData|Point Data}}.


<!--T:5-->
<!--T:5-->

Revision as of 12:20, 13 June 2022

FEM PostFilterDataAtPoint

Menu location
Results → Data at point clip filter
Workbenches
FEM
Default shortcut
None
Introduced in version
-
See also
Result pipeline, FEM tutorial

Description

Displays the value of a selected field at a picked point.

Usage

  1. Select a previously created result pipeline or another filter (except of a line filter).
  2. Invoke the command either by:
    • Pressing the button Data at point clip filter.
    • Using the menu Results → Data at point clip filter.
  3. Now
    • Either click the Select Point button and subsequently pick the desired point in the mesh.
    • Change the point coordinates.

The value at this point for the given Field is output to the dialog. The value of the data point is also anytime accessible via the property DataPoint Data.