BlendDataCurves(bpy_struct)

base class — bpy_struct

class bpy.types.BlendDataCurves(bpy_struct)

Collection of curves

new(name, type)

Add a new curve to the main database

Parameters:
  • name (string) – New name for the datablock.
  • type (enum in [‘CURVE’, ‘SURFACE’, ‘FONT’]) – Type, The type of curve to add
Returns:

New curve datablock.

Return type:

Curve

remove(curve)

Remove a curve from the current blendfile.

Parameters:curve (Curve, (never None)) – Curve to remove.
tag(value)

tag

Parameters:value (boolean) – Value

Inherited Properties

Inherited Functions

References

Previous topic

BlendDataCameras(bpy_struct)

Next topic

BlendDataFonts(bpy_struct)