Class NodeGeometryStringToCurves


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

        See Also:
        StructDNA, BlockTable, Constant Field Values
      • __DNA__FIELD__overflow

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

        Field Documentation

        Blender Source Code

        GeometryNodeStringToCurvesOverflowMode

        Pointer Arithmetics

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

         NodeGeometryStringToCurves nodegeometrystringtocurves = ...;
         CPointer<Object> p = nodegeometrystringtocurves.__dna__addressof(NodeGeometryStringToCurves.__DNA__FIELD__overflow);
         CPointer<Byte> p_overflow = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'overflow'
        • Signature: 'uchar'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__align_x

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

        Field Documentation

        Blender Source Code

        GeometryNodeStringToCurvesAlignXMode

        Pointer Arithmetics

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

         NodeGeometryStringToCurves nodegeometrystringtocurves = ...;
         CPointer<Object> p = nodegeometrystringtocurves.__dna__addressof(NodeGeometryStringToCurves.__DNA__FIELD__align_x);
         CPointer<Byte> p_align_x = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'align_x'
        • Signature: 'uchar'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__align_y

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

        Field Documentation

        Blender Source Code

        GeometryNodeStringToCurvesAlignYMode

        Pointer Arithmetics

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

         NodeGeometryStringToCurves nodegeometrystringtocurves = ...;
         CPointer<Object> p = nodegeometrystringtocurves.__dna__addressof(NodeGeometryStringToCurves.__DNA__FIELD__align_y);
         CPointer<Byte> p_align_y = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'align_y'
        • Signature: 'uchar'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__pivot_mode

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

        Field Documentation

        Blender Source Code

        GeometryNodeStringToCurvesPivotMode

        Pointer Arithmetics

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

         NodeGeometryStringToCurves nodegeometrystringtocurves = ...;
         CPointer<Object> p = nodegeometrystringtocurves.__dna__addressof(NodeGeometryStringToCurves.__DNA__FIELD__pivot_mode);
         CPointer<Byte> p_pivot_mode = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'pivot_mode'
        • Signature: 'uchar'
        • Actual Size (32bit/64bit): 1/1
    • Constructor Detail

      • NodeGeometryStringToCurves

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

      • getOverflow

        public byte getOverflow()
                         throws java.io.IOException
        Get method for struct member 'overflow'.

        Field Documentation

        Blender Source Code

        GeometryNodeStringToCurvesOverflowMode

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__overflow
      • setOverflow

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

        Field Documentation

        Blender Source Code

        GeometryNodeStringToCurvesOverflowMode

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__overflow
      • getAlign_x

        public byte getAlign_x()
                        throws java.io.IOException
        Get method for struct member 'align_x'.

        Field Documentation

        Blender Source Code

        GeometryNodeStringToCurvesAlignXMode

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__align_x
      • setAlign_x

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

        Field Documentation

        Blender Source Code

        GeometryNodeStringToCurvesAlignXMode

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__align_x
      • getAlign_y

        public byte getAlign_y()
                        throws java.io.IOException
        Get method for struct member 'align_y'.

        Field Documentation

        Blender Source Code

        GeometryNodeStringToCurvesAlignYMode

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__align_y
      • setAlign_y

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

        Field Documentation

        Blender Source Code

        GeometryNodeStringToCurvesAlignYMode

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__align_y
      • getPivot_mode

        public byte getPivot_mode()
                           throws java.io.IOException
        Get method for struct member 'pivot_mode'.

        Field Documentation

        Blender Source Code

        GeometryNodeStringToCurvesPivotMode

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__pivot_mode
      • setPivot_mode

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

        Field Documentation

        Blender Source Code

        GeometryNodeStringToCurvesPivotMode

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__pivot_mode