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