Spline

About

Parameters

Parameters are accessed with C4DAtom::GetParameter()/ C4DAtom::SetParameter(). See Parameter IDs.


Parameter: Type

  • Parameter ID: SPLINEOBJECT_TYPE
  • Parameter Type: maxon::Int32 (Basic Data Types)
  • Cycle Values:
    • Linear (SPLINEOBJECT_TYPE_LINEAR)
    • Cubic (SPLINEOBJECT_TYPE_CUBIC)
    • Akima (SPLINEOBJECT_TYPE_AKIMA)
    • B-Spline (SPLINEOBJECT_TYPE_BSPLINE)
    • Bezier (SPLINEOBJECT_TYPE_BEZIER)

Parameter: Close Spline


Parameter: Intermediate Points

  • Parameter ID: SPLINEOBJECT_INTERPOLATION
  • Parameter Type: maxon::Int32 (Basic Data Types)
  • Cycle Values:
    • None (SPLINEOBJECT_INTERPOLATION_NONE)
    • Natural (SPLINEOBJECT_INTERPOLATION_NATURAL)
    • Uniform (SPLINEOBJECT_INTERPOLATION_UNIFORM)
    • Adaptive (SPLINEOBJECT_INTERPOLATION_ADAPTIVE)
    • Subdivided (SPLINEOBJECT_INTERPOLATION_SUBDIV)

Parameter: Number


Parameter: Angle


Parameter: Maximum Length