;
PolyCAD

Used to mirror a compartment/polylist about the centreline.

Usage:

CMirror ObjectName
  Source Compartment Polylist Name The compartment polylist to mirror
  Perm permeability The permeability of the new mirrored compartment. If omitted the permeability will be the same as the source
End

Example:

Compartment test1

  perm 0.95
  Front 25
  Back 2
  Inside 0
  Outside 5
  Bottom 1.2
  Top 2.3
  Sections 21
  fit hull
End
   
CMirror Test2
  Perm 0.85
  Source Test1
End