Uses of Class
org.blender.dna.bGPDcurve
-
Packages that use bGPDcurve Package Description org.blender.dna -
-
Uses of bGPDcurve in org.blender.dna
Methods in org.blender.dna that return types with arguments of type bGPDcurve Modifier and Type Method Description CPointer<bGPDcurve>
bGPDcurve. __io__addressof()
Instantiates a pointer on this instance.CPointer<bGPDcurve>
bGPDstroke. getEditcurve()
Get method for struct member 'editcurve'.Method parameters in org.blender.dna with type arguments of type bGPDcurve Modifier and Type Method Description void
bGPDstroke. setEditcurve(CPointer<bGPDcurve> editcurve)
Set method for struct member 'editcurve'.Constructors in org.blender.dna with parameters of type bGPDcurve Constructor Description bGPDcurve(bGPDcurve that)
-