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; }
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; }
internal static HandleRef getCPtr(BaseList2D obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
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; }
public static int GetDynamicScriptID(BaseList2D bl) { int ret = C4dApiPINVOKE.GetDynamicScriptID(BaseList2D.getCPtr(bl)); return ret; }
} /* </String_csout> */ public bool TransferGoal(BaseList2D dst, bool undolink) { bool ret = C4dApiPINVOKE.BaseList2D_TransferGoal(swigCPtr, BaseList2D.getCPtr(dst), undolink); return ret; }
public void SetSelection(BaseList2D bl) { C4dApiPINVOKE.BaseDocument_SetSelection__SWIG_1(swigCPtr, BaseList2D.getCPtr(bl)); }
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; }
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; }
public void SetSelection(BaseList2D bl, int mode) { C4dApiPINVOKE.BaseDocument_SetSelection__SWIG_0(swigCPtr, BaseList2D.getCPtr(bl), mode); }
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; }
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; }
public int GetFlags(BaseDocument doc, BaseList2D pObject) { int ret = C4dApiPINVOKE.InExcludeData_GetFlags__SWIG_1(swigCPtr, BaseDocument.getCPtr(doc), BaseList2D.getCPtr(pObject)); return ret; }
public bool SetInstance(BaseList2D i, GvRun r) { bool ret = C4dApiPINVOKE.GvPort_SetInstance__SWIG_1(swigCPtr, BaseList2D.getCPtr(i), GvRun.getCPtr(r)); return ret; }
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; }
public bool SetObjectWithIndex(BaseList2D o, GvRun r) { bool ret = C4dApiPINVOKE.GvPort_SetObjectWithIndex__SWIG_1(swigCPtr, BaseList2D.getCPtr(o), GvRun.getCPtr(r)); return ret; }
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); }
} /* </String_csout> */ public static void FindInManager(BaseList2D bl) { C4dApiPINVOKE.FindInManager(BaseList2D.getCPtr(bl)); }
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; }
public bool TransferMarker(BaseList2D dst) { bool ret = C4dApiPINVOKE.BaseList2D_TransferMarker(swigCPtr, BaseList2D.getCPtr(dst)); return ret; }
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(); }
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; }
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(); }
public bool Check(BaseList2D op) { bool ret = C4dApiPINVOKE.InclusionTable_Check__SWIG_0(swigCPtr, BaseList2D.getCPtr(op)); return ret; }
public bool SetTag(BaseList2D t, GvRun r) { bool ret = C4dApiPINVOKE.GvPort_SetTag__SWIG_1(swigCPtr, BaseList2D.getCPtr(t), GvRun.getCPtr(r)); return ret; }
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; }
public bool SetMaterial(BaseList2D m, GvRun r) { bool ret = C4dApiPINVOKE.GvPort_SetMaterial__SWIG_1(swigCPtr, BaseList2D.getCPtr(m), GvRun.getCPtr(r)); return ret; }
public int FindIndex(CAPoseMorphTag tag, BaseList2D bl) { int ret = C4dApiPINVOKE.CAMorph_FindIndex(swigCPtr, CAPoseMorphTag.getCPtr(tag), BaseList2D.getCPtr(bl)); return ret; }
public bool InsertObject(BaseList2D pObject, int lFlags) { bool ret = C4dApiPINVOKE.InExcludeData_InsertObject(swigCPtr, BaseList2D.getCPtr(pObject), lFlags); return ret; }