public FbxLayerElementArray assign(SWIGTYPE_p_FbxArrayT_double_t pArrayTemplate)
        {
            FbxLayerElementArray ret = new FbxLayerElementArray(fbx_wrapperPINVOKE.DirectArrayFbxDouble_assign__SWIG_0(swigCPtr, SWIGTYPE_p_FbxArrayT_double_t.getCPtr(pArrayTemplate)), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxArrayT_double_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemple #3
0
        public bool SetVertexCreaseInfoArray(SWIGTYPE_p_FbxArrayT_double_t pWeightArray)
        {
            bool ret = fbx_wrapperPINVOKE.FbxMesh_SetVertexCreaseInfoArray(swigCPtr, SWIGTYPE_p_FbxArrayT_double_t.getCPtr(pWeightArray));

            return(ret);
        }