Class MaskSplinePoint


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Field Documentation

        Blender Source Code

        Actual point coordinates and it's handles .

        Pointer Arithmetics

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

         MaskSplinePoint masksplinepoint = ...;
         CPointer<Object> p = masksplinepoint.__dna__addressof(MaskSplinePoint.__DNA__FIELD__bezt);
         CPointer<BezTriple> p_bezt = p.cast(new Class[]{BezTriple.class});
         

        Metadata

        • Field: 'bezt'
        • Signature: 'BezTriple'
        • Actual Size (32bit/64bit): 72/72
      • __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:

         MaskSplinePoint masksplinepoint = ...;
         CPointer<Object> p = masksplinepoint.__dna__addressof(MaskSplinePoint.__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
      • __DNA__FIELD__tot_uw

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

        Field Documentation

        Blender Source Code

        Number of uv feather values.

        Pointer Arithmetics

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

         MaskSplinePoint masksplinepoint = ...;
         CPointer<Object> p = masksplinepoint.__dna__addressof(MaskSplinePoint.__DNA__FIELD__tot_uw);
         CPointer<Integer> p_tot_uw = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'tot_uw'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__uw

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

        Field Documentation

        Blender Source Code

        Feather UV values.

        Pointer Arithmetics

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

         MaskSplinePoint masksplinepoint = ...;
         CPointer<Object> p = masksplinepoint.__dna__addressof(MaskSplinePoint.__DNA__FIELD__uw);
         CPointer<CPointer<MaskSplinePointUW>> p_uw = p.cast(new Class[]{CPointer.class, MaskSplinePointUW.class});
         

        Metadata

        • Field: 'uw'
        • Signature: 'MaskSplinePointUW*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__parent

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

        Field Documentation

        Blender Python API

        (read-only)

        Blender Source Code

        Parenting information of particular spline point.

        Pointer Arithmetics

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

         MaskSplinePoint masksplinepoint = ...;
         CPointer<Object> p = masksplinepoint.__dna__addressof(MaskSplinePoint.__DNA__FIELD__parent);
         CPointer<MaskParent> p_parent = p.cast(new Class[]{MaskParent.class});
         

        Metadata

        • Field: 'parent'
        • Signature: 'MaskParent'
        • Actual Size (32bit/64bit): 180/184
    • Constructor Detail

      • MaskSplinePoint

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

      • getBezt

        public BezTriple getBezt()
                          throws java.io.IOException
        Get method for struct member 'bezt'.

        Field Documentation

        Blender Source Code

        Actual point coordinates and it's handles .

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bezt
      • setBezt

        public void setBezt​(BezTriple bezt)
                     throws java.io.IOException
        Set method for struct member 'bezt'.

        Field Documentation

        Blender Source Code

        Actual point coordinates and it's handles .

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__bezt
      • 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
      • getTot_uw

        public int getTot_uw()
                      throws java.io.IOException
        Get method for struct member 'tot_uw'.

        Field Documentation

        Blender Source Code

        Number of uv feather values.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__tot_uw
      • setTot_uw

        public void setTot_uw​(int tot_uw)
                       throws java.io.IOException
        Set method for struct member 'tot_uw'.

        Field Documentation

        Blender Source Code

        Number of uv feather values.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__tot_uw
      • getUw

        public CPointer<MaskSplinePointUW> getUw()
                                          throws java.io.IOException
        Get method for struct member 'uw'.

        Field Documentation

        Blender Source Code

        Feather UV values.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__uw
      • setUw

        public void setUw​(CPointer<MaskSplinePointUW> uw)
                   throws java.io.IOException
        Set method for struct member 'uw'.

        Field Documentation

        Blender Source Code

        Feather UV values.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__uw
      • getParent

        public MaskParent getParent()
                             throws java.io.IOException
        Get method for struct member 'parent'.

        Field Documentation

        Blender Python API

        (read-only)

        Blender Source Code

        Parenting information of particular spline point.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__parent
      • setParent

        public void setParent​(MaskParent parent)
                       throws java.io.IOException
        Set method for struct member 'parent'.

        Field Documentation

        Blender Python API

        (read-only)

        Blender Source Code

        Parenting information of particular spline point.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__parent