Defines

Miscellaneous PartIDs

PartID

Defines

#define  PART_EXCLUDE_RADIOSITY   (1<<29)
  Special part ID that prevents the radiosity engine from processing the change.
#define  PART_HIDESTATE   (1<<30)
  Special part ID sent by visibility controllers.
#define  PART_MXS_PROPCHANGE   (1<<16)
  Special part ID sent by MAXScript when it changes an object's parameter.

PartIDs when notify dependents is called with REFMSG_FLAGDEPENDENTS

See also:
REFMSG_FLAGDEPENDENTS

#define  PART_PUT_IN_FG   (1<<0)
#define  PART_SHOW_DEPENDENCIES   (1<<1)
#define  PART_SHOWDEP_ON   (1<<2)

Define Documentation

#define PART_EXCLUDE_RADIOSITY   (1<<29)

Special part ID that prevents the radiosity engine from processing the change.

#define PART_HIDESTATE   (1<<30)

Special part ID sent by visibility controllers.

Sent when they change the hidden in viewport state. Sent with REFMSG_CHANGE message.

#define PART_MXS_PROPCHANGE   (1<<16)

Special part ID sent by MAXScript when it changes an object's parameter.

Sent with REFMSG_CHANGE message

#define PART_PUT_IN_FG   (1<<0)
#define PART_SHOW_DEPENDENCIES   (1<<1)
#define PART_SHOWDEP_ON   (1<<2)