Bitmasks for markup options

Macros

#define kA3DMarkupHasFrame   0x02
 
#define kA3DMarkupIsHidden   0x01
 
#define kA3DMarkupIsNotModifiable   0x04
 
#define kA3DMarkupIsNotRotatable   0x20
 
#define kA3DMarkupIsOnTop   0x10
 
#define kA3DMarkupIsZoomable   0x08
 

Detailed Description

See also
Tessellation for Markups
Version
2.0

Macro Definition Documentation

#define kA3DMarkupIsHidden   0x01

The tessellation is hidden.

#define kA3DMarkupHasFrame   0x02

The tessellation has a frame.

#define kA3DMarkupIsNotModifiable   0x04

The tessellation is given and must not be modified.

#define kA3DMarkupIsZoomable   0x08

The tessellation is zoomable.

#define kA3DMarkupIsOnTop   0x10

The tessellation is on top of geometry.

#define kA3DMarkupIsNotRotatable   0x20

The tessellation is not rotatable.

Version
9.0