Defines

Instance Manager Make Unique Options

These options control whether a group of instanced objects are made unique with respect to each other or made unique with respect to the remaining instanced objects. More...

Defines

#define  INSTANCE_MGR_MAKE_UNIQUE_PROMPT   0
  Prompt user to choose how instanced elements are to be made unique.
#define  INSTANCE_MGR_MAKE_UNIQUE_INDIVIDUAL   1
  Makes instanced elements unique with respect to each other.
#define  INSTANCE_MGR_MAKE_UNIQUE_GROUP   2
  Makes instanced elements unique with respect to all other instances of those elements.

Detailed Description

These options control whether a group of instanced objects are made unique with respect to each other or made unique with respect to the remaining instanced objects.

These options are only relevant when more than one node is being processed.


Define Documentation

#define INSTANCE_MGR_MAKE_UNIQUE_PROMPT   0

Prompt user to choose how instanced elements are to be made unique.

#define INSTANCE_MGR_MAKE_UNIQUE_INDIVIDUAL   1

Makes instanced elements unique with respect to each other.

#define INSTANCE_MGR_MAKE_UNIQUE_GROUP   2

Makes instanced elements unique with respect to all other instances of those elements.