arrow_location#

vctarrow.arrow_location(p0: str) int#

Control the location of the arrows

Discrete particles can only use the ‘node’ vector location.
For linear elements ‘node’ and ‘vertices’ give the same result.
Args:
p0:

‘location’

  • vertices

  • node

  • element_center

Examples:
# WARNING: following line includes OBSOLETE call (ensight.variables.select_varname_begin).
ensight.variables.select_varname_begin("Area ","Area2 ","variables: select_varname_end ","# ","# Saving the areas to a file ","# ","variables: save_constants /usr/tmp/my_constants","part: select_begin ","2 ")
ensight.part.modify_begin()
ensight.vctarrow.arrow_location("element_center")
ensight.part.modify_end()
Returns:

zero on success, non-zero on error