TypeIDArray (ParticleCollection)

Description

Returns or sets the particle type IDs as a one-dimensional Array of Integers. A particle type ID refers to the particle type. The particle type is used by the simulation operator to determine how the particle will behave. It is also used in drawing and rendering to determine how the particle will look.

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.SetTypeIDArray( MyIDArray, MyTypeIDArray )'

C# Syntax

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

// set accessor
ParticleCollection.set_TypeIDArray( Object in_vParticleIDArray, Object out_pvTypeIDArray );

Parameters

Parameter

Type

Description

ParticleIDArray

Array

Array of Particle.IDs.

Default Value: If missing, all particles are accessed.



Autodesk Softimage v7.5