Go to: Related nodes. Attributes.

dynAuxiliary is a base class node for all fields and emitters. It encapulsates the machinery common to all those objects. Its basic task is to handle drawing and selection tasks which are common to all those classes. The name "dynBase" is vestigial.

This node is abstract

Node name Parents MFn type Compatible function sets
dynBase transform

Related nodes

rigidConstraint, field, airField, turbulenceField, radialField, vortexField, newtonField, volumeAxisField, dragField, uniformField, gravityField, pointEmitter, particle, rigidBody, geoConnectable, spring

Attributes (10)

fromWhere, owner, ownerCentroid, ownerCentroidX, ownerCentroidY, ownerCentroidZ, ownerPosData, ownerVelData, positional, subsetId

Long name (short name) Type Default Flags
owner (ow) Message n/a outputinputconnectable
Obsolete. This attribute was used in version 1. It is no longer used.
fromWhere (fw) short 0 outputinputconnectablestorable
Obsolete. This attribute was used in version 1. It is no longer used.
subsetId (sid) integer -1 outputinputconnectablestorable
Obsolete. This attribute was used in version 1. It is no longer used. In v1.0, recorded which set of vertices/cvs to use.
positional (psl) bool false outputconnectablehidden
Tells UI if this is a positional object. This is for convenience of the UI only.
ownerCentroid (ocd) double3 outputinputconnectable
Centroid of the owner's CV's or particles positions.
ownerCentroidX (ocx) distance (double) 0.0cm outputinputconnectable
x-component of centroid of the owner position.
ownerCentroidY (ocy) distance (double) 0.0cm outputinputconnectable
y-component of centroid of the owner position.
ownerCentroidZ (ocz) distance (double) 0.0cm outputinputconnectable
z-component of centroid of the owner position.
ownerPosData (opd) vectorArray empty outputinputconnectable
owner's position data array.
ownerVelData (ovd) vectorArray empty outputinputconnectable
owner's velocity data array.