TYPE: SOP
TITLE: GroupTransfer SOP

GroupTransfer is used to transfer primitive and point groups between two
selections. Closest proximity is used to map primitives/points in the
destination to primitives/points in the source. Those that map to
primitives/points in the selected source groups are included in their respective
destination group. Note that ordering is not taken into account.

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 transfer.
    Primitive Group Prefix	- Destination primitive group name prefix.
    Point Groups		- Source point groups to transfer.
    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: GroupCopy, Group, AttribTransfer
