zone.face.extra

Syntax

a := zone.face.extra(z,iside,index)
zone.face.extra(z,iside,index) := a

Note

  • In the description below, the following correspondence is assumed between 3D and 2D analysis:
    • 3D zone faces (surfaces) <-> 2D zone edges (lines)

Get/set the value of the index in the extra variable array associated with the zone face z and iside.

Returns:

a - the FISH value stored at that index

Accepts:

a - the FISH value to store at that index

Arguments:

z - a pointer to a zone

iside - the side index of the zone, from 1 to 4 in 2D and from 1 to 6 in 3D

index - the extra variable array index, from 1 to 128