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