Example #1
0
        internal static AddMeshError AddMesh(Atlas Atlas, MeshDecl MeshDecl)
        {
            AddMeshError ret = (AddMeshError)XAtlasPINVOKE.AddMesh__SWIG_1(Atlas.getCPtr(Atlas), MeshDecl.getCPtr(MeshDecl));

            if (XAtlasPINVOKE.SWIGPendingException.Pending)
            {
                throw XAtlasPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #2
0
        public static string StringForEnum(AddMeshError Error)
        {
            string ret = XAtlasPINVOKE.StringForEnum__SWIG_0((int)Error);

            return(ret);
        }