dynParticleCtx is undoable, queryable, and editable.
The particle context command creates a particle context. The particle
context provides an interactive means to create particle
objects. The particle context command also provides an interactive
means to set the option values, through the Tool Property Sheet, for
the "particle" command that the context will issue.
| Long name (short name) |
[argument types] |
Properties |
-particleName(-pn)
|
string
|

|
|
Particle name.
In query mode, this flag needs a value.
|
|
-conserve(-c)
|
float
|

|
|
Conservation of momentum control (between 0 and 1). For smaller
values, the field will tend to erase any existing velocity the object
has (in other words, will not conserve momentum from frame to frame).
A value of 1 (the default) corresponds to the true physical law
of conservation of momentum.
In query mode, this flag needs a value.
|
|
-numJitters(-nj)
|
int
|

|
|
Number of jitters (instances) per particle.
In query mode, this flag needs a value.
|
|
-jitterRadius(-jr)
|
float
|

|
|
Max radius from the center to place the particle instances.
In query mode, this flag needs a value.
|
|
-sketch(-sk)
|
boolean
|

|
|
Create particles in sketch mode.
In query mode, this flag needs a value.
|
|
-sketchInterval(-ski)
|
int
|

|
|
Interval between particles, when in sketch mode.
In query mode, this flag needs a value.
|
|
-grid(-gr)
|
boolean
|

|
|
Create a particle grid.
In query mode, this flag needs a value.
|
|
-gridSpacing(-grs)
|
float
|

|
|
Spacing between particles in the grid.
In query mode, this flag needs a value.
|
|
-cursorPlacement(-cp)
|
boolean
|

|
|
Use the cursor to place the lower left and upper right of the grid.
In query mode, this flag needs a value.
|
|
-textPlacement(-tp)
|
boolean
|

|
|
Use the textfields to specify the lower left and upper right of/
the grid.
In query mode, this flag needs a value.
|
|
-lowerLeftX(-llx)
|
float
|

|
|
Lower left X position of the particle grid.
In query mode, this flag needs a value.
|
|
-lowerLeftY(-lly)
|
float
|

|
|
Lower left Y position of the particle grid.
In query mode, this flag needs a value.
|
|
-lowerLeftZ(-llz)
|
float
|

|
|
Lower left Z position of the particle grid.
In query mode, this flag needs a value.
|
|
-upperRightX(-urx)
|
float
|

|
|
Upper right X position of the particle grid.
In query mode, this flag needs a value.
|
|
-upperRightY(-ury)
|
float
|

|
|
Upper right Y position of the particle grid.
In query mode, this flag needs a value.
|
|
-upperZ(-urz)
|
float
|

|
|
Upper right Z position of the particle grid.
In query mode, this flag needs a value.
|
|