axis_linewidth#
- viewport_bounds.axis_linewidth(p0: int) int #
Set the line width for the bounds axis
- Args:
- p0:
‘line_width’ the pixel width for the axis
- Examples:
ensight.view.bounds("ON") ensight.viewport.select_begin(0) ensight.viewport_bounds.visible("ON") ensight.viewport_bounds.axis_linewidth(2) ensight.viewport_bounds.axis_rgb(1.0000e+00,0.0000e+00,1.0000e+00)
- Returns:
zero on success, non-zero on error