Class bConstraint
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.bConstraint
-
public class bConstraint extends CFacade
Generated facet for DNA struct type 'bConstraint'.Class Documentation
Blender Source Code
A Constraint
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD__data
Field descriptor (offset) for struct member 'data'.static long[]
__DNA__FIELD__enforce
Field descriptor (offset) for struct member 'enforce'.static long[]
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.static long[]
__DNA__FIELD__headtail
Field descriptor (offset) for struct member 'headtail'.static long[]
__DNA__FIELD__ipo
Deprecated.Deprecatedstatic long[]
__DNA__FIELD__lin_error
Field descriptor (offset) for struct member 'lin_error'.static long[]
__DNA__FIELD__name
Field descriptor (offset) for struct member 'name'.static long[]
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.static long[]
__DNA__FIELD__ownspace
Field descriptor (offset) for struct member 'ownspace'.static long[]
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.static long[]
__DNA__FIELD__rot_error
Field descriptor (offset) for struct member 'rot_error'.static long[]
__DNA__FIELD__space_object
Field descriptor (offset) for struct member 'space_object'.static long[]
__DNA__FIELD__space_subtarget
Field descriptor (offset) for struct member 'space_subtarget'.static long[]
__DNA__FIELD__tarspace
Field descriptor (offset) for struct member 'tarspace'.static long[]
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.static long[]
__DNA__FIELD__ui_expand_flag
Field descriptor (offset) for struct member 'ui_expand_flag'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct bConstraint.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description bConstraint(long __address, Block __block, BlockTable __blockTable)
protected
bConstraint(bConstraint that)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CPointer<bConstraint>
__io__addressof()
Instantiates a pointer on this instance.CPointer<java.lang.Object>
getData()
Get method for struct member 'data'.float
getEnforce()
Get method for struct member 'enforce'.short
getFlag()
Get method for struct member 'flag'.float
getHeadtail()
Get method for struct member 'headtail'.CPointer<Ipo>
getIpo()
Deprecated.Deprecatedfloat
getLin_error()
Get method for struct member 'lin_error'.CArrayFacade<java.lang.Byte>
getName()
Get method for struct member 'name'.CPointer<bConstraint>
getNext()
Get method for struct member 'next'.byte
getOwnspace()
Get method for struct member 'ownspace'.CPointer<bConstraint>
getPrev()
Get method for struct member 'prev'.float
getRot_error()
Get method for struct member 'rot_error'.CPointer<BlenderObject>
getSpace_object()
Get method for struct member 'space_object'.CArrayFacade<java.lang.Byte>
getSpace_subtarget()
Get method for struct member 'space_subtarget'.byte
getTarspace()
Get method for struct member 'tarspace'.short
getType()
Get method for struct member 'type'.short
getUi_expand_flag()
Get method for struct member 'ui_expand_flag'.void
setData(CPointer<java.lang.Object> data)
Set method for struct member 'data'.void
setEnforce(float enforce)
Set method for struct member 'enforce'.void
setFlag(short flag)
Set method for struct member 'flag'.void
setHeadtail(float headtail)
Set method for struct member 'headtail'.void
setIpo(CPointer<Ipo> ipo)
Deprecated.Deprecatedvoid
setLin_error(float lin_error)
Set method for struct member 'lin_error'.void
setName(CArrayFacade<java.lang.Byte> name)
Set method for struct member 'name'.void
setNext(CPointer<bConstraint> next)
Set method for struct member 'next'.void
setOwnspace(byte ownspace)
Set method for struct member 'ownspace'.void
setPrev(CPointer<bConstraint> prev)
Set method for struct member 'prev'.void
setRot_error(float rot_error)
Set method for struct member 'rot_error'.void
setSpace_object(CPointer<BlenderObject> space_object)
Set method for struct member 'space_object'.void
setSpace_subtarget(CArrayFacade<java.lang.Byte> space_subtarget)
Set method for struct member 'space_subtarget'.void
setTarspace(byte tarspace)
Set method for struct member 'tarspace'.void
setType(short type)
Set method for struct member 'type'.void
setUi_expand_flag(short ui_expand_flag)
Set method for struct member 'ui_expand_flag'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__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, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct bConstraint.It is required when allocating a new block to store data for bConstraint.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__next
public static final long[] __DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bConstraint bconstraint = ...; CPointer<Object> p = bconstraint.__dna__addressof(bConstraint.__DNA__FIELD__next); CPointer<CPointer<bConstraint>> p_next = p.cast(new Class[]{CPointer.class, bConstraint.class});
Metadata
- Field: 'next'
- Signature: 'bConstraint*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__prev
public static final long[] __DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bConstraint bconstraint = ...; CPointer<Object> p = bconstraint.__dna__addressof(bConstraint.__DNA__FIELD__prev); CPointer<CPointer<bConstraint>> p_prev = p.cast(new Class[]{CPointer.class, bConstraint.class});
Metadata
- Field: 'prev'
- Signature: 'bConstraint*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__data
public static final long[] __DNA__FIELD__data
Field descriptor (offset) for struct member 'data'.Field Documentation
Blender Source Code
Constraint data (a valid constraint type).
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bConstraint bconstraint = ...; CPointer<Object> p = bconstraint.__dna__addressof(bConstraint.__DNA__FIELD__data); CPointer<CPointer<Object>> p_data = p.cast(new Class[]{CPointer.class, Object.class});
Metadata
- Field: 'data'
- Signature: 'void*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__type
public static final long[] __DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.Field Documentation
Blender Source Code
Constraint type.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bConstraint bconstraint = ...; CPointer<Object> p = bconstraint.__dna__addressof(bConstraint.__DNA__FIELD__type); CPointer<Short> p_type = p.cast(new Class[]{Short.class});
Metadata
- Field: 'type'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__flag
public static final long[] __DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.Field Documentation
Blender Source Code
Flag - General Settings.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bConstraint bconstraint = ...; CPointer<Object> p = bconstraint.__dna__addressof(bConstraint.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
Metadata
- Field: 'flag'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__ownspace
public static final long[] __DNA__FIELD__ownspace
Field descriptor (offset) for struct member 'ownspace'.Field Documentation
Blender Source Code
Space that owner should be evaluated in.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bConstraint bconstraint = ...; CPointer<Object> p = bconstraint.__dna__addressof(bConstraint.__DNA__FIELD__ownspace); CPointer<Byte> p_ownspace = p.cast(new Class[]{Byte.class});
Metadata
- Field: 'ownspace'
- Signature: 'char'
- Actual Size (32bit/64bit): 1/1
-
__DNA__FIELD__tarspace
public static final long[] __DNA__FIELD__tarspace
Field descriptor (offset) for struct member 'tarspace'.Field Documentation
Blender Source Code
Space that target should be evaluated in (only used if 1 target).
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bConstraint bconstraint = ...; CPointer<Object> p = bconstraint.__dna__addressof(bConstraint.__DNA__FIELD__tarspace); CPointer<Byte> p_tarspace = p.cast(new Class[]{Byte.class});
Metadata
- Field: 'tarspace'
- Signature: 'char'
- Actual Size (32bit/64bit): 1/1
-
__DNA__FIELD__ui_expand_flag
public static final long[] __DNA__FIELD__ui_expand_flag
Field descriptor (offset) for struct member 'ui_expand_flag'.Field Documentation
Blender Source Code
An "expand" bit for each of the constraint's (sub)panels (uiPanelDataExpansion).
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bConstraint bconstraint = ...; CPointer<Object> p = bconstraint.__dna__addressof(bConstraint.__DNA__FIELD__ui_expand_flag); CPointer<Short> p_ui_expand_flag = p.cast(new Class[]{Short.class});
Metadata
- Field: 'ui_expand_flag'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__space_object
public static final long[] __DNA__FIELD__space_object
Field descriptor (offset) for struct member 'space_object'.Field Documentation
Blender Source Code
Object
to use as target for Custom Space of owner.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bConstraint bconstraint = ...; CPointer<Object> p = bconstraint.__dna__addressof(bConstraint.__DNA__FIELD__space_object); CPointer<CPointer<BlenderObject>> p_space_object = p.cast(new Class[]{CPointer.class, BlenderObject.class});
Metadata
- Field: 'space_object'
- Signature: 'Object*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__space_subtarget
public static final long[] __DNA__FIELD__space_subtarget
Field descriptor (offset) for struct member 'space_subtarget'.Field Documentation
Blender Source Code
Subtarget for Custom Space of owner - pchan or vgroup name, MAX_ID_NAME-2.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bConstraint bconstraint = ...; CPointer<Object> p = bconstraint.__dna__addressof(bConstraint.__DNA__FIELD__space_subtarget); CPointer<CArrayFacade<Byte>> p_space_subtarget = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: 'space_subtarget'
- Signature: 'char[64]'
- Actual Size (32bit/64bit): 64/64
-
__DNA__FIELD__name
public static final long[] __DNA__FIELD__name
Field descriptor (offset) for struct member 'name'.Field Documentation
Blender Source Code
Constraint name, MAX_NAME.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bConstraint bconstraint = ...; CPointer<Object> p = bconstraint.__dna__addressof(bConstraint.__DNA__FIELD__name); CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: 'name'
- Signature: 'char[64]'
- Actual Size (32bit/64bit): 64/64
-
__DNA__FIELD__enforce
public static final long[] __DNA__FIELD__enforce
Field descriptor (offset) for struct member 'enforce'.Field Documentation
Blender Source Code
Amount of influence exerted by constraint (0.0-1.0).
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bConstraint bconstraint = ...; CPointer<Object> p = bconstraint.__dna__addressof(bConstraint.__DNA__FIELD__enforce); CPointer<Float> p_enforce = p.cast(new Class[]{Float.class});
Metadata
- Field: 'enforce'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__headtail
public static final long[] __DNA__FIELD__headtail
Field descriptor (offset) for struct member 'headtail'.Field Documentation
Blender Source Code
bone where the actual target is. 0=head (default for all), 1=tail.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bConstraint bconstraint = ...; CPointer<Object> p = bconstraint.__dna__addressof(bConstraint.__DNA__FIELD__headtail); CPointer<Float> p_headtail = p.cast(new Class[]{Float.class});
Metadata
- Field: 'headtail'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__ipo
public static final long[] __DNA__FIELD__ipo
Deprecated.DeprecatedPointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bConstraint bconstraint = ...; CPointer<Object> p = bconstraint.__dna__addressof(bConstraint.__DNA__FIELD__ipo); CPointer<CPointer<Ipo>> p_ipo = p.cast(new Class[]{CPointer.class, Ipo.class});
Metadata
- Field: 'ipo'
- Signature: 'Ipo*'
- Actual Size (32bit/64bit): 4/8
Field descriptor (offset) for struct member 'ipo'.Field Documentation
Blender Source Code
old animation system, deprecated for 2.5. Local influence ipo or driver
-
__DNA__FIELD__lin_error
public static final long[] __DNA__FIELD__lin_error
Field descriptor (offset) for struct member 'lin_error'.Field Documentation
Blender Source Code
Below are read-only fields that are set at runtime by the solver for use in the GE (only IK at the moment). Residual error on constraint expressed in blender unit.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bConstraint bconstraint = ...; CPointer<Object> p = bconstraint.__dna__addressof(bConstraint.__DNA__FIELD__lin_error); CPointer<Float> p_lin_error = p.cast(new Class[]{Float.class});
Metadata
- Field: 'lin_error'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__rot_error
public static final long[] __DNA__FIELD__rot_error
Field descriptor (offset) for struct member 'rot_error'.Field Documentation
Blender Source Code
Residual error on constraint expressed in radiant.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
bConstraint bconstraint = ...; CPointer<Object> p = bconstraint.__dna__addressof(bConstraint.__DNA__FIELD__rot_error); CPointer<Float> p_rot_error = p.cast(new Class[]{Float.class});
Metadata
- Field: 'rot_error'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
-
Constructor Detail
-
bConstraint
public bConstraint(long __address, Block __block, BlockTable __blockTable)
-
bConstraint
protected bConstraint(bConstraint that)
-
-
Method Detail
-
getNext
public CPointer<bConstraint> getNext() throws java.io.IOException
Get method for struct member 'next'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__next
-
setNext
public void setNext(CPointer<bConstraint> next) throws java.io.IOException
Set method for struct member 'next'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__next
-
getPrev
public CPointer<bConstraint> getPrev() throws java.io.IOException
Get method for struct member 'prev'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prev
-
setPrev
public void setPrev(CPointer<bConstraint> prev) throws java.io.IOException
Set method for struct member 'prev'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prev
-
getData
public CPointer<java.lang.Object> getData() throws java.io.IOException
Get method for struct member 'data'.Field Documentation
Blender Source Code
Constraint data (a valid constraint type).
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__data
-
setData
public void setData(CPointer<java.lang.Object> data) throws java.io.IOException
Set method for struct member 'data'.Field Documentation
Blender Source Code
Constraint data (a valid constraint type).
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__data
-
getType
public short getType() throws java.io.IOException
Get method for struct member 'type'.Field Documentation
Blender Source Code
Constraint type.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__type
-
setType
public void setType(short type) throws java.io.IOException
Set method for struct member 'type'.Field Documentation
Blender Source Code
Constraint type.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__type
-
getFlag
public short getFlag() throws java.io.IOException
Get method for struct member 'flag'.Field Documentation
Blender Source Code
Flag - General Settings.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
setFlag
public void setFlag(short flag) throws java.io.IOException
Set method for struct member 'flag'.Field Documentation
Blender Source Code
Flag - General Settings.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
getOwnspace
public byte getOwnspace() throws java.io.IOException
Get method for struct member 'ownspace'.Field Documentation
Blender Source Code
Space that owner should be evaluated in.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__ownspace
-
setOwnspace
public void setOwnspace(byte ownspace) throws java.io.IOException
Set method for struct member 'ownspace'.Field Documentation
Blender Source Code
Space that owner should be evaluated in.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__ownspace
-
getTarspace
public byte getTarspace() throws java.io.IOException
Get method for struct member 'tarspace'.Field Documentation
Blender Source Code
Space that target should be evaluated in (only used if 1 target).
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__tarspace
-
setTarspace
public void setTarspace(byte tarspace) throws java.io.IOException
Set method for struct member 'tarspace'.Field Documentation
Blender Source Code
Space that target should be evaluated in (only used if 1 target).
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__tarspace
-
getUi_expand_flag
public short getUi_expand_flag() throws java.io.IOException
Get method for struct member 'ui_expand_flag'.Field Documentation
Blender Source Code
An "expand" bit for each of the constraint's (sub)panels (uiPanelDataExpansion).
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__ui_expand_flag
-
setUi_expand_flag
public void setUi_expand_flag(short ui_expand_flag) throws java.io.IOException
Set method for struct member 'ui_expand_flag'.Field Documentation
Blender Source Code
An "expand" bit for each of the constraint's (sub)panels (uiPanelDataExpansion).
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__ui_expand_flag
-
getSpace_object
public CPointer<BlenderObject> getSpace_object() throws java.io.IOException
Get method for struct member 'space_object'.Field Documentation
Blender Source Code
Object
to use as target for Custom Space of owner.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__space_object
-
setSpace_object
public void setSpace_object(CPointer<BlenderObject> space_object) throws java.io.IOException
Set method for struct member 'space_object'.Field Documentation
Blender Source Code
Object
to use as target for Custom Space of owner.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__space_object
-
getSpace_subtarget
public CArrayFacade<java.lang.Byte> getSpace_subtarget() throws java.io.IOException
Get method for struct member 'space_subtarget'.Field Documentation
Blender Source Code
Subtarget for Custom Space of owner - pchan or vgroup name, MAX_ID_NAME-2.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__space_subtarget
-
setSpace_subtarget
public void setSpace_subtarget(CArrayFacade<java.lang.Byte> space_subtarget) throws java.io.IOException
Set method for struct member 'space_subtarget'.Field Documentation
Blender Source Code
Subtarget for Custom Space of owner - pchan or vgroup name, MAX_ID_NAME-2.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__space_subtarget
-
getName
public CArrayFacade<java.lang.Byte> getName() throws java.io.IOException
Get method for struct member 'name'.Field Documentation
Blender Source Code
Constraint name, MAX_NAME.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__name
-
setName
public void setName(CArrayFacade<java.lang.Byte> name) throws java.io.IOException
Set method for struct member 'name'.Field Documentation
Blender Source Code
Constraint name, MAX_NAME.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__name
-
getEnforce
public float getEnforce() throws java.io.IOException
Get method for struct member 'enforce'.Field Documentation
Blender Source Code
Amount of influence exerted by constraint (0.0-1.0).
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__enforce
-
setEnforce
public void setEnforce(float enforce) throws java.io.IOException
Set method for struct member 'enforce'.Field Documentation
Blender Source Code
Amount of influence exerted by constraint (0.0-1.0).
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__enforce
-
getHeadtail
public float getHeadtail() throws java.io.IOException
Get method for struct member 'headtail'.Field Documentation
Blender Source Code
bone where the actual target is. 0=head (default for all), 1=tail.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__headtail
-
setHeadtail
public void setHeadtail(float headtail) throws java.io.IOException
Set method for struct member 'headtail'.Field Documentation
Blender Source Code
bone where the actual target is. 0=head (default for all), 1=tail.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__headtail
-
getIpo
public CPointer<Ipo> getIpo() throws java.io.IOException
Deprecated.DeprecatedGet method for struct member 'ipo'.Field Documentation
Blender Source Code
old animation system, deprecated for 2.5. Local influence ipo or driver
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__ipo
-
setIpo
public void setIpo(CPointer<Ipo> ipo) throws java.io.IOException
Deprecated.DeprecatedSet method for struct member 'ipo'.Field Documentation
Blender Source Code
old animation system, deprecated for 2.5. Local influence ipo or driver
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__ipo
-
getLin_error
public float getLin_error() throws java.io.IOException
Get method for struct member 'lin_error'.Field Documentation
Blender Source Code
Below are read-only fields that are set at runtime by the solver for use in the GE (only IK at the moment). Residual error on constraint expressed in blender unit.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__lin_error
-
setLin_error
public void setLin_error(float lin_error) throws java.io.IOException
Set method for struct member 'lin_error'.Field Documentation
Blender Source Code
Below are read-only fields that are set at runtime by the solver for use in the GE (only IK at the moment). Residual error on constraint expressed in blender unit.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__lin_error
-
getRot_error
public float getRot_error() throws java.io.IOException
Get method for struct member 'rot_error'.Field Documentation
Blender Source Code
Residual error on constraint expressed in radiant.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__rot_error
-
setRot_error
public void setRot_error(float rot_error) throws java.io.IOException
Set method for struct member 'rot_error'.Field Documentation
Blender Source Code
Residual error on constraint expressed in radiant.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__rot_error
-
__io__addressof
public CPointer<bConstraint> __io__addressof()
Instantiates a pointer on this instance.
-
-