subgrid_linewidth#
- viewport_bounds.subgrid_linewidth(p0: int) int #
Set the bounds axis subgrid line width
- Args:
- p0:
‘width’ specifies the width in pixels
- Examples:
ensight.view.bounds("ON") ensight.viewport.select_begin(0) ensight.viewport_bounds.visible("ON") ensight.viewport_bounds.subgrid_linewidth(2)
- Returns:
zero on success, non-zero on error