示例#1
0
        public bool GetPolygonVertexNormals(SWIGTYPE_p_FbxArrayT_FbxVector4_t pNormals)
        {
            bool ret = fbx_wrapperPINVOKE.FbxMesh_GetPolygonVertexNormals(swigCPtr, SWIGTYPE_p_FbxArrayT_FbxVector4_t.getCPtr(pNormals));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public FbxLayerElementArray assign(SWIGTYPE_p_FbxArrayT_FbxVector4_t pArrayTemplate)
        {
            FbxLayerElementArray ret = new FbxLayerElementArray(FbxWrapperNativePINVOKE.FbxLayerElementArrayTemplateFbxVector4_assign__SWIG_0(swigCPtr, SWIGTYPE_p_FbxArrayT_FbxVector4_t.getCPtr(pArrayTemplate)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#3
0
        public int TessellateCurve(SWIGTYPE_p_FbxArrayT_FbxVector4_t pPointArray)
        {
            int ret = fbx_wrapperPINVOKE.FbxNurbsCurve_TessellateCurve__SWIG_1(swigCPtr, SWIGTYPE_p_FbxArrayT_FbxVector4_t.getCPtr(pPointArray));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#4
0
        public int TessellateCurve(SWIGTYPE_p_FbxArrayT_FbxVector4_t pPointArray, int pStep)
        {
            int ret = FbxWrapperNativePINVOKE.FbxNurbsCurve_TessellateCurve__SWIG_0(swigCPtr, SWIGTYPE_p_FbxArrayT_FbxVector4_t.getCPtr(pPointArray), pStep);

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