base class — bpy_struct
Bezier curve point with two handles
Coordinates of the control point
| Type: | float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0) |
|---|
Coordinates of the first handle
| Type: | float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0) |
|---|
Handle types
| Type: | enum in [‘FREE’, ‘VECTOR’, ‘ALIGNED’, ‘AUTO’], default ‘FREE’ |
|---|
Coordinates of the second handle
| Type: | float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0) |
|---|
Handle types
| Type: | enum in [‘FREE’, ‘VECTOR’, ‘ALIGNED’, ‘AUTO’], default ‘FREE’ |
|---|
Visibility status
| Type: | boolean, default False |
|---|
Radius for beveling
| Type: | float in [0, inf], default 0.0 |
|---|
Control point selection status
| Type: | boolean, default False |
|---|
Handle 1 selection status
| Type: | boolean, default False |
|---|
Handle 2 selection status
| Type: | boolean, default False |
|---|
Tilt in 3D View
| Type: | float in [-inf, inf], default 0.0 |
|---|
Softbody goal weight
| Type: | float in [0.01, 100], default 0.0 |
|---|
Inherited Properties
Inherited Functions
References