Example #1
0
        public static CAPoseMorphTag Alloc()
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.CAPoseMorphTag_Alloc();
            CAPoseMorphTag        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new CAPoseMorphTag(cPtr, false);

            return(ret);
        }
Example #2
0
        public BaseList2D GetLink(CAPoseMorphTag tag, CAMorph morph, BaseDocument doc)
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.CAMorphNode_GetLink(swigCPtr, CAPoseMorphTag.getCPtr(tag), CAMorph.getCPtr(morph), BaseDocument.getCPtr(doc));
            BaseList2D            ret  = (cPtr == global::System.IntPtr.Zero) ? null : new BaseList2D(cPtr, false);

            return(ret);
        }
Example #3
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 #4
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 #5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CAPoseMorphTag obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Example #6
0
        public int FindIndex(CAPoseMorphTag tag, BaseList2D bl)
        {
            int ret = C4dApiPINVOKE.CAMorph_FindIndex(swigCPtr, CAPoseMorphTag.getCPtr(tag), BaseList2D.getCPtr(bl));

            return(ret);
        }
Example #7
0
 public void SetTarget(CAPoseMorphTag tag, BaseDocument doc, BaseList2D bl)
 {
     C4dApiPINVOKE.CAMorph_SetTarget(swigCPtr, CAPoseMorphTag.getCPtr(tag), BaseDocument.getCPtr(doc), BaseList2D.getCPtr(bl));
 }
Example #8
0
        public bool Apply(BaseDocument doc, CAPoseMorphTag tag, CAMORPH_DATA_FLAGS flags)
        {
            bool ret = C4dApiPINVOKE.CAMorph_Apply(swigCPtr, BaseDocument.getCPtr(doc), CAPoseMorphTag.getCPtr(tag), (int)flags);

            return(ret);
        }
Example #9
0
        public bool SetMode(BaseDocument doc, CAPoseMorphTag tag, CAMORPH_MODE_FLAGS flags, CAMORPH_MODE mode)
        {
            bool ret = C4dApiPINVOKE.CAMorph_SetMode(swigCPtr, BaseDocument.getCPtr(doc), CAPoseMorphTag.getCPtr(tag), (int)flags, (int)mode);

            return(ret);
        }