SPLINEHELPFLAGS

Detailed Description

Initialization flags for SplineHelp, use these to control the output returned from the class.

Since
R17.032

Enumerations

enum class  SPLINEHELPFLAGS {
  NONE ,
  USERDEFORMERS ,
  GLOBALSPACE ,
  TARGETRAIL ,
  CONTINUECURVE ,
  FORCEUPDATE ,
  RETAINLINEOBJECT ,
  RETAINSPLINECACHE
}
 

Functions

enum SPLINEHELPFLAGS MAXON_ENUM_FLAGS (SPLINEHELPFLAGS)
 

Enumeration Type Documentation

◆ SPLINEHELPFLAGS

enum SPLINEHELPFLAGS
strong
Enumerator
NONE 

None.

USERDEFORMERS 

Use deformed splines.

GLOBALSPACE 

Generate results in global rather than spline local space.

TARGETRAIL 

Target the rail spline (if passed).

CONTINUECURVE 

Continue the curvature of an existing spline at the end points.

FORCEUPDATE 

Force the SplineHelp to recalculate regardless of spline dirtiness.

RETAINLINEOBJECT 

Retain a copy of the line object for user usage via SplineHelp::GetLineObject().

RETAINSPLINECACHE 

Retain a copy of the spline object cache for user usage via SplineHelp::GetSplineObjectCache().

Function Documentation

◆ MAXON_ENUM_FLAGS()

enum SPLINEHELPFLAGS MAXON_ENUM_FLAGS ( SPLINEHELPFLAGS  )