clump.template.origpos

Syntax

Vector Access

v = clump.template.origpos(c<,i>)
clump.template.origpos(c<,i>) = v

Get/set the clump template original position.

Returns:

v - clump template original position vector or component

Accepts:

v - clump template original position vector or component

Arguments:

c - clump template pointer

i - optional vector component

Component Access

f = clump.template.origpos.x(c)
clump.template.origpos.x(c) = f

Get/set the x-component of the clump template original position.

Returns:f - x-component of the clump template original position vector
Accepts:f - x-component of the clump template original position vector
Arguments:c - clump template pointer
f = clump.template.origpos.y(c)
clump.template.origpos.y(c) = f

Get/set the y-component of the clump template original position.

Returns:f - y-component of the clump template original position vector
Accepts:f - y-component of the clump template original position vector
Arguments:c - clump template pointer
f = clump.template.origpos.z(c) (3D ONLY)
clump.template.origpos.z(c) = f (3D ONLY)

Get/set the z-component of the clump template original position.

Returns:f - z-component of the clump template original position vector
Accepts:f - z-component of the clump template original position vector
Arguments:c - clump template pointer