visibility_line#
- part.visibility_line(p0: str) int #
Turns line visibility on or off for the currently selected part(s).
“Line” refers to the 1D bar elements.- Args:
- p0:
‘toggle’
ON
OFF
- Examples:
ensight.part.select_begin(1) ensight.part.modify_begin() ensight.part.visibility_line("OFF") ensight.part.modify_end()
- Returns:
zero on success, non-zero on error