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