Class LineStyleGeometryModifier_Blueprint


  • public class LineStyleGeometryModifier_Blueprint
    extends CFacade
    Generated facet for DNA struct type 'LineStyleGeometryModifier_Blueprint'.

    Class Documentation

    • 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 strokes

        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__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 stretching

        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__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 radius

        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__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 center

        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__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 stretching

        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__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)
    • Method Detail

      • 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