Class SolidifyModifierData


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

        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:

         SolidifyModifierData solidifymodifierdata = ...;
         CPointer<Object> p = solidifymodifierdata.__dna__addressof(SolidifyModifierData.__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

        Name of vertex group to use, MAX_VGROUP_NAME.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SolidifyModifierData solidifymodifierdata = ...;
         CPointer<Object> p = solidifymodifierdata.__dna__addressof(SolidifyModifierData.__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__shell_defgrp_name

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

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SolidifyModifierData solidifymodifierdata = ...;
         CPointer<Object> p = solidifymodifierdata.__dna__addressof(SolidifyModifierData.__DNA__FIELD__shell_defgrp_name);
         CPointer<CArrayFacade<Byte>> p_shell_defgrp_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

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

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

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SolidifyModifierData solidifymodifierdata = ...;
         CPointer<Object> p = solidifymodifierdata.__dna__addressof(SolidifyModifierData.__DNA__FIELD__rim_defgrp_name);
         CPointer<CArrayFacade<Byte>> p_rim_defgrp_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'rim_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'.

        Field Documentation

        Blender Source Code

        New surface offset leve.l

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SolidifyModifierData solidifymodifierdata = ...;
         CPointer<Object> p = solidifymodifierdata.__dna__addressof(SolidifyModifierData.__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'.

        Field Documentation

        Blender Source Code

        Midpoint of the offset .

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SolidifyModifierData solidifymodifierdata = ...;
         CPointer<Object> p = solidifymodifierdata.__dna__addressof(SolidifyModifierData.__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'.

        Field Documentation

        Blender Source Code

        factor for the minimum weight to use when vgroups are used, avoids 0.0 weights giving duplicate geometry

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SolidifyModifierData solidifymodifierdata = ...;
         CPointer<Object> p = solidifymodifierdata.__dna__addressof(SolidifyModifierData.__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__offset_clamp

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

        Field Documentation

        Blender Source Code

        Clamp offset based on surrounding geometry.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SolidifyModifierData solidifymodifierdata = ...;
         CPointer<Object> p = solidifymodifierdata.__dna__addressof(SolidifyModifierData.__DNA__FIELD__offset_clamp);
         CPointer<Float> p_offset_clamp = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'offset_clamp'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__mode

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

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SolidifyModifierData solidifymodifierdata = ...;
         CPointer<Object> p = solidifymodifierdata.__dna__addressof(SolidifyModifierData.__DNA__FIELD__mode);
         CPointer<Byte> p_mode = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'mode'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__nonmanifold_offset_mode

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

        Field Documentation

        Blender Source Code

        Variables for #MOD_SOLIDIFY_MODE_NONMANIFOLD.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SolidifyModifierData solidifymodifierdata = ...;
         CPointer<Object> p = solidifymodifierdata.__dna__addressof(SolidifyModifierData.__DNA__FIELD__nonmanifold_offset_mode);
         CPointer<Byte> p_nonmanifold_offset_mode = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'nonmanifold_offset_mode'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__nonmanifold_boundary_mode

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

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SolidifyModifierData solidifymodifierdata = ...;
         CPointer<Object> p = solidifymodifierdata.__dna__addressof(SolidifyModifierData.__DNA__FIELD__nonmanifold_boundary_mode);
         CPointer<Byte> p_nonmanifold_boundary_mode = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'nonmanifold_boundary_mode'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __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:

         SolidifyModifierData solidifymodifierdata = ...;
         CPointer<Object> p = solidifymodifierdata.__dna__addressof(SolidifyModifierData.__DNA__FIELD___pad);
         CPointer<Byte> p__pad = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: '_pad'
        • Signature: 'char'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__crease_inner

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

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SolidifyModifierData solidifymodifierdata = ...;
         CPointer<Object> p = solidifymodifierdata.__dna__addressof(SolidifyModifierData.__DNA__FIELD__crease_inner);
         CPointer<Float> p_crease_inner = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'crease_inner'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__crease_outer

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

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SolidifyModifierData solidifymodifierdata = ...;
         CPointer<Object> p = solidifymodifierdata.__dna__addressof(SolidifyModifierData.__DNA__FIELD__crease_outer);
         CPointer<Float> p_crease_outer = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'crease_outer'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__crease_rim

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

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SolidifyModifierData solidifymodifierdata = ...;
         CPointer<Object> p = solidifymodifierdata.__dna__addressof(SolidifyModifierData.__DNA__FIELD__crease_rim);
         CPointer<Float> p_crease_rim = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'crease_rim'
        • 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:

         SolidifyModifierData solidifymodifierdata = ...;
         CPointer<Object> p = solidifymodifierdata.__dna__addressof(SolidifyModifierData.__DNA__FIELD__flag);
         CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'flag'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __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:

         SolidifyModifierData solidifymodifierdata = ...;
         CPointer<Object> p = solidifymodifierdata.__dna__addressof(SolidifyModifierData.__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__mat_ofs_rim

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

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SolidifyModifierData solidifymodifierdata = ...;
         CPointer<Object> p = solidifymodifierdata.__dna__addressof(SolidifyModifierData.__DNA__FIELD__mat_ofs_rim);
         CPointer<Short> p_mat_ofs_rim = p.cast(new Class[]{Short.class});
         

        Metadata

        • Field: 'mat_ofs_rim'
        • Signature: 'short'
        • Actual Size (32bit/64bit): 2/2
      • __DNA__FIELD__merge_tolerance

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

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SolidifyModifierData solidifymodifierdata = ...;
         CPointer<Object> p = solidifymodifierdata.__dna__addressof(SolidifyModifierData.__DNA__FIELD__merge_tolerance);
         CPointer<Float> p_merge_tolerance = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'merge_tolerance'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__bevel_convex

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

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         SolidifyModifierData solidifymodifierdata = ...;
         CPointer<Object> p = solidifymodifierdata.__dna__addressof(SolidifyModifierData.__DNA__FIELD__bevel_convex);
         CPointer<Float> p_bevel_convex = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'bevel_convex'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
    • Constructor Detail

      • SolidifyModifierData

        public SolidifyModifierData​(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

        Name of vertex group to use, 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

        Name of vertex group to use, MAX_VGROUP_NAME.

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

        public CArrayFacade<java.lang.Byte> getShell_defgrp_name()
                                                          throws java.io.IOException
        Get method for struct member 'shell_defgrp_name'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__shell_defgrp_name
      • setShell_defgrp_name

        public void setShell_defgrp_name​(CArrayFacade<java.lang.Byte> shell_defgrp_name)
                                  throws java.io.IOException
        Set method for struct member 'shell_defgrp_name'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__shell_defgrp_name
      • getRim_defgrp_name

        public CArrayFacade<java.lang.Byte> getRim_defgrp_name()
                                                        throws java.io.IOException
        Get method for struct member 'rim_defgrp_name'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__rim_defgrp_name
      • setRim_defgrp_name

        public void setRim_defgrp_name​(CArrayFacade<java.lang.Byte> rim_defgrp_name)
                                throws java.io.IOException
        Set method for struct member 'rim_defgrp_name'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__rim_defgrp_name
      • getOffset

        public float getOffset()
                        throws java.io.IOException
        Get method for struct member 'offset'.

        Field Documentation

        Blender Source Code

        New surface offset leve.l

        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'.

        Field Documentation

        Blender Source Code

        New surface offset leve.l

        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'.

        Field Documentation

        Blender Source Code

        Midpoint of the offset .

        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'.

        Field Documentation

        Blender Source Code

        Midpoint of the offset .

        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'.

        Field Documentation

        Blender Source Code

        factor for the minimum weight to use when vgroups are used, avoids 0.0 weights giving duplicate geometry

        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'.

        Field Documentation

        Blender Source Code

        factor for the minimum weight to use when vgroups are used, avoids 0.0 weights giving duplicate geometry

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__offset_fac_vg
      • getOffset_clamp

        public float getOffset_clamp()
                              throws java.io.IOException
        Get method for struct member 'offset_clamp'.

        Field Documentation

        Blender Source Code

        Clamp offset based on surrounding geometry.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__offset_clamp
      • setOffset_clamp

        public void setOffset_clamp​(float offset_clamp)
                             throws java.io.IOException
        Set method for struct member 'offset_clamp'.

        Field Documentation

        Blender Source Code

        Clamp offset based on surrounding geometry.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__offset_clamp
      • getMode

        public byte getMode()
                     throws java.io.IOException
        Get method for struct member 'mode'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mode
      • setMode

        public void setMode​(byte mode)
                     throws java.io.IOException
        Set method for struct member 'mode'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mode
      • getNonmanifold_offset_mode

        public byte getNonmanifold_offset_mode()
                                        throws java.io.IOException
        Get method for struct member 'nonmanifold_offset_mode'.

        Field Documentation

        Blender Source Code

        Variables for #MOD_SOLIDIFY_MODE_NONMANIFOLD.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nonmanifold_offset_mode
      • setNonmanifold_offset_mode

        public void setNonmanifold_offset_mode​(byte nonmanifold_offset_mode)
                                        throws java.io.IOException
        Set method for struct member 'nonmanifold_offset_mode'.

        Field Documentation

        Blender Source Code

        Variables for #MOD_SOLIDIFY_MODE_NONMANIFOLD.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nonmanifold_offset_mode
      • getNonmanifold_boundary_mode

        public byte getNonmanifold_boundary_mode()
                                          throws java.io.IOException
        Get method for struct member 'nonmanifold_boundary_mode'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nonmanifold_boundary_mode
      • setNonmanifold_boundary_mode

        public void setNonmanifold_boundary_mode​(byte nonmanifold_boundary_mode)
                                          throws java.io.IOException
        Set method for struct member 'nonmanifold_boundary_mode'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__nonmanifold_boundary_mode
      • get_pad

        public 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​(byte _pad)
                     throws java.io.IOException
        Set method for struct member '_pad'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD___pad
      • getCrease_inner

        public float getCrease_inner()
                              throws java.io.IOException
        Get method for struct member 'crease_inner'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__crease_inner
      • setCrease_inner

        public void setCrease_inner​(float crease_inner)
                             throws java.io.IOException
        Set method for struct member 'crease_inner'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__crease_inner
      • getCrease_outer

        public float getCrease_outer()
                              throws java.io.IOException
        Get method for struct member 'crease_outer'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__crease_outer
      • setCrease_outer

        public void setCrease_outer​(float crease_outer)
                             throws java.io.IOException
        Set method for struct member 'crease_outer'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__crease_outer
      • getCrease_rim

        public float getCrease_rim()
                            throws java.io.IOException
        Get method for struct member 'crease_rim'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__crease_rim
      • setCrease_rim

        public void setCrease_rim​(float crease_rim)
                           throws java.io.IOException
        Set method for struct member 'crease_rim'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__crease_rim
      • getFlag

        public int getFlag()
                    throws java.io.IOException
        Get method for struct member 'flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • setFlag

        public void setFlag​(int 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
      • getMat_ofs_rim

        public short getMat_ofs_rim()
                             throws java.io.IOException
        Get method for struct member 'mat_ofs_rim'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mat_ofs_rim
      • setMat_ofs_rim

        public void setMat_ofs_rim​(short mat_ofs_rim)
                            throws java.io.IOException
        Set method for struct member 'mat_ofs_rim'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__mat_ofs_rim
      • getMerge_tolerance

        public float getMerge_tolerance()
                                 throws java.io.IOException
        Get method for struct member 'merge_tolerance'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__merge_tolerance
      • setMerge_tolerance

        public void setMerge_tolerance​(float merge_tolerance)
                                throws java.io.IOException
        Set method for struct member 'merge_tolerance'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__merge_tolerance
      • getBevel_convex

        public float getBevel_convex()
                              throws java.io.IOException
        Get method for struct member 'bevel_convex'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bevel_convex
      • setBevel_convex

        public void setBevel_convex​(float bevel_convex)
                             throws java.io.IOException
        Set method for struct member 'bevel_convex'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bevel_convex