public class bGPDtriangle extends CFacade
Grease-Pencil Annotations - 'Triangle' -> A triangle contains the index of three vertices for filling the stroke This is only used if high quality fill is enabled
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__v1
Field descriptor (offset) for struct member 'v1'.
|
static long[] |
__DNA__FIELD__v2
Field descriptor (offset) for struct member 'v2'.
|
static long[] |
__DNA__FIELD__v3
Field descriptor (offset) for struct member 'v3'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bGPDtriangle.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bGPDtriangle(bGPDtriangle that) |
|
bGPDtriangle(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bGPDtriangle> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getV1()
Get method for struct member 'v1'.
|
int |
getV2()
Get method for struct member 'v2'.
|
int |
getV3()
Get method for struct member 'v3'.
|
void |
setV1(int v1)
Set method for struct member 'v1'.
|
void |
setV2(int v2)
Set method for struct member 'v2'.
|
void |
setV3(int v3)
Set method for struct member 'v3'.
|
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof
public static final int __DNA__SDNA_INDEX
It is required when allocating a new block to store data for bGPDtriangle.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__v1
This is how you get a reference on the corresponding field in the struct:
bGPDtriangle bgpdtriangle = ...; CPointer<Object> p = bgpdtriangle.__dna__addressof(bGPDtriangle.__DNA__FIELD__v1); CPointer<Integer> p_v1 = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__v2
This is how you get a reference on the corresponding field in the struct:
bGPDtriangle bgpdtriangle = ...; CPointer<Object> p = bgpdtriangle.__dna__addressof(bGPDtriangle.__DNA__FIELD__v2); CPointer<Integer> p_v2 = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__v3
indices for tesselated triangle used for GP Fill
This is how you get a reference on the corresponding field in the struct:
bGPDtriangle bgpdtriangle = ...; CPointer<Object> p = bgpdtriangle.__dna__addressof(bGPDtriangle.__DNA__FIELD__v3); CPointer<Integer> p_v3 = p.cast(new Class[]{Integer.class});
public bGPDtriangle(long __address, Block __block, BlockTable __blockTable)
protected bGPDtriangle(bGPDtriangle that)
public int getV1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__v1
public void setV1(int v1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__v1
public int getV2() throws java.io.IOException
java.io.IOException
__DNA__FIELD__v2
public void setV2(int v2) throws java.io.IOException
java.io.IOException
__DNA__FIELD__v2
public int getV3() throws java.io.IOException
indices for tesselated triangle used for GP Fill
java.io.IOException
__DNA__FIELD__v3
public void setV3(int v3) throws java.io.IOException
indices for tesselated triangle used for GP Fill
java.io.IOException
__DNA__FIELD__v3
public CPointer<bGPDtriangle> __io__addressof()