arrowhead#
- line.arrowhead(p0: str) int #
Controls the display of arrowheads on the currently selected line in the graphics window.
- Args:
- p0:
‘head_type’
can be any of the following values:
none
on_first_end
on_second_end
on_both_ends
- Examples:
ensight.line.select_begin(1) ensight.line.arrowhead("on_first_end")
- Returns:
zero on success, non-zero on error