delete_emitter#

ptrace.delete_emitter() int#

Remove emitters from a particle trace part (and their associated traces).

The desired emitter for the particle trace part must be selected before this command is issued.
Examples:
#
# Selecting the parent part(s)
#
ensight.part.select_begin(2)
#
# Selecting the emitter within the part
# (in this case we will delete the first 3 emitters)
#
ensight.ptrace.select_emitter_begin(0,1,2)
ensight.ptrace.delete_emitter()
Returns:

zero on success, non-zero on error