UVWArray (ParticleCollection)

Description

Returns or sets the location on the emitter where the particles have been emitted as a two-dimensional Array of Doubles. The first dimension contains the u, v, and w values. The location is expressed in the parametric domain of the surface or curve. Therefore, this is more meaningful when the parameters are NURBS surfaces or curves.

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.SetUVWArray( MyIDArray, MyUVWArray )'

C# Syntax

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

// set accessor
ParticleCollection.set_UVWArray( Object in_vParticleIDArray, Object out_pvUVWArray );

Parameters

Parameter

Type

Description

ParticleIDArray

Array

Array of Particle.IDs.

Default Value: If missing, all particles are accessed.



Autodesk Softimage v7.5