stRgnUnion

stRgnUnion

Works with VSimEM, VSimPD, and VSimVE licenses.

Creates a CSG object that is the union of one or more CSG objects.

stRgnUnion Parameters

regions (string vector)

List of regions to be combined. If this is not set then one or more STRgn blocks must be defined.

STRgn (block)

A region to be combined.

Example stRgnUnion Block

<STRgn amoeba2>
  kind = stRgnUnion
  regions = [ellipsoid1  ellipsoid2  ellipsoid3]
</STRgn>