SeedArray (ParticleCollection)

Description

Returns or sets the random number generator seeds for the particles as a one-dimensional Array of Integers.

Note: This property uses an optional input argument, which must be handled specially in Python. If you need to specify a particle array, use 'Get' or 'Set' prefixed to the property name and use method-style syntax. For example, 'MyParticleCollection.SetSeedArray( MyIDArray, MySeedArray )'

C# Syntax

// get accessor
Object ParticleCollection.get_SeedArray( Object in_vParticleIDArray );

// set accessor
ParticleCollection.set_SeedArray( Object in_vParticleIDArray, Object out_pvSeedArray );

Parameters

Parameter

Type

Description

ParticleIDArray

Array

Array of Particle.IDs.

Default Value: If missing, all particles are accessed.



Autodesk Softimage v7.5