Class WireframeModifierData


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

    Class Documentation

    Blender Source Code

    many of these options match 'solidify'

    • Field Detail

      • __DNA__SDNA_INDEX

        public static final int __DNA__SDNA_INDEX
        This is the sdna index of the struct WireframeModifierData.

        It is required when allocating a new block to store data for WireframeModifierData.

        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:

         WireframeModifierData wireframemodifierdata = ...;
         CPointer<Object> p = wireframemodifierdata.__dna__addressof(WireframeModifierData.__DNA__FIELD__modifier);
         CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
         

        Metadata

        • Field: 'modifier'
        • Signature: 'ModifierData'
        • Actual Size (32bit/64bit): 100/120
      • __DNA__FIELD__defgrp_name

        public static final long[] __DNA__FIELD__defgrp_name
        Field descriptor (offset) for struct member 'defgrp_name'.

        Field Documentation

        Blender Source Code

        MAX_VGROUP_NAME.

        Pointer Arithmetics

        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});
         

        Metadata

        • Field: 'defgrp_name'
        • Signature: 'char[64]'
        • Actual Size (32bit/64bit): 64/64
      • __DNA__FIELD__offset

        public static final long[] __DNA__FIELD__offset
        Field descriptor (offset) for struct member 'offset'.

        Pointer Arithmetics

        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});
         

        Metadata

        • Field: 'offset'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__offset_fac

        public static final long[] __DNA__FIELD__offset_fac
        Field descriptor (offset) for struct member 'offset_fac'.

        Pointer Arithmetics

        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});
         

        Metadata

        • Field: 'offset_fac'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__offset_fac_vg

        public static final long[] __DNA__FIELD__offset_fac_vg
        Field descriptor (offset) for struct member 'offset_fac_vg'.

        Pointer Arithmetics

        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});
         

        Metadata

        • Field: 'offset_fac_vg'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__crease_weight

        public static final long[] __DNA__FIELD__crease_weight
        Field descriptor (offset) for struct member 'crease_weight'.

        Pointer Arithmetics

        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});
         

        Metadata

        • Field: 'crease_weight'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__flag

        public static final long[] __DNA__FIELD__flag
        Field descriptor (offset) for struct member 'flag'.

        Pointer Arithmetics

        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});
         

        Metadata

        • Field: 'flag'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__mat_ofs

        public static final long[] __DNA__FIELD__mat_ofs
        Field descriptor (offset) for struct member 'mat_ofs'.

        Pointer Arithmetics

        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});
         

        Metadata

        • Field: 'mat_ofs'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD___pad

        public static final long[] __DNA__FIELD___pad
        Field descriptor (offset) for struct member '_pad'.

        Pointer Arithmetics

        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});
         

        Metadata

        • Field: '_pad'
        • Signature: 'char[4]'
        • Actual Size (32bit/64bit): 4/4
    • Constructor Detail

      • WireframeModifierData

        public WireframeModifierData​(long __address,
                                     Block __block,
                                     BlockTable __blockTable)
    • Method Detail

      • getModifier

        public ModifierData getModifier()
                                 throws java.io.IOException
        Get method for struct member 'modifier'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__modifier
      • setModifier

        public void setModifier​(ModifierData modifier)
                         throws java.io.IOException
        Set method for struct member 'modifier'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__modifier
      • getDefgrp_name

        public CArrayFacade<java.lang.Byte> getDefgrp_name()
                                                    throws java.io.IOException
        Get method for struct member 'defgrp_name'.

        Field Documentation

        Blender Source Code

        MAX_VGROUP_NAME.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__defgrp_name
      • setDefgrp_name

        public void setDefgrp_name​(CArrayFacade<java.lang.Byte> defgrp_name)
                            throws java.io.IOException
        Set method for struct member 'defgrp_name'.

        Field Documentation

        Blender Source Code

        MAX_VGROUP_NAME.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__defgrp_name
      • getOffset

        public float getOffset()
                        throws java.io.IOException
        Get method for struct member 'offset'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__offset
      • setOffset

        public void setOffset​(float offset)
                       throws java.io.IOException
        Set method for struct member 'offset'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__offset
      • getOffset_fac

        public float getOffset_fac()
                            throws java.io.IOException
        Get method for struct member 'offset_fac'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__offset_fac
      • setOffset_fac

        public void setOffset_fac​(float offset_fac)
                           throws java.io.IOException
        Set method for struct member 'offset_fac'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__offset_fac
      • getOffset_fac_vg

        public float getOffset_fac_vg()
                               throws java.io.IOException
        Get method for struct member 'offset_fac_vg'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__offset_fac_vg
      • setOffset_fac_vg

        public void setOffset_fac_vg​(float offset_fac_vg)
                              throws java.io.IOException
        Set method for struct member 'offset_fac_vg'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__offset_fac_vg
      • getCrease_weight

        public float getCrease_weight()
                               throws java.io.IOException
        Get method for struct member 'crease_weight'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__crease_weight
      • setCrease_weight

        public void setCrease_weight​(float crease_weight)
                              throws java.io.IOException
        Set method for struct member 'crease_weight'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__crease_weight
      • getFlag

        public short getFlag()
                      throws java.io.IOException
        Get method for struct member 'flag'.
        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'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • getMat_ofs

        public short getMat_ofs()
                         throws java.io.IOException
        Get method for struct member 'mat_ofs'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mat_ofs
      • setMat_ofs

        public void setMat_ofs​(short mat_ofs)
                        throws java.io.IOException
        Set method for struct member 'mat_ofs'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mat_ofs
      • get_pad

        public CArrayFacade<java.lang.Byte> get_pad()
                                             throws java.io.IOException
        Get method for struct member '_pad'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad
      • set_pad

        public void set_pad​(CArrayFacade<java.lang.Byte> _pad)
                     throws java.io.IOException
        Set method for struct member '_pad'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad