array2_x{ }
Calling sequence
structure{ region{ array2_x } }
Properties
usage:
items: maximum 1
Functionality
Copies the region of interest and its copies generated by array_x{ } along the x-direction.
Example
structure{
region{
array2_x{...}
array_x{...}
...
}
}
Nested keywords
shift
Calling sequence
structure{ region{ array2_x{ shift } } }
Properties
usage:
type: real number
values: no constraints
unit:
Functionality
Defines a shift distance in the x-direction used for creating the second level array of regions.
Example
structure{
region{
array2_x{
shift = 11.0
...
}
array_x{...}
...
}
}
max
Calling sequence
structure{ region{ array2_x{ max } } }
Properties
usage:
type: integer
values:
unit:
Functionality
Number of copies added in the positive direction of the x-axis.
Example
structure{
region{
array2_x{
shift = 11.0
max = 3
}
array_x{...}
...
}
}
min
Calling sequence
structure{ region{ array2_x{ min } } }
Properties
usage:
type: integer
values:
unit:
default:
Functionality
Number of copies added in the negative direction of the x-axis.
Example
structure{
region{
array2_x{
shift = 11.0
max = 3
min = 2
}
array_x{...}
...
}
}