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