RemoveParticlesWithIDs (ParticleCloudPrimitive)

Description

Removes the specified particles from the particle cloud. This method is similar to ParticleCloudPrimitive.RemoveParticles, except that you specify the particles to remove by its Particle.ID.

Scripting Syntax

ParticleCloudPrimitive.RemoveParticlesWithIDs( IDs )

C# Syntax

ParticleCloudPrimitive.RemoveParticlesWithIDs( Object in_IDArray );

Parameters

Parameter

Type

Description

IDs

Variant

Array of particle IDs (see Particle.ID) to remove from the particle cloud.

See Also

ParticleCloudPrimitive.RemoveParticles



Autodesk Softimage v7.5