create_fieldplot_line_traces#

PostProcessor.create_fieldplot_line_traces(seeding_faces, in_volume_tracing_objs=None, surface_tracing_objs=None, setup_name=None, intrinsinc_dict=None, plot_name=None)[source]#

Create a field plot of the line.

Parameters:
seeding_faceslist

List of seeding faces.

in_volume_tracing_objslist

List of the in-volume tracing objects.

surface_tracing_objslist

List of the surface tracing objects.

setup_namestr, optional

Name of the setup in the format "setupName : sweepName". The default is None.

intrinsinc_dictdict, optional

Dictionary containing all intrinsic variables. The default is {}.

plot_namestr, optional

Name of the field plot to create. The default is None.

Returns:
type

Plot object.

References

>>> oModule.CreateFieldPlot