default_emit_rake#

ptrace.default_emit_rake(p0: int) int#

Set the default number of emission points for rake emitters, and sets the user interface Emit From option to be Line.

Mainly used to set the default “Emit From” option in the user interface, but also sets the default number of rake emission points. Any subsequent particle traces created using a rake will use this unless changed specifically.
Args:
p0:

‘num’ the number of emission points to be the default for rakes

Examples:
#
# Set the default number of emission points
# for rakes to be 10 in this case
#
ensight.ptrace.default_emit_rake(10)
Returns:

zero on success, non-zero on error