コード例 #1
0
ファイル: InExcludeData.cs プロジェクト: pr1m3c0d3/Fusee
 public bool DeleteObject(BaseDocument doc, BaseList2D pObject) {
   bool ret = C4dApiPINVOKE.InExcludeData_DeleteObject__SWIG_0(swigCPtr, BaseDocument.getCPtr(doc), BaseList2D.getCPtr(pObject));
   return ret;
 }
コード例 #2
0
ファイル: InclusionTable.cs プロジェクト: KilledChicken/Fusee
 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;
 }
コード例 #3
0
ファイル: CAMorph.cs プロジェクト: KilledChicken/Fusee
 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;
 }
コード例 #4
0
ファイル: BaseList2D.cs プロジェクト: pr1m3c0d3/Fusee
 internal static HandleRef getCPtr(BaseList2D obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
コード例 #5
0
ファイル: BaseList2D.cs プロジェクト: pr1m3c0d3/Fusee
 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;
 }
コード例 #6
0
ファイル: C4dApi.cs プロジェクト: KilledChicken/Fusee
 public static int GetDynamicScriptID(BaseList2D bl) {
   int ret = C4dApiPINVOKE.GetDynamicScriptID(BaseList2D.getCPtr(bl));
   return ret;
 }
コード例 #7
0
ファイル: BaseList2D.cs プロジェクト: pr1m3c0d3/Fusee
   } /* </String_csout> */ 

  public bool TransferGoal(BaseList2D dst, bool undolink) {
    bool ret = C4dApiPINVOKE.BaseList2D_TransferGoal(swigCPtr, BaseList2D.getCPtr(dst), undolink);
    return ret;
  }
コード例 #8
0
ファイル: BaseDocument.cs プロジェクト: pr1m3c0d3/Fusee
 public void SetSelection(BaseList2D bl) {
   C4dApiPINVOKE.BaseDocument_SetSelection__SWIG_1(swigCPtr, BaseList2D.getCPtr(bl));
 }
コード例 #9
0
ファイル: BaseDocument.cs プロジェクト: pr1m3c0d3/Fusee
 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;
 }
コード例 #10
0
ファイル: GvWorld.cs プロジェクト: KilledChicken/Fusee
 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;
 }
コード例 #11
0
ファイル: BaseDocument.cs プロジェクト: pr1m3c0d3/Fusee
 public void SetSelection(BaseList2D bl, int mode) {
   C4dApiPINVOKE.BaseDocument_SetSelection__SWIG_0(swigCPtr, BaseList2D.getCPtr(bl), mode);
 }
コード例 #12
0
ファイル: GvWorld.cs プロジェクト: KilledChicken/Fusee
 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;
 }
コード例 #13
0
ファイル: InExcludeData.cs プロジェクト: pr1m3c0d3/Fusee
 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;
 }
コード例 #14
0
ファイル: InExcludeData.cs プロジェクト: pr1m3c0d3/Fusee
 public int GetFlags(BaseDocument doc, BaseList2D pObject) {
   int ret = C4dApiPINVOKE.InExcludeData_GetFlags__SWIG_1(swigCPtr, BaseDocument.getCPtr(doc), BaseList2D.getCPtr(pObject));
   return ret;
 }
コード例 #15
0
ファイル: GvPort.cs プロジェクト: pr1m3c0d3/Fusee
 public bool SetInstance(BaseList2D i, GvRun r) {
   bool ret = C4dApiPINVOKE.GvPort_SetInstance__SWIG_1(swigCPtr, BaseList2D.getCPtr(i), GvRun.getCPtr(r));
   return ret;
 }
コード例 #16
0
ファイル: BaseDocument.cs プロジェクト: pr1m3c0d3/Fusee
 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;
 }
コード例 #17
0
ファイル: GvPort.cs プロジェクト: pr1m3c0d3/Fusee
 public bool SetObjectWithIndex(BaseList2D o, GvRun r) {
   bool ret = C4dApiPINVOKE.GvPort_SetObjectWithIndex__SWIG_1(swigCPtr, BaseList2D.getCPtr(o), GvRun.getCPtr(r));
   return ret;
 }
コード例 #18
0
ファイル: BaseDocument.cs プロジェクト: pr1m3c0d3/Fusee
 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);
 }
コード例 #19
0
ファイル: C4dApi.cs プロジェクト: KilledChicken/Fusee
   } /* </String_csout> */ 

  public static void FindInManager(BaseList2D bl) {
    C4dApiPINVOKE.FindInManager(BaseList2D.getCPtr(bl));
  }
コード例 #20
0
ファイル: BaseDocument.cs プロジェクト: pr1m3c0d3/Fusee
 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;
 }
コード例 #21
0
ファイル: BaseList2D.cs プロジェクト: pr1m3c0d3/Fusee
 public bool TransferMarker(BaseList2D dst) {
   bool ret = C4dApiPINVOKE.BaseList2D_TransferMarker(swigCPtr, BaseList2D.getCPtr(dst));
   return ret;
 }
コード例 #22
0
ファイル: BaseDocument.cs プロジェクト: pr1m3c0d3/Fusee
 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();
 }
コード例 #23
0
ファイル: BaseList2D.cs プロジェクト: pr1m3c0d3/Fusee
 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;
 }
コード例 #24
0
ファイル: BaseDocument.cs プロジェクト: pr1m3c0d3/Fusee
 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();
 }
コード例 #25
0
ファイル: InclusionTable.cs プロジェクト: KilledChicken/Fusee
 public bool Check(BaseList2D op) {
   bool ret = C4dApiPINVOKE.InclusionTable_Check__SWIG_0(swigCPtr, BaseList2D.getCPtr(op));
   return ret;
 }
コード例 #26
0
ファイル: GvPort.cs プロジェクト: pr1m3c0d3/Fusee
 public bool SetTag(BaseList2D t, GvRun r) {
   bool ret = C4dApiPINVOKE.GvPort_SetTag__SWIG_1(swigCPtr, BaseList2D.getCPtr(t), GvRun.getCPtr(r));
   return ret;
 }
コード例 #27
0
ファイル: DynamicDescription.cs プロジェクト: pr1m3c0d3/Fusee
 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;
 }
コード例 #28
0
ファイル: GvPort.cs プロジェクト: pr1m3c0d3/Fusee
 public bool SetMaterial(BaseList2D m, GvRun r) {
   bool ret = C4dApiPINVOKE.GvPort_SetMaterial__SWIG_1(swigCPtr, BaseList2D.getCPtr(m), GvRun.getCPtr(r));
   return ret;
 }
コード例 #29
0
ファイル: CAMorph.cs プロジェクト: KilledChicken/Fusee
 public int FindIndex(CAPoseMorphTag tag, BaseList2D bl) {
   int ret = C4dApiPINVOKE.CAMorph_FindIndex(swigCPtr, CAPoseMorphTag.getCPtr(tag), BaseList2D.getCPtr(bl));
   return ret;
 }
コード例 #30
0
ファイル: InExcludeData.cs プロジェクト: pr1m3c0d3/Fusee
 public bool InsertObject(BaseList2D pObject, int lFlags) {
   bool ret = C4dApiPINVOKE.InExcludeData_InsertObject(swigCPtr, BaseList2D.getCPtr(pObject), lFlags);
   return ret;
 }