Fields distribution Use #6650
-
I want to derive the Mag_B amplitude of a specified set of nodes in Maxwell 2D transient solution. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
@climaxburden,
The extension allows two type of extractions - either letting a random point generator make the number of points selected by the user around the item you're trying to sample, or using a Point Cloud file
You can use the Point Cloud Generator extension to create one, and/or manually create one. A .pts is a file that defines the points of interest in X, Y and Z coordinates, and it looks like this:
Once you've imported your .pts file, you are able to select the Field of interest and the Object where the points are sampled:
Note, that these extensions parse through the Model tree, hence, you can't just open it, if there are no valid designs. You need to have a valid Model, fo…