四边形网格化库 [英] Quadrilateral Meshing Library

查看:122
本文介绍了四边形网格化库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图找到一个用 C# 编写的网格划分库,以仅使用四边形网格对自定义形状进行网格划分.

I am trying to find a meshing library written in C# to mesh custom shapes using quadrilateral meshes only.

这是我正在寻找的算法/代码的示例.但这不是免费的并且是用 ANSI C 编写的.http://members.ozemail.com.au/~comecau/quad_build.htm

Here is an example of the algorithm/Code I’m looking for. But this isn’t free and written in ANSI C. http://members.ozemail.com.au/~comecau/quad_build.htm

推荐答案

由于计算效率的要求,很难找到.NET网格生成算法.大多数有限元网格生成库是用 C 或 C++ 编写的.您可以从 https://www.cg-inc.com 尝试 QuadSdk.该库基于现有的 C++ 库.它使用 C++/CLI 提供 .NET 接口,因此 .NET 用户可以在不牺牲计算效率的情况下使用该库.显然,它只适用于 Windows.

It it hard to find a .NET mesh generation algorithm due to the requirement of calculation efficiency. Most of the finite element mesh generation libraries are written in C or C++. You can try QuadSdk from https://www.cg-inc.com. This library is based on an existing C++ library. It uses C++/CLI to provide .NET interface so .NET users can use the library without sacrificing the calculation efficiency. Obviously, it only works on Windows.

这篇关于四边形网格化库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆