Example #1
0
 public static void Free(SWIGTYPE_p_p_BaseObject bl) {
   C4dApiPINVOKE.BaseObject_Free(SWIGTYPE_p_p_BaseObject.getCPtr(bl));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_p_BaseObject obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #3
0
 public BaseObject GetEditObject(SWIGTYPE_p_p_BaseObject psds, DISPLAYEDITSTATE state) {
   IntPtr cPtr = C4dApiPINVOKE.BaseObject_GetEditObject(swigCPtr, SWIGTYPE_p_p_BaseObject.getCPtr(psds), (int)state);
   BaseObject ret = (cPtr == IntPtr.Zero) ? null : new BaseObject(cPtr, false);
   return ret;
 }
Example #4
0
 public BaseList2D AnimationLayerRemap(SWIGTYPE_p_p_BaseObject layer) {
   IntPtr cPtr = C4dApiPINVOKE.BaseList2D_AnimationLayerRemap__SWIG_0(swigCPtr, SWIGTYPE_p_p_BaseObject.getCPtr(layer));
   BaseList2D ret = (cPtr == IntPtr.Zero) ? null : new BaseList2D(cPtr, false);
   return ret;
 }