public class GP_Sculpt_Guide extends CFacade
Settings for a GPencil Speed Guide
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad2
Field descriptor (offset) for struct member '_pad2'.
|
static long[] |
__DNA__FIELD__angle
Field descriptor (offset) for struct member 'angle'.
|
static long[] |
__DNA__FIELD__angle_snap
Field descriptor (offset) for struct member 'angle_snap'.
|
static long[] |
__DNA__FIELD__location
Field descriptor (offset) for struct member 'location'.
|
static long[] |
__DNA__FIELD__reference_object
Field descriptor (offset) for struct member 'reference_object'.
|
static long[] |
__DNA__FIELD__reference_point
Field descriptor (offset) for struct member 'reference_point'.
|
static long[] |
__DNA__FIELD__spacing
Field descriptor (offset) for struct member 'spacing'.
|
static long[] |
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.
|
static long[] |
__DNA__FIELD__use_guide
Field descriptor (offset) for struct member 'use_guide'.
|
static long[] |
__DNA__FIELD__use_snapping
Field descriptor (offset) for struct member 'use_snapping'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct GP_Sculpt_Guide.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
GP_Sculpt_Guide(GP_Sculpt_Guide that) |
|
GP_Sculpt_Guide(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<GP_Sculpt_Guide> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad2()
Get method for struct member '_pad2'.
|
float |
getAngle_snap()
Get method for struct member 'angle_snap'.
|
float |
getAngle()
Get method for struct member 'angle'.
|
CArrayFacade<java.lang.Float> |
getLocation()
Get method for struct member 'location'.
|
CPointer<BlenderObject> |
getReference_object()
Get method for struct member 'reference_object'.
|
byte |
getReference_point()
Get method for struct member 'reference_point'.
|
float |
getSpacing()
Get method for struct member 'spacing'.
|
byte |
getType()
Get method for struct member 'type'.
|
byte |
getUse_guide()
Get method for struct member 'use_guide'.
|
byte |
getUse_snapping()
Get method for struct member 'use_snapping'.
|
void |
set_pad2(CArrayFacade<java.lang.Byte> _pad2)
Set method for struct member '_pad2'.
|
void |
setAngle_snap(float angle_snap)
Set method for struct member 'angle_snap'.
|
void |
setAngle(float angle)
Set method for struct member 'angle'.
|
void |
setLocation(CArrayFacade<java.lang.Float> location)
Set method for struct member 'location'.
|
void |
setReference_object(CPointer<BlenderObject> reference_object)
Set method for struct member 'reference_object'.
|
void |
setReference_point(byte reference_point)
Set method for struct member 'reference_point'.
|
void |
setSpacing(float spacing)
Set method for struct member 'spacing'.
|
void |
setType(byte type)
Set method for struct member 'type'.
|
void |
setUse_guide(byte use_guide)
Set method for struct member 'use_guide'.
|
void |
setUse_snapping(byte use_snapping)
Set method for struct member 'use_snapping'.
|
__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 GP_Sculpt_Guide.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__use_guide
This is how you get a reference on the corresponding field in the struct:
GP_Sculpt_Guide gp_sculpt_guide = ...; CPointer<Object> p = gp_sculpt_guide.__dna__addressof(GP_Sculpt_Guide.__DNA__FIELD__use_guide); CPointer<Byte> p_use_guide = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__use_snapping
This is how you get a reference on the corresponding field in the struct:
GP_Sculpt_Guide gp_sculpt_guide = ...; CPointer<Object> p = gp_sculpt_guide.__dna__addressof(GP_Sculpt_Guide.__DNA__FIELD__use_snapping); CPointer<Byte> p_use_snapping = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__reference_point
This is how you get a reference on the corresponding field in the struct:
GP_Sculpt_Guide gp_sculpt_guide = ...; CPointer<Object> p = gp_sculpt_guide.__dna__addressof(GP_Sculpt_Guide.__DNA__FIELD__reference_point); CPointer<Byte> p_reference_point = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
GP_Sculpt_Guide gp_sculpt_guide = ...; CPointer<Object> p = gp_sculpt_guide.__dna__addressof(GP_Sculpt_Guide.__DNA__FIELD__type); CPointer<Byte> p_type = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD___pad2
This is how you get a reference on the corresponding field in the struct:
GP_Sculpt_Guide gp_sculpt_guide = ...; CPointer<Object> p = gp_sculpt_guide.__dna__addressof(GP_Sculpt_Guide.__DNA__FIELD___pad2); CPointer<CArrayFacade<Byte>> p__pad2 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__angle
This is how you get a reference on the corresponding field in the struct:
GP_Sculpt_Guide gp_sculpt_guide = ...; CPointer<Object> p = gp_sculpt_guide.__dna__addressof(GP_Sculpt_Guide.__DNA__FIELD__angle); CPointer<Float> p_angle = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__angle_snap
This is how you get a reference on the corresponding field in the struct:
GP_Sculpt_Guide gp_sculpt_guide = ...; CPointer<Object> p = gp_sculpt_guide.__dna__addressof(GP_Sculpt_Guide.__DNA__FIELD__angle_snap); CPointer<Float> p_angle_snap = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__spacing
This is how you get a reference on the corresponding field in the struct:
GP_Sculpt_Guide gp_sculpt_guide = ...; CPointer<Object> p = gp_sculpt_guide.__dna__addressof(GP_Sculpt_Guide.__DNA__FIELD__spacing); CPointer<Float> p_spacing = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__location
This is how you get a reference on the corresponding field in the struct:
GP_Sculpt_Guide gp_sculpt_guide = ...; CPointer<Object> p = gp_sculpt_guide.__dna__addressof(GP_Sculpt_Guide.__DNA__FIELD__location); CPointer<CArrayFacade<Float>> p_location = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__reference_object
This is how you get a reference on the corresponding field in the struct:
GP_Sculpt_Guide gp_sculpt_guide = ...; CPointer<Object> p = gp_sculpt_guide.__dna__addressof(GP_Sculpt_Guide.__DNA__FIELD__reference_object); CPointer<CPointer<BlenderObject>> p_reference_object = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public GP_Sculpt_Guide(long __address, Block __block, BlockTable __blockTable)
protected GP_Sculpt_Guide(GP_Sculpt_Guide that)
public byte getUse_guide() throws java.io.IOException
java.io.IOException
__DNA__FIELD__use_guide
public void setUse_guide(byte use_guide) throws java.io.IOException
java.io.IOException
__DNA__FIELD__use_guide
public byte getUse_snapping() throws java.io.IOException
java.io.IOException
__DNA__FIELD__use_snapping
public void setUse_snapping(byte use_snapping) throws java.io.IOException
java.io.IOException
__DNA__FIELD__use_snapping
public byte getReference_point() throws java.io.IOException
java.io.IOException
__DNA__FIELD__reference_point
public void setReference_point(byte reference_point) throws java.io.IOException
java.io.IOException
__DNA__FIELD__reference_point
public byte getType() throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public void setType(byte type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public CArrayFacade<java.lang.Byte> get_pad2() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad2
public void set_pad2(CArrayFacade<java.lang.Byte> _pad2) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad2
public float getAngle() throws java.io.IOException
java.io.IOException
__DNA__FIELD__angle
public void setAngle(float angle) throws java.io.IOException
java.io.IOException
__DNA__FIELD__angle
public float getAngle_snap() throws java.io.IOException
java.io.IOException
__DNA__FIELD__angle_snap
public void setAngle_snap(float angle_snap) throws java.io.IOException
java.io.IOException
__DNA__FIELD__angle_snap
public float getSpacing() throws java.io.IOException
java.io.IOException
__DNA__FIELD__spacing
public void setSpacing(float spacing) throws java.io.IOException
java.io.IOException
__DNA__FIELD__spacing
public CArrayFacade<java.lang.Float> getLocation() throws java.io.IOException
java.io.IOException
__DNA__FIELD__location
public void setLocation(CArrayFacade<java.lang.Float> location) throws java.io.IOException
java.io.IOException
__DNA__FIELD__location
public CPointer<BlenderObject> getReference_object() throws java.io.IOException
java.io.IOException
__DNA__FIELD__reference_object
public void setReference_object(CPointer<BlenderObject> reference_object) throws java.io.IOException
java.io.IOException
__DNA__FIELD__reference_object
public CPointer<GP_Sculpt_Guide> __io__addressof()