RemoveParticles (ParticleCloudPrimitive)
Description
Removes the specified particles from the particle cloud. This method is similar to ParticleCloudPrimitive.RemoveParticlesWithIDs, except that you specify the particles to remove by its Particle.Index.
Scripting Syntax
ParticleCloudPrimitive.RemoveParticles( [IndexArray] )
C# Syntax
ParticleCloudPrimitive.RemoveParticles( Object in_indexArray );Parameters
|
Parameter |
Type |
Description |
|
IndexArray |
Array of particle indices (not IDs--see Particle.Index) to remove from the particle cloud. |
See Also
Autodesk Softimage v7.5