arrows#
- ptrace.arrows(p0: str) int #
Specify the type of arrowheads to show along particle traces.
None.- Args:
- p0:
‘type’
none
cone
normal
triangles
- Examples:
# # modifying an existing particle trace that has the default of # of 3 normal arrows per trace to be 5 cone arrows. # ensight.part.select_begin(2) ensight.part.modify_begin() ensight.ptrace.arrows("cone") ensight.ptrace.number_of_arrows(5) ensight.ptrace.arrow_size(0.15) ensight.part.modify_end()
- Returns:
zero on success, non-zero on error