base class — bpy_struct
Element of a curve, either Nurbs, Bezier or Polyline or a character with text objects
Collection of points for Bezier curves only
| Type : | SplineBezierPoints bpy_prop_collection of BezierSplinePoint, (readonly) |
|---|
Location of this character in the text data (only for text curves)
| Type : | int in [0, inf], default 0, (readonly) |
|---|
Hide this curve in editmode
| Type : | boolean, default False |
|---|
| Type : | int in [0, 32767], default 0 |
|---|
Nurbs order in the U direction (For splines and surfaces), Higher values let points influence a greater area
| Type : | int in [2, 6], default 0 |
|---|
Nurbs order in the V direction (For surfaces only), Higher values let points influence a greater area
| Type : | int in [2, 6], default 0 |
|---|
Total number points for the curve or surface in the U direction
| Type : | int in [0, 32767], default 0, (readonly) |
|---|
Total number points for the surface on the V direction
| Type : | int in [0, 32767], default 0, (readonly) |
|---|
Collection of points that make up this poly or nurbs spline
| Type : | SplinePoints bpy_prop_collection of SplinePoint, (readonly) |
|---|
The type of radius interpolation for Bezier curves
| Type : | enum in [‘LINEAR’, ‘CARDINAL’, ‘BSPLINE’, ‘EASE’], default ‘LINEAR’ |
|---|
Curve or Surface subdivisions per segment
| Type : | int in [1, 32767], default 0 |
|---|
Surface subdivisions per segment
| Type : | int in [1, 32767], default 0 |
|---|
The type of tilt interpolation for 3D, Bezier curves
| Type : | enum in [‘LINEAR’, ‘CARDINAL’, ‘BSPLINE’, ‘EASE’], default ‘LINEAR’ |
|---|
The interpolation type for this curve element
| Type : | enum in [‘POLY’, ‘BEZIER’, ‘BSPLINE’, ‘CARDINAL’, ‘NURBS’], default ‘POLY’ |
|---|
Make this nurbs curve or surface act like a Bezier spline in the U direction (Order U must be 3 or 4, Cyclic U must be disabled)
| Type : | boolean, default False |
|---|
Make this nurbs surface act like a Bezier spline in the V direction (Order V must be 3 or 4, Cyclic V must be disabled)
| Type : | boolean, default False |
|---|
Make this curve or surface a closed loop in the U direction
| Type : | boolean, default False |
|---|
Make this surface a closed loop in the V direction
| Type : | boolean, default False |
|---|
Make this nurbs curve or surface meet the endpoints in the U direction (Cyclic U must be disabled)
| Type : | boolean, default False |
|---|
Make this nurbs surface meet the endpoints in the V direction (Cyclic V must be disabled)
| Type : | boolean, default False |
|---|
Smooth the normals of the surface or beveled curve
| Type : | boolean, default False |
|---|
Inherited Properties
Inherited Functions
|
References