TYPE: SOP
TITLE: GroupCopy SOP

GroupCopy is used to copy primitive and point groups between two selections
based on their primitive and point indices respectively.

New destination groups are created with the same names as their source group
counterparts. The names can have an optional prefix. If a group in the
destination selection shares the same name as the proposed name then a number of
methods are available to resolve the conflict. The transfer process can be
skipped for that particular group in conflict, the existing group can be
overwritten, or a numerical suffix can be appended to the name of the new
destination group. The suffix starts at 2 and increments by 1 until a unique
name is found.

Parameters:
    Primitive Groups		- Source primitive groups to copy.
    Primitive Group Prefix	- Destination primitive group name prefix.
    Point Groups		- Source point groups to copy.
    Point Group Prefix		- Destination point group name prefix.
    Group Name Conflict		- Methods to resolve destination group name
				    conflicts.
	Skip Group			- Conflicted source group not
					    transferred.
	Overwrite			- Already existing group overwritten.
	Add Suffix			- Unique numerical suffix added.

See also: GroupTransfer, Group, AttribCopy
