line_style#
- part.line_style(p0: str) int #
Specifies the line style used to draw the currently selected part(s).
- Args:
- p0:
‘style’
can have any of the following values:
solid
dotted
dot_dash
- Examples:
ensight.part.select_begin(1) ensight.part.modify_begin() ensight.part.line_style("dotted") ensight.part.modify_end()
- Returns:
zero on success, non-zero on error