PressureArray (ParticleCollection)
Description
Returns the pressure values for each particle specified as a one-dimensional Array of Doubles.
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' prefixed to the property name and use method-style syntax. For example, 'MyPressureArray = MyParticleCollection.GetPressureArray( MyIDArray )'
C# Syntax
// get accessor Object ParticleCollection.get_PressureArray( Object in_vParticleIDArray );
Parameters
|
Parameter |
Type |
Description |
|
ParticleIDArray |
Array of Particle.IDs. Default Value: If missing, all particles are accessed. |
Autodesk Softimage v7.5