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
Delete the selected curve(s).
curve.desc
(p0)Specify curve description.
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).
Specify the size of the marker type which represents the points of the selected curve(s).
Specify whether to normalize the abscissa range of the selected curve(s) to the interval I[0.,1.].
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
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.
Select all curves for subsequent operations.
curve.select_begin
(*args, **kwargs)Curve(s) selection construct for subsequent curve operation.
Specify the default curve to be selected - or unselect all curves.
This command has not yet been documented.
Specify the number of smooth subpoints to use between curve points of the selected curve.
curve.visible
(p0)Toggle the selected curve(s) visibility.