line_width#

curve.line_width(p0: int) int#

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

Args:
p0:

‘width’ pixel line width of 1, 2 (default), 3, or 4.

Examples:
ensight.curve.select_begin(1)
ensight.curve.line_width(3)
Returns:

zero on success, non-zero on error