create_fieldplot_line_traces#

PostProcessor.create_fieldplot_line_traces(seeding_faces, in_volume_tracing_objs=None, surface_tracing_objs=None, setup=None, intrinsics=None, plot_name=None, field_type='DC R/L Fields')[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.

setupstr, optional

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

intrinsicsdict, optional

Dictionary containing all intrinsic variables. The default is None.

plot_namestr, optional

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

field_typestr, optional

Field type to plot. Valid only for Q3D Field plots.

Returns:
type

Plot object.

References

>>> oModule.CreateFieldPlot