array_x{ }
Calling sequence
structure{ region{ array_x } }
Properties
usage: \(\mathrm{\textcolor{Dandelion}{conditional}}\)
items: maximum 1
Functionality
Copies the region
object along the x-direction.
Example
structure{
region{
array_x{...}
...
}
}
Nested keywords
shift
Calling sequence
structure{ region{ array_x{ shift } } }
Properties
usage: \(\mathrm{\textcolor{WildStrawberry}{required}}\)
type: real number
values: no constraints
unit: \(\mathrm{nm}\)
Functionality
Defines a shift distance in the x-direction used for creating the array of regions.
Example
structure{
region{
array_x{
shift = 11.0
...
}
...
}
}
max
Calling sequence
structure{ region{ array_x{ max } } }
Properties
usage: \(\mathrm{\textcolor{WildStrawberry}{required}}\)
type: integer
values: \(z \geq 0\)
unit: \(\mathrm{-}\)
Functionality
Number of regions added in the positive direction of the x-axis.
Example
structure{
region{
array_x{
shift = 11.0
max = 3
}
...
}
}
min
Calling sequence
structure{ region{ array_x{ min } } }
Properties
usage: \(\mathrm{\textcolor{ForestGreen}{optional}}\)
type: integer
values: \(z \leq 0\)
unit: \(\mathrm{-}\)
default: \(z=0\)
Functionality
Number of regions added in the negative direction of the x-axis.
Example
structure{
region{
array_x{
shift = 11.0
max = 3
min = 2
}
...
}
}