Example #1
0
 public void SetBaseTime(SWIGTYPE_p_BaseTime v) {
   C4dApiPINVOKE.GeData_SetBaseTime(swigCPtr, SWIGTYPE_p_BaseTime.getCPtr(v));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_BaseTime obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #3
0
 public SWIGTYPE_p_BaseTime GetTime() {
   SWIGTYPE_p_BaseTime ret = new SWIGTYPE_p_BaseTime(C4dApiPINVOKE.GeData_GetTime(swigCPtr), false);
   return ret;
 }
Example #4
0
 public static void SetDocumentTime(BaseDocument doc, SWIGTYPE_p_BaseTime time) {
   C4dApiPINVOKE.SetDocumentTime(BaseDocument.getCPtr(doc), SWIGTYPE_p_BaseTime.getCPtr(time));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
Example #5
0
 public static bool GvCalculateInValuesTable(GvNode bn, GvRun run, GvCalc calc, GvValuesInfo info, int singleport, SWIGTYPE_p_BaseTime time) {
   bool ret = C4dApiPINVOKE.GvCalculateInValuesTable__SWIG_0(GvNode.getCPtr(bn), GvRun.getCPtr(run), GvCalc.getCPtr(calc), GvValuesInfo.getCPtr(info), singleport, SWIGTYPE_p_BaseTime.getCPtr(time));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Example #6
0
 public SWIGTYPE_p_BaseTime GetTime() {
   SWIGTYPE_p_BaseTime ret = new SWIGTYPE_p_BaseTime(C4dApiPINVOKE.BaseDocument_GetTime(swigCPtr), true);
   return ret;
 }
Example #7
0
 public bool SetTime(SWIGTYPE_p_BaseTime t, GvRun r) {
   bool ret = C4dApiPINVOKE.GvPort_SetTime(swigCPtr, SWIGTYPE_p_BaseTime.getCPtr(t), GvRun.getCPtr(r));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Example #8
0
 public SWIGTYPE_p_BaseTime GetTime(int id) {
   SWIGTYPE_p_BaseTime ret = new SWIGTYPE_p_BaseTime(C4dApiPINVOKE.BaseContainer_GetTime__SWIG_1(swigCPtr, id), true);
   return ret;
 }
Example #9
0
 public void SetTime(int id, SWIGTYPE_p_BaseTime b) {
   C4dApiPINVOKE.BaseContainer_SetTime(swigCPtr, id, SWIGTYPE_p_BaseTime.getCPtr(b));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
Example #10
0
 public bool CollectSounds(SWIGTYPE_p_BaseSound snd, SWIGTYPE_p_BaseTime from, SWIGTYPE_p_BaseTime to) {
   bool ret = C4dApiPINVOKE.BaseDocument_CollectSounds(swigCPtr, SWIGTYPE_p_BaseSound.getCPtr(snd), SWIGTYPE_p_BaseTime.getCPtr(from), SWIGTYPE_p_BaseTime.getCPtr(to));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Example #11
0
 public SWIGTYPE_p_BaseTime GetTime(int id, SWIGTYPE_p_BaseTime preset) {
   SWIGTYPE_p_BaseTime ret = new SWIGTYPE_p_BaseTime(C4dApiPINVOKE.BaseContainer_GetTime__SWIG_0(swigCPtr, id, SWIGTYPE_p_BaseTime.getCPtr(preset)), true);
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Example #12
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();
 }
Example #13
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;
 }
Example #14
0
 public void SetTime(SWIGTYPE_p_BaseTime t) {
   C4dApiPINVOKE.BaseDocument_SetTime(swigCPtr, SWIGTYPE_p_BaseTime.getCPtr(t));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
Example #15
0
 public GeData(SWIGTYPE_p_BaseTime n) : this(C4dApiPINVOKE.new_GeData__SWIG_12(SWIGTYPE_p_BaseTime.getCPtr(n)), true) {
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
Example #16
0
 public bool GetTime(SWIGTYPE_p_BaseTime t, GvRun r) {
   bool ret = C4dApiPINVOKE.GvPort_GetTime(swigCPtr, SWIGTYPE_p_BaseTime.getCPtr(t), GvRun.getCPtr(r));
   return ret;
 }
Example #17
0
 public bool Calculate(GvNode node, GvPortIO io, GvRun r, GvCalc c, int index, SWIGTYPE_p_BaseTime time) {
   bool ret = C4dApiPINVOKE.GvValue_Calculate__SWIG_0(swigCPtr, GvNode.getCPtr(node), (int)io, GvRun.getCPtr(r), GvCalc.getCPtr(c), index, SWIGTYPE_p_BaseTime.getCPtr(time));
   return ret;
 }
Example #18
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;
 }