select_emitter_begin#
- ptrace.select_emitter_begin(*args, **kwargs) Any #
Select emitters within a particle trace part for the purpose of modifying emitter attributes, deleting, etc.
- Args:
- p0:
‘emitterN’ emitter numbers (0-based)
- Examples:
# # Selecting the parent part(s) # ensight.part.select_begin(2) # # Selecting the first 3 emitters within the part # for the purpose of deleting them # ensight.ptrace.select_emitter_begin(0,1,2) ensight.ptrace.delete_emitter()
- Returns:
zero on success, non-zero on error