massflow.mineblock.pos

Syntax

Vector Access

v = massflow.mineblock.pos(mb)

Get the mineblock centroid position.

Returns:

v - mineblock position vector

Arguments:

mb - mineblock pointer

Component Access

f = massflow.mineblock.pos.x(mb)

Get the mineblock centroid x-position.

Returns:

f - x-component of the mineblock centroid

Arguments:

mb - mineblock pointer

f = massflow.mineblock.pos.y(mb)

Get the mineblock centroid y-position.

Returns:

f - y-component of the mineblock centroid

Arguments:

mb - mineblock pointer

f = massflow.mineblock.pos.z(mb)

Get the mineblock centroid z-position.

Returns:

f - z-component of the mineblock centroid

Arguments:

mb - mineblock pointer