Package bpy :: Module types :: Class BezierSplinePoint
[hide private]
[frames] | no frames]

Class BezierSplinePoint

The Bezier Curve Point Object

Bezier curve point with two handles.

References

Instance Variables [hide private]
float array of 3 items in [-inf, inf] co
Coordinates of the control point
float array of 3 items in [-inf, inf] handle1
Coordinates of the first handle
enum handle1_type
Handle types in...
float array of 3 items in [-inf, inf] handle2
Coordinates of the second handle
enum handle2_type
Handle types in...
boolean hidden
Visibility status
enum interpolation
(For F-Curves Only) Interpolation to use for segment of curve starting from current BezTriple.
enum keyframe_type
(For F-Curves only) The type of keyframe this control point defines.
float (readonly) in [-inf, inf] radius
Radius for bevelling
boolean selected_control_point
Control point selection status
boolean selected_handle1
Handle 1 selection status
boolean selected_handle2
Handle 2 selection status
float in [-inf, inf] tilt
Tilt in 3d View
float in [0.01, 100] weight
Softbody goal weight
Instance Variable Details [hide private]

handle1_type

Handle types in...
  • FREE
  • AUTO
  • VECTOR
  • ALIGNED
  • AUTO_CLAMPED
Type:
enum

handle2_type

Handle types in...
  • FREE
  • AUTO
  • VECTOR
  • ALIGNED
  • AUTO_CLAMPED
Type:
enum

interpolation

(For F-Curves Only) Interpolation to use for segment of curve starting from current BezTriple. in...
  • CONSTANT
  • LINEAR
  • BEZIER
Type:
enum

keyframe_type

(For F-Curves only) The type of keyframe this control point defines. in...
  • KEYFRAME
  • BREAKDOWN
  • EXTREME
Type:
enum