Class NodeGeometrySubdivisionSurface


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

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

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

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

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

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

        Field Documentation

        Blender Source Code

        eSubsurfUVSmooth.

        Pointer Arithmetics

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

         NodeGeometrySubdivisionSurface nodegeometrysubdivisionsurface = ...;
         CPointer<Object> p = nodegeometrysubdivisionsurface.__dna__addressof(NodeGeometrySubdivisionSurface.__DNA__FIELD__uv_smooth);
         CPointer<Byte> p_uv_smooth = p.cast(new Class[]{Byte.class});
         

        Metadata

        • Field: 'uv_smooth'
        • Signature: 'uchar'
        • Actual Size (32bit/64bit): 1/1
      • __DNA__FIELD__boundary_smooth

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

        Field Documentation

        Blender Source Code

        eSubsurfBoundarySmooth.

        Pointer Arithmetics

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

         NodeGeometrySubdivisionSurface nodegeometrysubdivisionsurface = ...;
         CPointer<Object> p = nodegeometrysubdivisionsurface.__dna__addressof(NodeGeometrySubdivisionSurface.__DNA__FIELD__boundary_smooth);
         CPointer<Byte> p_boundary_smooth = p.cast(new Class[]{Byte.class});
         

        Metadata

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

      • NodeGeometrySubdivisionSurface

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

      • getUv_smooth

        public byte getUv_smooth()
                          throws java.io.IOException
        Get method for struct member 'uv_smooth'.

        Field Documentation

        Blender Source Code

        eSubsurfUVSmooth.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__uv_smooth
      • setUv_smooth

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

        Field Documentation

        Blender Source Code

        eSubsurfUVSmooth.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__uv_smooth
      • getBoundary_smooth

        public byte getBoundary_smooth()
                                throws java.io.IOException
        Get method for struct member 'boundary_smooth'.

        Field Documentation

        Blender Source Code

        eSubsurfBoundarySmooth.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__boundary_smooth
      • setBoundary_smooth

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

        Field Documentation

        Blender Source Code

        eSubsurfBoundarySmooth.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__boundary_smooth