line_width#
- part.line_width(p0: int) int #
Specifies the line width in pixels used to draw the currently selected part(s).
- Args:
- p0:
‘width’ pixel width of line; must be within the range of 1 to 4.
- Examples:
ensight.part.select_begin(1) ensight.part.modify_begin() ensight.part.line_width(2) ensight.part.modify_end()
- Returns:
zero on success, non-zero on error