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); }
public bool InsertKey(CKey ckey) { bool ret = C4dApiPINVOKE.CCurve_InsertKey(swigCPtr, CKey.getCPtr(ckey)); return(ret); }
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); }
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); }
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); }
public void SetDefaultKey(CKey pKey, bool bOverdub) { C4dApiPINVOKE.BaseDocument_SetDefaultKey(swigCPtr, CKey.getCPtr(pKey), bOverdub); }