Exemple #1
0
 public bool DeleteObject(BaseDocument doc, BaseList2D pObject) {
   bool ret = C4dApiPINVOKE.InExcludeData_DeleteObject__SWIG_0(swigCPtr, BaseDocument.getCPtr(doc), BaseList2D.getCPtr(pObject));
   return ret;
 }
 public bool Check(BaseList2D op, SWIGTYPE_p_LONG flags) {
   bool ret = C4dApiPINVOKE.InclusionTable_Check__SWIG_1(swigCPtr, BaseList2D.getCPtr(op), SWIGTYPE_p_LONG.getCPtr(flags));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemple #3
0
 public CAMorphNode Find(CAPoseMorphTag tag, BaseList2D bl) {
   IntPtr cPtr = C4dApiPINVOKE.CAMorph_Find(swigCPtr, CAPoseMorphTag.getCPtr(tag), BaseList2D.getCPtr(bl));
   CAMorphNode ret = (cPtr == IntPtr.Zero) ? null : new CAMorphNode(cPtr, false);
   return ret;
 }
Exemple #4
0
 internal static HandleRef getCPtr(BaseList2D obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Exemple #5
0
 public bool FindEventNotification(BaseDocument doc, BaseList2D bl, NOTIFY_EVENT eventid) {
   bool ret = C4dApiPINVOKE.BaseList2D_FindEventNotification(swigCPtr, BaseDocument.getCPtr(doc), BaseList2D.getCPtr(bl), (int)eventid);
   return ret;
 }
Exemple #6
0
 public static int GetDynamicScriptID(BaseList2D bl) {
   int ret = C4dApiPINVOKE.GetDynamicScriptID(BaseList2D.getCPtr(bl));
   return ret;
 }
Exemple #7
0
   } /* </String_csout> */ 

  public bool TransferGoal(BaseList2D dst, bool undolink) {
    bool ret = C4dApiPINVOKE.BaseList2D_TransferGoal(swigCPtr, BaseList2D.getCPtr(dst), undolink);
    return ret;
  }
Exemple #8
0
 public void SetSelection(BaseList2D bl) {
   C4dApiPINVOKE.BaseDocument_SetSelection__SWIG_1(swigCPtr, BaseList2D.getCPtr(bl));
 }
Exemple #9
0
 public SWIGTYPE_p_BaseTime GetUsedMaxTime(BaseList2D check) {
   SWIGTYPE_p_BaseTime ret = new SWIGTYPE_p_BaseTime(C4dApiPINVOKE.BaseDocument_GetUsedMaxTime(swigCPtr, BaseList2D.getCPtr(check)), true);
   return ret;
 }
Exemple #10
0
 public GvNodeMaster AllocNodeMaster(BaseList2D arg0) {
   IntPtr cPtr = C4dApiPINVOKE.GvWorld_AllocNodeMaster__SWIG_2(swigCPtr, BaseList2D.getCPtr(arg0));
   GvNodeMaster ret = (cPtr == IntPtr.Zero) ? null : new GvNodeMaster(cPtr, false);
   return ret;
 }
Exemple #11
0
 public void SetSelection(BaseList2D bl, int mode) {
   C4dApiPINVOKE.BaseDocument_SetSelection__SWIG_0(swigCPtr, BaseList2D.getCPtr(bl), mode);
 }
Exemple #12
0
 public GvNodeMaster AllocNodeMaster(BaseList2D arg0, bool add_to_list, bool send_messages) {
   IntPtr cPtr = C4dApiPINVOKE.GvWorld_AllocNodeMaster__SWIG_0(swigCPtr, BaseList2D.getCPtr(arg0), add_to_list, send_messages);
   GvNodeMaster ret = (cPtr == IntPtr.Zero) ? null : new GvNodeMaster(cPtr, false);
   return ret;
 }
Exemple #13
0
 public BaseContainer GetData(BaseDocument doc, BaseList2D pObject) {
   IntPtr cPtr = C4dApiPINVOKE.InExcludeData_GetData__SWIG_1(swigCPtr, BaseDocument.getCPtr(doc), BaseList2D.getCPtr(pObject));
   BaseContainer ret = (cPtr == IntPtr.Zero) ? null : new BaseContainer(cPtr, false);
   return ret;
 }
Exemple #14
0
 public int GetFlags(BaseDocument doc, BaseList2D pObject) {
   int ret = C4dApiPINVOKE.InExcludeData_GetFlags__SWIG_1(swigCPtr, BaseDocument.getCPtr(doc), BaseList2D.getCPtr(pObject));
   return ret;
 }
Exemple #15
0
 public bool SetInstance(BaseList2D i, GvRun r) {
   bool ret = C4dApiPINVOKE.GvPort_SetInstance__SWIG_1(swigCPtr, BaseList2D.getCPtr(i), GvRun.getCPtr(r));
   return ret;
 }
Exemple #16
0
 public BaseList2D FindUndoPtr(BaseList2D bl, UNDOTYPE type) {
   IntPtr cPtr = C4dApiPINVOKE.BaseDocument_FindUndoPtr(swigCPtr, BaseList2D.getCPtr(bl), (int)type);
   BaseList2D ret = (cPtr == IntPtr.Zero) ? null : new BaseList2D(cPtr, false);
   return ret;
 }
Exemple #17
0
 public bool SetObjectWithIndex(BaseList2D o, GvRun r) {
   bool ret = C4dApiPINVOKE.GvPort_SetObjectWithIndex__SWIG_1(swigCPtr, BaseList2D.getCPtr(o), GvRun.getCPtr(r));
   return ret;
 }
Exemple #18
0
 public void AutoKey(BaseList2D undo, BaseList2D op, bool recursive, bool pos, bool scale, bool rot, bool param, bool pla) {
   C4dApiPINVOKE.BaseDocument_AutoKey(swigCPtr, BaseList2D.getCPtr(undo), BaseList2D.getCPtr(op), recursive, pos, scale, rot, param, pla);
 }
Exemple #19
0
   } /* </String_csout> */ 

  public static void FindInManager(BaseList2D bl) {
    C4dApiPINVOKE.FindInManager(BaseList2D.getCPtr(bl));
  }
Exemple #20
0
 public bool RecordKey(BaseList2D op, SWIGTYPE_p_BaseTime time, DescID id, BaseList2D undo, bool eval_attribmanager, bool autokeying, bool allow_linking) {
   bool ret = C4dApiPINVOKE.BaseDocument_RecordKey(swigCPtr, BaseList2D.getCPtr(op), SWIGTYPE_p_BaseTime.getCPtr(time), DescID.getCPtr(id), BaseList2D.getCPtr(undo), eval_attribmanager, autokeying, allow_linking);
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemple #21
0
 public bool TransferMarker(BaseList2D dst) {
   bool ret = C4dApiPINVOKE.BaseList2D_TransferMarker(swigCPtr, BaseList2D.getCPtr(dst));
   return ret;
 }
Exemple #22
0
 public void AnimateObject(BaseList2D op, SWIGTYPE_p_BaseTime time, ANIMATEFLAGS flags) {
   C4dApiPINVOKE.BaseDocument_AnimateObject(swigCPtr, BaseList2D.getCPtr(op), SWIGTYPE_p_BaseTime.getCPtr(time), (int)flags);
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
Exemple #23
0
 public bool AddEventNotification(BaseList2D bl, NOTIFY_EVENT eventid, NOTIFY_EVENT_FLAG flags, BaseContainer data) {
   bool ret = C4dApiPINVOKE.BaseList2D_AddEventNotification(swigCPtr, BaseList2D.getCPtr(bl), (int)eventid, (int)flags, BaseContainer.getCPtr(data));
   return ret;
 }
Exemple #24
0
 public void SendInfo(int type, int format, SWIGTYPE_p_Filename fn, BaseList2D bl, bool hooks_only) {
   C4dApiPINVOKE.BaseDocument_SendInfo(swigCPtr, type, format, SWIGTYPE_p_Filename.getCPtr(fn), BaseList2D.getCPtr(bl), hooks_only);
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
Exemple #25
0
 public bool Check(BaseList2D op) {
   bool ret = C4dApiPINVOKE.InclusionTable_Check__SWIG_0(swigCPtr, BaseList2D.getCPtr(op));
   return ret;
 }
Exemple #26
0
 public bool SetTag(BaseList2D t, GvRun r) {
   bool ret = C4dApiPINVOKE.GvPort_SetTag__SWIG_1(swigCPtr, BaseList2D.getCPtr(t), GvRun.getCPtr(r));
   return ret;
 }
Exemple #27
0
 public bool Set(DescID descid, BaseContainer datadescription, BaseList2D bl) {
   bool ret = C4dApiPINVOKE.DynamicDescription_Set(swigCPtr, DescID.getCPtr(descid), BaseContainer.getCPtr(datadescription), BaseList2D.getCPtr(bl));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemple #28
0
 public bool SetMaterial(BaseList2D m, GvRun r) {
   bool ret = C4dApiPINVOKE.GvPort_SetMaterial__SWIG_1(swigCPtr, BaseList2D.getCPtr(m), GvRun.getCPtr(r));
   return ret;
 }
Exemple #29
0
 public int FindIndex(CAPoseMorphTag tag, BaseList2D bl) {
   int ret = C4dApiPINVOKE.CAMorph_FindIndex(swigCPtr, CAPoseMorphTag.getCPtr(tag), BaseList2D.getCPtr(bl));
   return ret;
 }
Exemple #30
0
 public bool InsertObject(BaseList2D pObject, int lFlags) {
   bool ret = C4dApiPINVOKE.InExcludeData_InsertObject(swigCPtr, BaseList2D.getCPtr(pObject), lFlags);
   return ret;
 }