tip_shape#

vctarrow.tip_shape(p0: str) int#

Change the visual representation of the arrow tips

Args:
p0:

‘type’

  • none

  • cone

  • normal

  • triangles

  • tipped

Examples:
ensight.vctarrow.begin()
ensight.vctarrow.variable("VITESSE")
ensight.vctarrow.end()
ensight.vctarrow.create()
ensight.part.select_begin(2)
ensight.part.modify_begin()
ensight.vctarrow.tip_shape("cone")
ensight.part.modify_end()
Returns:

zero on success, non-zero on error