SizeArray (ParticleCollection)
Description
Returns or sets particle sizes as a one-dimensional Array of Doubles.
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.SetSizeArray( MyIDArray, MySizeArray )'
C# Syntax
// get accessor Object ParticleCollection.get_SizeArray( Object in_vParticleIDArray ); // set accessor ParticleCollection.set_SizeArray( Object in_vParticleIDArray, Object out_pvSizeArray );
Parameters
|
Parameter |
Type |
Description |
|
ParticleIDArray |
Array of Particle.IDs. Default Value: If missing, all particles are accessed. |
SOFTIMAGE|XSI v6.01