public class bShrinkwrapConstraint extends CFacade
ShrinkWrap Constraint
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__dist
Field descriptor (offset) for struct member 'dist'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__projAxis
Field descriptor (offset) for struct member 'projAxis'.
|
static long[] |
__DNA__FIELD__projAxisSpace
Field descriptor (offset) for struct member 'projAxisSpace'.
|
static long[] |
__DNA__FIELD__projLimit
Field descriptor (offset) for struct member 'projLimit'.
|
static long[] |
__DNA__FIELD__shrinkMode
Field descriptor (offset) for struct member 'shrinkMode'.
|
static long[] |
__DNA__FIELD__shrinkType
Field descriptor (offset) for struct member 'shrinkType'.
|
static long[] |
__DNA__FIELD__target
Field descriptor (offset) for struct member 'target'.
|
static long[] |
__DNA__FIELD__trackAxis
Field descriptor (offset) for struct member 'trackAxis'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bShrinkwrapConstraint.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bShrinkwrapConstraint(bShrinkwrapConstraint that) |
|
bShrinkwrapConstraint(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bShrinkwrapConstraint> |
__io__addressof()
Instantiates a pointer on this instance.
|
byte |
get_pad()
Get method for struct member '_pad'.
|
float |
getDist()
Get method for struct member 'dist'.
|
byte |
getFlag()
Get method for struct member 'flag'.
|
byte |
getProjAxis()
Get method for struct member 'projAxis'.
|
byte |
getProjAxisSpace()
Get method for struct member 'projAxisSpace'.
|
float |
getProjLimit()
Get method for struct member 'projLimit'.
|
byte |
getShrinkMode()
Get method for struct member 'shrinkMode'.
|
short |
getShrinkType()
Get method for struct member 'shrinkType'.
|
CPointer<BlenderObject> |
getTarget()
Get method for struct member 'target'.
|
byte |
getTrackAxis()
Get method for struct member 'trackAxis'.
|
void |
set_pad(byte _pad)
Set method for struct member '_pad'.
|
void |
setDist(float dist)
Set method for struct member 'dist'.
|
void |
setFlag(byte flag)
Set method for struct member 'flag'.
|
void |
setProjAxis(byte projAxis)
Set method for struct member 'projAxis'.
|
void |
setProjAxisSpace(byte projAxisSpace)
Set method for struct member 'projAxisSpace'.
|
void |
setProjLimit(float projLimit)
Set method for struct member 'projLimit'.
|
void |
setShrinkMode(byte shrinkMode)
Set method for struct member 'shrinkMode'.
|
void |
setShrinkType(short shrinkType)
Set method for struct member 'shrinkType'.
|
void |
setTarget(CPointer<BlenderObject> target)
Set method for struct member 'target'.
|
void |
setTrackAxis(byte trackAxis)
Set method for struct member 'trackAxis'.
|
__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 bShrinkwrapConstraint.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__target
This is how you get a reference on the corresponding field in the struct:
bShrinkwrapConstraint bshrinkwrapconstraint = ...; CPointer<Object> p = bshrinkwrapconstraint.__dna__addressof(bShrinkwrapConstraint.__DNA__FIELD__target); CPointer<CPointer<BlenderObject>> p_target = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__dist
Distance to kept from target.
This is how you get a reference on the corresponding field in the struct:
bShrinkwrapConstraint bshrinkwrapconstraint = ...; CPointer<Object> p = bshrinkwrapconstraint.__dna__addressof(bShrinkwrapConstraint.__DNA__FIELD__dist); CPointer<Float> p_dist = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__shrinkType
Shrink type (look on MOD shrinkwrap for values).
This is how you get a reference on the corresponding field in the struct:
bShrinkwrapConstraint bshrinkwrapconstraint = ...; CPointer<Object> p = bshrinkwrapconstraint.__dna__addressof(bShrinkwrapConstraint.__DNA__FIELD__shrinkType); CPointer<Short> p_shrinkType = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__projAxis
Axis to project/constrain.
This is how you get a reference on the corresponding field in the struct:
bShrinkwrapConstraint bshrinkwrapconstraint = ...; CPointer<Object> p = bshrinkwrapconstraint.__dna__addressof(bShrinkwrapConstraint.__DNA__FIELD__projAxis); CPointer<Byte> p_projAxis = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__projAxisSpace
Space to project axis in.
This is how you get a reference on the corresponding field in the struct:
bShrinkwrapConstraint bshrinkwrapconstraint = ...; CPointer<Object> p = bshrinkwrapconstraint.__dna__addressof(bShrinkwrapConstraint.__DNA__FIELD__projAxisSpace); CPointer<Byte> p_projAxisSpace = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__projLimit
Distance to search.
This is how you get a reference on the corresponding field in the struct:
bShrinkwrapConstraint bshrinkwrapconstraint = ...; CPointer<Object> p = bshrinkwrapconstraint.__dna__addressof(bShrinkwrapConstraint.__DNA__FIELD__projLimit); CPointer<Float> p_projLimit = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__shrinkMode
Inside/outside/on surface (see MOD shrinkwrap).
This is how you get a reference on the corresponding field in the struct:
bShrinkwrapConstraint bshrinkwrapconstraint = ...; CPointer<Object> p = bshrinkwrapconstraint.__dna__addressof(bShrinkwrapConstraint.__DNA__FIELD__shrinkMode); CPointer<Byte> p_shrinkMode = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__flag
Options.
This is how you get a reference on the corresponding field in the struct:
bShrinkwrapConstraint bshrinkwrapconstraint = ...; CPointer<Object> p = bshrinkwrapconstraint.__dna__addressof(bShrinkwrapConstraint.__DNA__FIELD__flag); CPointer<Byte> p_flag = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__trackAxis
Axis to align to normal.
This is how you get a reference on the corresponding field in the struct:
bShrinkwrapConstraint bshrinkwrapconstraint = ...; CPointer<Object> p = bshrinkwrapconstraint.__dna__addressof(bShrinkwrapConstraint.__DNA__FIELD__trackAxis); CPointer<Byte> p_trackAxis = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
bShrinkwrapConstraint bshrinkwrapconstraint = ...; CPointer<Object> p = bshrinkwrapconstraint.__dna__addressof(bShrinkwrapConstraint.__DNA__FIELD___pad); CPointer<Byte> p__pad = p.cast(new Class[]{Byte.class});
public bShrinkwrapConstraint(long __address, Block __block, BlockTable __blockTable)
protected bShrinkwrapConstraint(bShrinkwrapConstraint that)
public CPointer<BlenderObject> getTarget() throws java.io.IOException
java.io.IOException
__DNA__FIELD__target
public void setTarget(CPointer<BlenderObject> target) throws java.io.IOException
java.io.IOException
__DNA__FIELD__target
public float getDist() throws java.io.IOException
Distance to kept from target.
java.io.IOException
__DNA__FIELD__dist
public void setDist(float dist) throws java.io.IOException
Distance to kept from target.
java.io.IOException
__DNA__FIELD__dist
public short getShrinkType() throws java.io.IOException
Shrink type (look on MOD shrinkwrap for values).
java.io.IOException
__DNA__FIELD__shrinkType
public void setShrinkType(short shrinkType) throws java.io.IOException
Shrink type (look on MOD shrinkwrap for values).
java.io.IOException
__DNA__FIELD__shrinkType
public byte getProjAxis() throws java.io.IOException
Axis to project/constrain.
java.io.IOException
__DNA__FIELD__projAxis
public void setProjAxis(byte projAxis) throws java.io.IOException
Axis to project/constrain.
java.io.IOException
__DNA__FIELD__projAxis
public byte getProjAxisSpace() throws java.io.IOException
Space to project axis in.
java.io.IOException
__DNA__FIELD__projAxisSpace
public void setProjAxisSpace(byte projAxisSpace) throws java.io.IOException
Space to project axis in.
java.io.IOException
__DNA__FIELD__projAxisSpace
public float getProjLimit() throws java.io.IOException
Distance to search.
java.io.IOException
__DNA__FIELD__projLimit
public void setProjLimit(float projLimit) throws java.io.IOException
Distance to search.
java.io.IOException
__DNA__FIELD__projLimit
public byte getShrinkMode() throws java.io.IOException
Inside/outside/on surface (see MOD shrinkwrap).
java.io.IOException
__DNA__FIELD__shrinkMode
public void setShrinkMode(byte shrinkMode) throws java.io.IOException
Inside/outside/on surface (see MOD shrinkwrap).
java.io.IOException
__DNA__FIELD__shrinkMode
public byte getFlag() throws java.io.IOException
Options.
java.io.IOException
__DNA__FIELD__flag
public void setFlag(byte flag) throws java.io.IOException
Options.
java.io.IOException
__DNA__FIELD__flag
public byte getTrackAxis() throws java.io.IOException
Axis to align to normal.
java.io.IOException
__DNA__FIELD__trackAxis
public void setTrackAxis(byte trackAxis) throws java.io.IOException
Axis to align to normal.
java.io.IOException
__DNA__FIELD__trackAxis
public byte get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(byte _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public CPointer<bShrinkwrapConstraint> __io__addressof()