curve#

class ansys.api.pyensight.ensight_api.curve(session: Session)#

Class wrapper for EnSight curve module

This class acts as a proxy for the EnSight Python module ensight.curve

Methods

curve.assign(*args, **kwargs)

Assign a selected curve to the selected plot.

curve.assign_to_y_axis(p0)

Curve: assign_to_y_axis

curve.delete()

Delete the selected curve(s).

curve.desc(p0)

Specify curve description.

curve.legend_title(p0)

Curve: legend_title

curve.line_style(p0)

Specifies the line style to use for the selected curves.

curve.line_type(p0)

Specifies the line type to use for the selected curves.

curve.line_width(p0)

Specify the (pixel) line width of the selected curve(s).

curve.load(p0)

Load the specified (saved) curve file.

curve.marker(p0)

Specify the type of marker in which to represent the points of the selected curve(s).

curve.marker_scale(p0)

Specify the size of the marker type which represents the points of the selected curve(s).

curve.normalize_x(p0)

Specify whether to normalize the abscissa range of the selected curve(s) to the interval I[0.,1.].

curve.normalize_y(p0)

Specify whether to normalize the abscissa range of the selected curve(s) to the interval I[0.,1.].

curve.offset(p0, p1)

This command has not yet been documented.

curve.query_count(args)

Curve: query_count

curve.query_display_attributes(args)

Curve: query_display_attributes

curve.query_objects_atwindowxy(args)

Curve: query_objects_atwindowxy

curve.rgb(p0, p1, p2)

Specify the color of the selected curve(s) via red, green, and blue component values.

curve.save(p0, p1)

Specify how to save the selected curve(s) data to a file.

curve.scale(p0, p1)

Scales the x and y query by the values given.

curve.select_all()

Select all curves for subsequent operations.

curve.select_begin(*args, **kwargs)

Curve(s) selection construct for subsequent curve operation.

curve.select_default()

Specify the default curve to be selected - or unselect all curves.

curve.select_lastcreated()

This command has not yet been documented.

curve.smooth_subpoints(p0)

Specify the number of smooth subpoints to use between curve points of the selected curve.

curve.visible(p0)

Toggle the selected curve(s) visibility.