Example #1
0
 public void FillMaterialArray(SWIGTYPE_p_FbxArrayT_FbxSurfaceMaterial_p_t pMaterialArray)
 {
     FbxWrapperNativePINVOKE.FbxScene_FillMaterialArray(swigCPtr, SWIGTYPE_p_FbxArrayT_FbxSurfaceMaterial_p_t.getCPtr(pMaterialArray));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
        public FbxLayerElementArray assign(SWIGTYPE_p_FbxArrayT_FbxSurfaceMaterial_p_t pArrayTemplate)
        {
            FbxLayerElementArray ret = new FbxLayerElementArray(FbxWrapperNativePINVOKE.FbxLayerElementArrayTemplateFbxSurfaceMaterialPtr_assign__SWIG_0(swigCPtr, SWIGTYPE_p_FbxArrayT_FbxSurfaceMaterial_p_t.getCPtr(pArrayTemplate)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxArrayT_FbxSurfaceMaterial_p_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }