Detailed Description

Macros

#define TAG_VISIBLE
 
#define TAG_MULTIPLE
 
#define TAG_HIERARCHICAL
 
#define TAG_EXPRESSION
 
#define TAG_TEMPORARY
 
#define TAG_MODIFYOBJECT
 
#define TAG_ADDTOTAKEGROUP
 
#define TAG_IMPLEMENTS_DRAW_FUNCTION
 
#define TAG_VARIABLEFIELD
 

Macro Definition Documentation

◆ TAG_VISIBLE

#define TAG_VISIBLE

The tag can be seen in the Object Manager.

◆ TAG_MULTIPLE

#define TAG_MULTIPLE

Multiple copies of the tag allowed on a single object.

◆ TAG_HIERARCHICAL

#define TAG_HIERARCHICAL

The tag works hierarchical, so that sub-objects inherit its properties (e.g. the material tag).

◆ TAG_EXPRESSION

#define TAG_EXPRESSION

The tag is an expression.

◆ TAG_TEMPORARY

#define TAG_TEMPORARY

Private.

◆ TAG_MODIFYOBJECT

#define TAG_MODIFYOBJECT

Private.

◆ TAG_ADDTOTAKEGROUP

#define TAG_ADDTOTAKEGROUP

The tag is added to the Take override groups system.

◆ TAG_IMPLEMENTS_DRAW_FUNCTION

#define TAG_IMPLEMENTS_DRAW_FUNCTION

The tag implements the ::Draw function.

◆ TAG_VARIABLEFIELD

#define TAG_VARIABLEFIELD

The tag is a variable tag with field.