About
- Header File: c4d_base/description/ospline.h
- Description Category: Scene Objects. A ::BaseObject. See BaseObject Manual.
- Included Description:
Parameters
Parameters are accessed with C4DAtom::GetParameter()/ C4DAtom::SetParameter(). See page_maxonapi_getting_started_foundations_cinema_parameters.
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: Interpolation
- Parameter ID:
SPLINEOBJECT_INTERPOLATION
- Parameter Type: maxon::Int32 (Basic Data Types)
- Cycle Values:
- Off (SPLINEOBJECT_INTERPOLATION_NONE)
- Natural (SPLINEOBJECT_INTERPOLATION_NATURAL)
- Uniform (SPLINEOBJECT_INTERPOLATION_UNIFORM)
- Adaptive (SPLINEOBJECT_INTERPOLATION_ADAPTIVE)
- Subdivided (SPLINEOBJECT_INTERPOLATION_SUBDIV)
Parameter: Points
Parameter: Angle
Parameter: Max Length