Return to the region documentation.
style block
Purpose
style block is used to generate a cuboid region.
Syntax
region id my_block style block low (x_min, y_min, z_min) high (x_max, y_max, z_max) keyword value
Keywords |
Description |
|---|---|
low |
obligatory vector of lower bounds of block in all dimensions
units: [length]
|
high |
obligatory vector of upper bounds of block in all dimensions
units: [length]
|
General keywords of the region command |
Examples
region id my_block style block low (-3, INF, EDGE) high (5., 10., INF)
region id my_block style block low (-1, -1, -1) high (1, 1, 1) rotate angle 45 point ( 0, 0, 0 ) axis ( 0, 0, 1 )
region id my_block style block low (-1, -1, -1) high (1, 1, 1) translate (v_dx, 0., 0.)