Exemplo n.º 1
0
        public SWIGTYPE_p_FbxGeometry GetGeometry(int pIndex)
        {
            global::System.IntPtr  cPtr = fbx_wrapperPINVOKE.FbxScene_GetGeometry(swigCPtr, pIndex);
            SWIGTYPE_p_FbxGeometry ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_FbxGeometry(cPtr, false);

            return(ret);
        }
Exemplo n.º 2
0
        public bool RemoveGeometry(SWIGTYPE_p_FbxGeometry pGeometry)
        {
            bool ret = fbx_wrapperPINVOKE.FbxScene_RemoveGeometry(swigCPtr, SWIGTYPE_p_FbxGeometry.getCPtr(pGeometry));

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxGeometry obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }