3ds Max C++ API Reference
Selection Level Flags

Arguments for BezierShape::selLevel. More...

Macros

#define SHAPE_OBJECT   (1<<0)
 Object level selection. More...
 
#define SHAPE_SPLINE   (1<<1)
 Spline level selection (a single polygon within the shape). More...
 
#define SHAPE_SEGMENT   (1<<2)
 Segment level selection. More...
 
#define SHAPE_VERTEX   (1<<3)
 Vertex level selection. More...
 

Detailed Description

Arguments for BezierShape::selLevel.

Macro Definition Documentation

◆ SHAPE_OBJECT

#define SHAPE_OBJECT   (1<<0)

Object level selection.

◆ SHAPE_SPLINE

#define SHAPE_SPLINE   (1<<1)

Spline level selection (a single polygon within the shape).

◆ SHAPE_SEGMENT

#define SHAPE_SEGMENT   (1<<2)

Segment level selection.

◆ SHAPE_VERTEX

#define SHAPE_VERTEX   (1<<3)

Vertex level selection.