- translation
translation¶
Works with VSimEM, VSimPD, and VSimVE licenses.
Creates a CSG object that that translates another CSG object.
translation Parameters¶
- region (string, required)
- Name of region to be translated. 
- offset (vector float,required)
- The offset vector for the translation. 
Example translation Block¶
<STRgn sphere2>
  kind = translation
  region = sphere
  offset = [-1.0  2.0  0.0]
</STRgn>