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

Variant

Array of particle indices (not IDs--see Particle.Index) to remove from the particle cloud.

See Also

ParticleCloudPrimitive.RemoveParticlesWithIDs



SOFTIMAGE|XSI v6.01     

Return to Softimage XSI Index