3ds Max C++ API Reference
Line types

Macros

#define LTYPE_CURVE   0
 Specifies that the segment should interpolate based on the bezier handles for the segment. More...
 
#define LTYPE_LINE   1
 Specifies that the segment should go straight from knot to knot and ignore the bezier handles. More...
 

Detailed Description

Macro Definition Documentation

◆ LTYPE_CURVE

#define LTYPE_CURVE   0

Specifies that the segment should interpolate based on the bezier handles for the segment.

◆ LTYPE_LINE

#define LTYPE_LINE   1

Specifies that the segment should go straight from knot to knot and ignore the bezier handles.