コード例 #1
0
 internal static HandleRef getCPtr(SWIGTYPE_p_UVWStruct obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
コード例 #2
0
ファイル: CAMorphNode.cs プロジェクト: KilledChicken/Fusee
 public void SetUV(int tindex, int index, SWIGTYPE_p_UVWStruct uv) {
   C4dApiPINVOKE.CAMorphNode_SetUV(swigCPtr, tindex, index, SWIGTYPE_p_UVWStruct.getCPtr(uv));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #3
0
ファイル: UVWTag.cs プロジェクト: KilledChicken/Fusee
 public void SetSlow(int i, SWIGTYPE_p_UVWStruct s) {
   C4dApiPINVOKE.UVWTag_SetSlow(swigCPtr, i, SWIGTYPE_p_UVWStruct.getCPtr(s));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #4
0
ファイル: UVWTag.cs プロジェクト: KilledChicken/Fusee
 public static void Set(SWIGTYPE_p_UVWHandle dataptr, int i, SWIGTYPE_p_UVWStruct s) {
   C4dApiPINVOKE.UVWTag_Set(SWIGTYPE_p_UVWHandle.getCPtr(dataptr), i, SWIGTYPE_p_UVWStruct.getCPtr(s));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #5
0
ファイル: UVWTag.cs プロジェクト: KilledChicken/Fusee
 public SWIGTYPE_p_UVWStruct GetSlow(int i) {
   SWIGTYPE_p_UVWStruct ret = new SWIGTYPE_p_UVWStruct(C4dApiPINVOKE.UVWTag_GetSlow(swigCPtr, i), true);
   return ret;
 }