SPLINEBOOL_AXIS

Detailed Description

Since
R17.032

Enumerations

enum class  SPLINEBOOL_AXIS {
  NONE ,
  SCREEN ,
  ZY ,
  XZ ,
  XY
}
 

Functions

enum SPLINEBOOL_AXIS MAXON_ENUM_LIST (SPLINEBOOL_AXIS)
 

Enumeration Type Documentation

◆ SPLINEBOOL_AXIS

enum SPLINEBOOL_AXIS
strong
Enumerator
NONE 

No axis.

SCREEN 

Project into the current screen.

ZY 

Project on the ZY (X axis) plane.

XZ 

Project on the XZ (Y axis) plane.

XY 

Project on the XY (Z axis) plane.

Function Documentation

◆ MAXON_ENUM_LIST()

enum SPLINEBOOL_AXIS MAXON_ENUM_LIST ( SPLINEBOOL_AXIS  )