Uses of Class
org.blender.dna.Curve
-
Packages that use Curve Package Description org.blender.dna org.blender.utils -
-
Uses of Curve in org.blender.dna
Methods in org.blender.dna that return types with arguments of type Curve Modifier and Type Method Description CPointer<Curve>
Curve. __io__addressof()
Instantiates a pointer on this instance.CPointer<Curve>
Object_Runtime. getObject_as_temp_curve()
Get method for struct member 'object_as_temp_curve'.Method parameters in org.blender.dna with type arguments of type Curve Modifier and Type Method Description void
Object_Runtime. setObject_as_temp_curve(CPointer<Curve> object_as_temp_curve)
Set method for struct member 'object_as_temp_curve'.Constructors in org.blender.dna with parameters of type Curve Constructor Description Curve(Curve that)
-
Uses of Curve in org.blender.utils
Methods in org.blender.utils that return Curve Modifier and Type Method Description Curve
MainLib. getCurve()
SeeCurve
for documentation.Methods in org.blender.utils with parameters of type Curve Modifier and Type Method Description void
MainLib. setCurve(Curve curve)
SeeCurve
for documentation.
-