AddParticles (ParticleCloudPrimitive)
Description
Adds the specified number of particles to the particle cloud.
Scripting Syntax
ParticleCloudPrimitive.AddParticles( NbParticles, [ParType] )
C# Syntax
ParticleCloudPrimitive.AddParticles( Int32 in_lNbParticles, Object in_pParType );Parameters
|
Parameter |
Type |
Description |
|
NbParticles |
Number of particles to add |
|
|
ParType |
The particle type describing the new added particles. Default Value: If not specified the first particle type in the particle type container will be used. If none exists a new particle type will be created.
|
Autodesk Softimage v7.5