Classes | |
| class | SplineHelp |
Macros | |
| #define | C4D_SPLINEHELP_LIBRARY_ID |
Enumerations | |
| enum | SPLINEHELPFLAGS { NONE, USERDEFORMERS, GLOBALSPACE, TARGETRAIL, CONTINUECURVE, FORCEUPDATE, RETAINLINEOBJECT, RETAINSPLINECACHE } |
Functions | |
| enum SPLINEHELPFLAGS | MAXON_ENUM_FLAGS (SPLINEHELPFLAGS) |
Variables | |
| NONE | |
| USERDEFORMERS | |
| GLOBALSPACE | |
| TARGETRAIL | |
| CONTINUECURVE | |
| FORCEUPDATE | |
| RETAINLINEOBJECT | |
| RETAINSPLINECACHE | |
| class SplineHelp | MAXON_ENUM_FLAGS |
| 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().