;
PolyCAD

Creates a group which references other entities. This is in contrast to the ClosedGroup.

Usage:

OpenGroup GroupName
  entity_1 Entity names to be contained within the group are listed in order
  entity_2  
  ... ... ...  
  entity_n-1  
  entity_n  
  parameter1=AValue Additional parameter information can be added with verbose parameter names
  parameter2=AValue  
End

Remarks:

Using the parameter "InitialWater" will set the initial amount of water in compartment groups for use with the Proteus Simulation, see example below.

See Also:
ClosedGroup

Example:

OpenGroup Compartments

  InitialWater=100
  MainCompartment
  CD1
  CD2
  CD3
End