- stRgnIntersect
stRgnIntersect
Works with VSimEM, VSimPD, and VSimVE licenses.
Creates a CSG object that is the intersection of one or more CSG objects.
stRgnIntersect 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 stRgnIntersect Block
<STRgn amoeba>
  kind = stRgnIntersect
  regions = [ellipsoid1  ellipsoid2  ellipsoid3]
</STRgn>