Package org.blender.dna
Class LineStyleGeometryModifier_Blueprint
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.LineStyleGeometryModifier_Blueprint
-
public class LineStyleGeometryModifier_Blueprint extends CFacade
Generated facet for DNA struct type 'LineStyleGeometryModifier_Blueprint'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD__backbone_length
Field descriptor (offset) for struct member 'backbone_length'.static long[]
__DNA__FIELD__flags
Field descriptor (offset) for struct member 'flags'.static long[]
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.static long[]
__DNA__FIELD__random_backbone
Field descriptor (offset) for struct member 'random_backbone'.static long[]
__DNA__FIELD__random_center
Field descriptor (offset) for struct member 'random_center'.static long[]
__DNA__FIELD__random_radius
Field descriptor (offset) for struct member 'random_radius'.static long[]
__DNA__FIELD__rounds
Field descriptor (offset) for struct member 'rounds'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct LineStyleGeometryModifier_Blueprint.-
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 LineStyleGeometryModifier_Blueprint(long __address, Block __block, BlockTable __blockTable)
protected
LineStyleGeometryModifier_Blueprint(LineStyleGeometryModifier_Blueprint that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<LineStyleGeometryModifier_Blueprint>
__io__addressof()
Instantiates a pointer on this instance.float
getBackbone_length()
Get method for struct member 'backbone_length'.int
getFlags()
Get method for struct member 'flags'.LineStyleModifier
getModifier()
Get method for struct member 'modifier'.int
getRandom_backbone()
Get method for struct member 'random_backbone'.int
getRandom_center()
Get method for struct member 'random_center'.int
getRandom_radius()
Get method for struct member 'random_radius'.int
getRounds()
Get method for struct member 'rounds'.void
setBackbone_length(float backbone_length)
Set method for struct member 'backbone_length'.void
setFlags(int flags)
Set method for struct member 'flags'.void
setModifier(LineStyleModifier modifier)
Set method for struct member 'modifier'.void
setRandom_backbone(int random_backbone)
Set method for struct member 'random_backbone'.void
setRandom_center(int random_center)
Set method for struct member 'random_center'.void
setRandom_radius(int random_radius)
Set method for struct member 'random_radius'.void
setRounds(int rounds)
Set method for struct member 'rounds'.-
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 LineStyleGeometryModifier_Blueprint.It is required when allocating a new block to store data for LineStyleGeometryModifier_Blueprint.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__modifier
public static final long[] __DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
LineStyleGeometryModifier_Blueprint linestylegeometrymodifier_blueprint = ...; CPointer<Object> p = linestylegeometrymodifier_blueprint.__dna__addressof(LineStyleGeometryModifier_Blueprint.__DNA__FIELD__modifier); CPointer<LineStyleModifier> p_modifier = p.cast(new Class[]{LineStyleModifier.class});
Metadata
- Field: 'modifier'
- Signature: 'LineStyleModifier'
- Actual Size (32bit/64bit): 88/96
-
__DNA__FIELD__flags
public static final long[] __DNA__FIELD__flags
Field descriptor (offset) for struct member 'flags'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
LineStyleGeometryModifier_Blueprint linestylegeometrymodifier_blueprint = ...; CPointer<Object> p = linestylegeometrymodifier_blueprint.__dna__addressof(LineStyleGeometryModifier_Blueprint.__DNA__FIELD__flags); CPointer<Integer> p_flags = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'flags'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__rounds
public static final long[] __DNA__FIELD__rounds
Field descriptor (offset) for struct member 'rounds'.Field Documentation
Blender Python API
Number of rounds in contour strokesPointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
LineStyleGeometryModifier_Blueprint linestylegeometrymodifier_blueprint = ...; CPointer<Object> p = linestylegeometrymodifier_blueprint.__dna__addressof(LineStyleGeometryModifier_Blueprint.__DNA__FIELD__rounds); CPointer<Integer> p_rounds = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'rounds'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__backbone_length
public static final long[] __DNA__FIELD__backbone_length
Field descriptor (offset) for struct member 'backbone_length'.Field Documentation
Blender Python API
Amount of backbone stretchingPointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
LineStyleGeometryModifier_Blueprint linestylegeometrymodifier_blueprint = ...; CPointer<Object> p = linestylegeometrymodifier_blueprint.__dna__addressof(LineStyleGeometryModifier_Blueprint.__DNA__FIELD__backbone_length); CPointer<Float> p_backbone_length = p.cast(new Class[]{Float.class});
Metadata
- Field: 'backbone_length'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__random_radius
public static final long[] __DNA__FIELD__random_radius
Field descriptor (offset) for struct member 'random_radius'.Field Documentation
Blender Python API
Randomness of the radiusPointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
LineStyleGeometryModifier_Blueprint linestylegeometrymodifier_blueprint = ...; CPointer<Object> p = linestylegeometrymodifier_blueprint.__dna__addressof(LineStyleGeometryModifier_Blueprint.__DNA__FIELD__random_radius); CPointer<Integer> p_random_radius = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'random_radius'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__random_center
public static final long[] __DNA__FIELD__random_center
Field descriptor (offset) for struct member 'random_center'.Field Documentation
Blender Python API
Randomness of the centerPointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
LineStyleGeometryModifier_Blueprint linestylegeometrymodifier_blueprint = ...; CPointer<Object> p = linestylegeometrymodifier_blueprint.__dna__addressof(LineStyleGeometryModifier_Blueprint.__DNA__FIELD__random_center); CPointer<Integer> p_random_center = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'random_center'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__random_backbone
public static final long[] __DNA__FIELD__random_backbone
Field descriptor (offset) for struct member 'random_backbone'.Field Documentation
Blender Python API
Randomness of the backbone stretchingPointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
LineStyleGeometryModifier_Blueprint linestylegeometrymodifier_blueprint = ...; CPointer<Object> p = linestylegeometrymodifier_blueprint.__dna__addressof(LineStyleGeometryModifier_Blueprint.__DNA__FIELD__random_backbone); CPointer<Integer> p_random_backbone = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'random_backbone'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
-
Constructor Detail
-
LineStyleGeometryModifier_Blueprint
public LineStyleGeometryModifier_Blueprint(long __address, Block __block, BlockTable __blockTable)
-
LineStyleGeometryModifier_Blueprint
protected LineStyleGeometryModifier_Blueprint(LineStyleGeometryModifier_Blueprint that)
-
-
Method Detail
-
getModifier
public LineStyleModifier getModifier() throws java.io.IOException
Get method for struct member 'modifier'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__modifier
-
setModifier
public void setModifier(LineStyleModifier modifier) throws java.io.IOException
Set method for struct member 'modifier'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__modifier
-
getFlags
public int getFlags() throws java.io.IOException
Get method for struct member 'flags'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flags
-
setFlags
public void setFlags(int flags) throws java.io.IOException
Set method for struct member 'flags'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flags
-
getRounds
public int getRounds() throws java.io.IOException
Get method for struct member 'rounds'.Field Documentation
Blender Python API
Number of rounds in contour strokes- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__rounds
-
setRounds
public void setRounds(int rounds) throws java.io.IOException
Set method for struct member 'rounds'.Field Documentation
Blender Python API
Number of rounds in contour strokes- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__rounds
-
getBackbone_length
public float getBackbone_length() throws java.io.IOException
Get method for struct member 'backbone_length'.Field Documentation
Blender Python API
Amount of backbone stretching- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__backbone_length
-
setBackbone_length
public void setBackbone_length(float backbone_length) throws java.io.IOException
Set method for struct member 'backbone_length'.Field Documentation
Blender Python API
Amount of backbone stretching- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__backbone_length
-
getRandom_radius
public int getRandom_radius() throws java.io.IOException
Get method for struct member 'random_radius'.Field Documentation
Blender Python API
Randomness of the radius- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__random_radius
-
setRandom_radius
public void setRandom_radius(int random_radius) throws java.io.IOException
Set method for struct member 'random_radius'.Field Documentation
Blender Python API
Randomness of the radius- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__random_radius
-
getRandom_center
public int getRandom_center() throws java.io.IOException
Get method for struct member 'random_center'.Field Documentation
Blender Python API
Randomness of the center- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__random_center
-
setRandom_center
public void setRandom_center(int random_center) throws java.io.IOException
Set method for struct member 'random_center'.Field Documentation
Blender Python API
Randomness of the center- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__random_center
-
getRandom_backbone
public int getRandom_backbone() throws java.io.IOException
Get method for struct member 'random_backbone'.Field Documentation
Blender Python API
Randomness of the backbone stretching- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__random_backbone
-
setRandom_backbone
public void setRandom_backbone(int random_backbone) throws java.io.IOException
Set method for struct member 'random_backbone'.Field Documentation
Blender Python API
Randomness of the backbone stretching- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__random_backbone
-
__io__addressof
public CPointer<LineStyleGeometryModifier_Blueprint> __io__addressof()
Instantiates a pointer on this instance.
-
-