UVW (Particle)

Description

Returns or sets the particle's UVW as a SIVector3. The UVW represents the parametric surface coordinates where the particle was emitted. As these are parametric coordinates, they make more sense when the emitters are NURBS curves or surfaces.

C# Syntax

// get accessor
Object rtn = Particle.UVW;

// set accessor
Particle.UVW = Object;


Autodesk Softimage v7.5