s3partic

s3partic

Class

real/primgad/s3partic.h

Library

r3primgad

Description:

Particle tool

See Also

real/primgad/s3primgd.h

Super Class

r3Primtoolgadget

R3CLID_PRIMTOOLGADGET

JavaScript

r3Particletoolgadget

Class Identifier

R3CLID_PARTICLETOOLGADGET - 1420

Methods

Attributes

ParticlePainterIaCl,

Registration

int R3RegisterParticleToolSpecificGadgetClass(R3APP *app);

Methos

ParticlePainterIaCl

Attribute

ParticlePainterIaCl

Identifier

R3PATGCA_ParticlePainterIaCl

JavaScript type

Integer

C type

R3CLID

Description

particle painter tool

Syntax


jsobj.SetParticlePainterIaCl(value);
value = jsobj.GetParticlePainterIaCl();


R3CLID value = ...;
R3SetAttrs(r3obj, R3PATGCA_ParticlePainterIaClid, value, R3TAG_END);
R3CLID value;
R3GetAttrs(r3obj, R3PATGCA_ParticlePainterIaClid, &value, R3TAG_END);

Registry function