Example #1
0
        public CAMorphNode GetDown()
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.CAMorphNode_GetDown(swigCPtr);
            CAMorphNode           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new CAMorphNode(cPtr, false);

            return(ret);
        }
Example #2
0
        public CAMorphNode FindFromIndex(CAPoseMorphTag tag, int index)
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.CAMorph_FindFromIndex(swigCPtr, CAPoseMorphTag.getCPtr(tag), index);
            CAMorphNode           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new CAMorphNode(cPtr, false);

            return(ret);
        }
Example #3
0
        public CAMorphNode Find(CAPoseMorphTag tag, BaseList2D bl)
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.CAMorph_Find(swigCPtr, CAPoseMorphTag.getCPtr(tag), BaseList2D.getCPtr(bl));
            CAMorphNode           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new CAMorphNode(cPtr, false);

            return(ret);
        }
Example #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CAMorphNode obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Example #5
0
        public int GetNodeIndex(CAMorphNode node)
        {
            int ret = C4dApiPINVOKE.CAMorph_GetNodeIndex(swigCPtr, CAMorphNode.getCPtr(node));

            return(ret);
        }