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