3ds Max C++ API Reference
Expression Types

Macros

#define SCALAR_EXPR   1
 A single floating point value. More...
 
#define VECTOR_EXPR   3
 ans[0] = x, ans[1] = y, ans[2] = z. More...
 

Detailed Description

Macro Definition Documentation

◆ SCALAR_EXPR

#define SCALAR_EXPR   1

A single floating point value.

◆ VECTOR_EXPR

#define VECTOR_EXPR   3

ans[0] = x, ans[1] = y, ans[2] = z.



The method getExprType() may be used to determine the type of the expression result. An array of floating point values.