hidden_line#

part.hidden_line(p0: str) int#

Causes lines which are behind any portion of the currently selected part(s) to not be drawn.

The part: hidden_line command also causes the visible drawing lines to be rendered on shaded surfaces of the currently selected part(s). View: hidden_line ON must be issued in order for part: hidden_line ON to take effect.
Args:
p0:

‘toggle’

  • ON

  • OFF

Examples:
ensight.view.hidden_line("ON")
ensight.part.select_begin(1)
ensight.part.modify_begin()
ensight.part.hidden_line("ON")
ensight.part.modify_end()
Returns:

zero on success, non-zero on error