List of Expression Types

3DS Max Plug-In SDK

List of Expression Types

One of the following values:

SCALAR_EXPR

Scalar expression. This is a single floating point value.

VECTOR_EXPR

Vector expression. The eval() method returns the result as an array of floating point values:

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

The method getExprType() may be used to determine the type of the expression result.