3ds Max C++ API Reference
Edge Visibility Flags

If the bit is 1, the edge is visible. More...

Macros

#define EDGE_A   (1<<0)
 
#define EDGE_B   (1<<1)
 
#define EDGE_C   (1<<2)
 
#define EDGE_ALL   (EDGE_A|EDGE_B|EDGE_C)
 

Detailed Description

If the bit is 1, the edge is visible.

Macro Definition Documentation

◆ EDGE_A

#define EDGE_A   (1<<0)

◆ EDGE_B

#define EDGE_B   (1<<1)

◆ EDGE_C

#define EDGE_C   (1<<2)

◆ EDGE_ALL

#define EDGE_ALL   (EDGE_A|EDGE_B|EDGE_C)