Пример #1
0
        public bool GetDefaultKey(CKey pKey, SWIGTYPE_p_Bool bOverdub)
        {
            bool ret = C4dApiPINVOKE.BaseDocument_GetDefaultKey(swigCPtr, CKey.getCPtr(pKey), SWIGTYPE_p_Bool.getCPtr(bOverdub));

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #2
0
        public bool InsertKey(CKey ckey)
        {
            bool ret = C4dApiPINVOKE.CCurve_InsertKey(swigCPtr, CKey.getCPtr(ckey));

            return(ret);
        }
Пример #3
0
        public bool TrackInformation(BaseDocument doc, CKey key, SWIGTYPE_p_String str, bool set)
        {
            bool ret = C4dApiPINVOKE.CTrack_TrackInformation(swigCPtr, BaseDocument.getCPtr(doc), CKey.getCPtr(key), SWIGTYPE_p_String.getCPtr(str), set);

            return(ret);
        }
Пример #4
0
        public bool FillKey(BaseDocument doc, BaseList2D bl, CKey key)
        {
            bool ret = C4dApiPINVOKE.CTrack_FillKey(swigCPtr, BaseDocument.getCPtr(doc), BaseList2D.getCPtr(bl), CKey.getCPtr(key));

            return(ret);
        }
Пример #5
0
        public bool CopyDataTo(CCurve destseq, CKey dest, AliasTrans trans)
        {
            bool ret = C4dApiPINVOKE.CKey_CopyDataTo(swigCPtr, CCurve.getCPtr(destseq), CKey.getCPtr(dest), AliasTrans.getCPtr(trans));

            return(ret);
        }
Пример #6
0
 public void SetDefaultKey(CKey pKey, bool bOverdub)
 {
     C4dApiPINVOKE.BaseDocument_SetDefaultKey(swigCPtr, CKey.getCPtr(pKey), bOverdub);
 }