public class WireframeModifierData extends CFacade
many of these options match 'solidify'
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__crease_weight
Field descriptor (offset) for struct member 'crease_weight'.
|
static long[] |
__DNA__FIELD__defgrp_name
Field descriptor (offset) for struct member 'defgrp_name'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__mat_ofs
Field descriptor (offset) for struct member 'mat_ofs'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__offset
Field descriptor (offset) for struct member 'offset'.
|
static long[] |
__DNA__FIELD__offset_fac
Field descriptor (offset) for struct member 'offset_fac'.
|
static long[] |
__DNA__FIELD__offset_fac_vg
Field descriptor (offset) for struct member 'offset_fac_vg'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct WireframeModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
WireframeModifierData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
WireframeModifierData(WireframeModifierData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<WireframeModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
float |
getCrease_weight()
Get method for struct member 'crease_weight'.
|
CArrayFacade<java.lang.Byte> |
getDefgrp_name()
Get method for struct member 'defgrp_name'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
short |
getMat_ofs()
Get method for struct member 'mat_ofs'.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
float |
getOffset_fac_vg()
Get method for struct member 'offset_fac_vg'.
|
float |
getOffset_fac()
Get method for struct member 'offset_fac'.
|
float |
getOffset()
Get method for struct member 'offset'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setCrease_weight(float crease_weight)
Set method for struct member 'crease_weight'.
|
void |
setDefgrp_name(CArrayFacade<java.lang.Byte> defgrp_name)
Set method for struct member 'defgrp_name'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setMat_ofs(short mat_ofs)
Set method for struct member 'mat_ofs'.
|
void |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setOffset_fac_vg(float offset_fac_vg)
Set method for struct member 'offset_fac_vg'.
|
void |
setOffset_fac(float offset_fac)
Set method for struct member 'offset_fac'.
|
void |
setOffset(float offset)
Set method for struct member 'offset'.
|
__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 WireframeModifierData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__modifier
This is how you get a reference on the corresponding field in the struct:
WireframeModifierData wireframemodifierdata = ...; CPointer<Object> p = wireframemodifierdata.__dna__addressof(WireframeModifierData.__DNA__FIELD__modifier); CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
public static final long[] __DNA__FIELD__defgrp_name
MAX_VGROUP_NAME.
This is how you get a reference on the corresponding field in the struct:
WireframeModifierData wireframemodifierdata = ...; CPointer<Object> p = wireframemodifierdata.__dna__addressof(WireframeModifierData.__DNA__FIELD__defgrp_name); CPointer<CArrayFacade<Byte>> p_defgrp_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__offset
This is how you get a reference on the corresponding field in the struct:
WireframeModifierData wireframemodifierdata = ...; CPointer<Object> p = wireframemodifierdata.__dna__addressof(WireframeModifierData.__DNA__FIELD__offset); CPointer<Float> p_offset = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__offset_fac
This is how you get a reference on the corresponding field in the struct:
WireframeModifierData wireframemodifierdata = ...; CPointer<Object> p = wireframemodifierdata.__dna__addressof(WireframeModifierData.__DNA__FIELD__offset_fac); CPointer<Float> p_offset_fac = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__offset_fac_vg
This is how you get a reference on the corresponding field in the struct:
WireframeModifierData wireframemodifierdata = ...; CPointer<Object> p = wireframemodifierdata.__dna__addressof(WireframeModifierData.__DNA__FIELD__offset_fac_vg); CPointer<Float> p_offset_fac_vg = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__crease_weight
This is how you get a reference on the corresponding field in the struct:
WireframeModifierData wireframemodifierdata = ...; CPointer<Object> p = wireframemodifierdata.__dna__addressof(WireframeModifierData.__DNA__FIELD__crease_weight); CPointer<Float> p_crease_weight = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
WireframeModifierData wireframemodifierdata = ...; CPointer<Object> p = wireframemodifierdata.__dna__addressof(WireframeModifierData.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__mat_ofs
This is how you get a reference on the corresponding field in the struct:
WireframeModifierData wireframemodifierdata = ...; CPointer<Object> p = wireframemodifierdata.__dna__addressof(WireframeModifierData.__DNA__FIELD__mat_ofs); CPointer<Short> p_mat_ofs = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
WireframeModifierData wireframemodifierdata = ...; CPointer<Object> p = wireframemodifierdata.__dna__addressof(WireframeModifierData.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public WireframeModifierData(long __address, Block __block, BlockTable __blockTable)
protected WireframeModifierData(WireframeModifierData that)
public ModifierData getModifier() throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public void setModifier(ModifierData modifier) throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public CArrayFacade<java.lang.Byte> getDefgrp_name() throws java.io.IOException
MAX_VGROUP_NAME.
java.io.IOException
__DNA__FIELD__defgrp_name
public void setDefgrp_name(CArrayFacade<java.lang.Byte> defgrp_name) throws java.io.IOException
MAX_VGROUP_NAME.
java.io.IOException
__DNA__FIELD__defgrp_name
public float getOffset() throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset
public void setOffset(float offset) throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset
public float getOffset_fac() throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset_fac
public void setOffset_fac(float offset_fac) throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset_fac
public float getOffset_fac_vg() throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset_fac_vg
public void setOffset_fac_vg(float offset_fac_vg) throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset_fac_vg
public float getCrease_weight() throws java.io.IOException
java.io.IOException
__DNA__FIELD__crease_weight
public void setCrease_weight(float crease_weight) throws java.io.IOException
java.io.IOException
__DNA__FIELD__crease_weight
public short getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public short getMat_ofs() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mat_ofs
public void setMat_ofs(short mat_ofs) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mat_ofs
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public CPointer<WireframeModifierData> __io__addressof()