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

Class CurveMapPoint

The CurveMapPoint Object

Point of a curve used for a curve mapping.

References

Instance Variables [hide private]
enum (readonly) handle_type
Curve interpolation at this point: bezier or vector.
float array of 2 items (readonly) in [-inf, inf] location
X/Y coordinates of the curve point.
boolean selected
Selection state of the curve point.
Instance Variable Details [hide private]

handle_type

Curve interpolation at this point: bezier or vector. in...
  • AUTO
  • VECTOR
Type:
enum (readonly)