Uses of Class
org.blender.dna.Curves
-
Packages that use Curves Package Description org.blender.dna org.blender.utils -
-
Uses of Curves in org.blender.dna
Methods in org.blender.dna that return types with arguments of type Curves Modifier and Type Method Description CPointer<Curves>
Curves. __io__addressof()
Instantiates a pointer on this instance.CPointer<Curves>
Curve. getCurve_eval()
Get method for struct member 'curve_eval'.Method parameters in org.blender.dna with type arguments of type Curves Modifier and Type Method Description void
Curve. setCurve_eval(CPointer<Curves> curve_eval)
Set method for struct member 'curve_eval'.Constructors in org.blender.dna with parameters of type Curves Constructor Description Curves(Curves that)
-
Uses of Curves in org.blender.utils
Methods in org.blender.utils that return Curves Modifier and Type Method Description Curves
MainLib. getCurves()
SeeCurves
for documentation.Methods in org.blender.utils with parameters of type Curves Modifier and Type Method Description void
MainLib. setCurves(Curves curves)
SeeCurves
for documentation.
-