wall.facet.pos

Syntax

Vector Access

v = wall.facet.pos(wf<,i>)

Get the facet position.

Returns:

v - facet position vector or component

Arguments:

wf - facet pointer

i - optional vector component

Component Access

f = wall.facet.pos.x(wf)

Get the x-component of the facet position.

Returns:f - x-component of the facet position vector
Arguments:wf - facet pointer
f = wall.facet.pos.y(wf)

Get the y-component of the facet position.

Returns:f - y-component of the facet position vector
Arguments:wf - facet pointer
f = wall.facet.pos.z(wf) (3D ONLY)

Get the z-component of the facet position.

Returns:f - z-component of the facet position vector
Arguments:wf - facet pointer