array

array

Works with VSimEM, VSimPD, and VSimVE licenses.

Creates a Constructive Solid Geometry (CSG) object that creates an array whose elements are another space-time region.

array Parameters

numTranslations (integer, required)

Number of translations in the array.

region (string, required)

Name of the space-time region that will serve as the element of the array.

origin (vector float, required)

Position of the first element in the array.

period (vector float, required)

Period vector for the array.

Example array Block

<STRgn holeRow>
  kind = array
  region = hole
  origin = [0.5  0.0  0.0]
  period = [1.0  0.0  0.0]
  numTranslations = 5
</STRgn>