3ds Max C++ API Reference
IParticleChannelMatrix3.h

Functions

virtual const Matrix3GetValue (int index) const =0
 Gets a property for the particle by index. More...
 
virtual bool IsGlobal () const =0
 Verify if the channel is global. More...
 
virtual const Matrix3GetValue () const =0
 If the channel is global, returns the global value. More...
 
FPInterfaceDescGetDesc ()
 
virtual void SetValue (int index, const Matrix3 &v)=0
 Sets a property for particle by index. More...
 
virtual void SetValue (const Matrix3 &v)=0
 Sets a property for all particles at once, thus making the channel global. More...
 
FPInterfaceDescGetDesc ()
 

Detailed Description

Function Documentation

◆ GetValue() [1/2]

const Matrix3 & GetValue ( int  index) const
pure virtual

Gets a property for the particle by index.

◆ IsGlobal()

bool IsGlobal ( ) const
pure virtual

Verify if the channel is global.

◆ GetValue() [2/2]

const Matrix3 & GetValue ( ) const
pure virtual

If the channel is global, returns the global value.

If the channel is not global, returns the value of the first particle. Returns bounding box for all particles.

◆ GetDesc() [1/2]

FPInterfaceDesc * GetDesc ( )
inlinevirtual
Remarks
Returns a pointer to the class which contains the interface metadata.

Implements FPInterface.

#define PARTICLECHANNELMATRIX3R_INTERFACE
Definition: IParticleChannelMatrix3.h:20
virtual FPInterfaceDesc * GetDescByID(Interface_ID id)
Definition: ifnpub.h:613

◆ SetValue() [1/2]

void SetValue ( int  index,
const Matrix3 v 
)
pure virtual

Sets a property for particle by index.

◆ SetValue() [2/2]

void SetValue ( const Matrix3 v)
pure virtual

Sets a property for all particles at once, thus making the channel global.

◆ GetDesc() [2/2]

FPInterfaceDesc * GetDesc ( )
inlinevirtual
Remarks
Returns a pointer to the class which contains the interface metadata.

Implements FPInterface.

#define PARTICLECHANNELMATRIX3W_INTERFACE
Definition: IParticleChannelMatrix3.h:21