Пример #1
0
        /// <summary>
        /// Read an input geometry from given file.
        /// </summary>
        public static InputGeometry Read(string path)
        {
            IMeshFile provider = GetProviderInstance(path);

            return(provider.Read(path));
        }