The 3D Path Control Point provided by a Path3DColumn.
The 3D Path Control Point is provided by the ControlPointList from OMC::Path3DColumn::control_points.
|
| bool | const_segment |
| |
| double | continuity |
| |
|
double | x |
| | The value of the specified point on the X path.
|
| |
|
double | y |
| | The value of the specified point on the Y path.
|
| |
|
double | z |
| | The value of the specified point on the Z path.
|
| |
|
double | tension |
| | The tension value for the specified point on the 3D Path. Returns 0 if the current value is outside -1 and 1.
|
| |
|
double | bias |
| | The bias value for the specified point on the 3D Path. Returns 0 if the current value is outside -1 and 1.
|
| |
| bool | keyframe |
| |
|
double | frame |
| | The X value (the frame floating point number) of the control point on its column.
|
| |
|
QVariant | value |
| | The value of this control point.
|
| |
◆ const_segment
| bool OMC::Path3DControlPoint::const_segment |
|
readwrite |
True to indicate that the point is on a constant segment, or false to indicate that the point is not on a constant segment.
◆ continuity
| double OMC::Path3DControlPoint::continuity |
|
read |
The continuity of the curve that follows the point. One of the following values will be returned, in upper-case: SMOOTH, CORNER or STRAIGHT.
◆ keyframe
| bool OMC::Path3DControlPoint::keyframe |
|
read |
true if the control point is also a keyframe. Catmull 3d paths can have positional control point to define the path for which the timing is given by the velocity. To convert a control point into a keyframe, remove the control point and add a keyframe.