搜索资源列表
离散等高线数据三角形网格分形
- 这是我自己参考大量的科研论文自己编制的离散高程数据(x,y,h)的三角形网格化源代码能够根据指定离散数据文件自动绘制出三角形网格,并且源代码已经实现了等值点的追踪,大家少加修改,加入拟和算法就可以绘制出等值线,源代码完全采用面向对象的方法编制,对于delphi新手学习面向对象的方法也有很大帮助。编译环境为delphi7操作系统为win2003。大家如果对源代码有何建议请联系我 QQ:58092190,email:seekmzy@gmail.com-This is my reference to
网格简化
- 在三角网格重建的过程中,平坦区域可以用较少的三角形表示,而曲率较大的地方应该有更多的三角形,本程序删减平坦区域的三角形-triangular mesh in the process of redevelopment, the flat region can use smaller triangles, Curvature and the larger part should be more triangular, the deletion procedures flat triangle reg
Delaunay-Trianglation-Mesh-Generation
- 这也是一个delaunay三角网的程序,功能是我见到最强大的。能生成二维和三维,并有openGl创建模拟三维图。原程序中编译时需要wx/的文件,我没有找到。不过不影响程序的学习.希望对你有用!!包中有.exe可先-This is a triangular network nodes procedures, I see the function is the most powerful. Can generate two-dimensional and three-dimensional, and
OpenMesh_1.9.4.tar
- 著名的三角网格处理开放源代码程序,提供了数据半边结构,代码很清晰,使用方便,大大提高三维图形开发速度。-famous triangular mesh handle open source procedures, the data structure sideways, code is very clear. easy to use, greatly improving the development of 3D graphics speed.
wrl_viewer
- 这段代码功能是显示VRML格式文件,采用Opengl显示列表,平滑分割3D三角形网格-This code function is shown VRML format used Opengl display list, Smoothing segmentation 3 D triangular mesh
xf
- 二维三角网格细分,并同时建立新的三角网格的拓扑结构-2D triangular mesh subdivision, and at the same time establishing a new triangular mesh topology
jianhau
- 三角网格简化源代码,效果较好,推荐使用,欢迎使用,-triangular mesh simplification of the source code, the result is better and recommended use, Welcome,
qslim-2.1.tar
- 三角网格的简化代码,速度很快-triangular mesh simplification of the code, very fast
2008DELAUNEY.rar
- 基于delaunay三角网格剖分程序,只是没有图形输出,可以只将生成文件直接导入TECPLOT中。,Based on the delaunay triangular mesh generation process, but there is no graphics output, you can only generate documents directly into TECPLOT in.
stl_viewer.rar
- 可读取stl文件格式,并利用Opengl显示三角网格曲面,能够对图形进行旋转、缩放等操作,并附有stl测试文件,Stl file format can be read and used Opengl show triangular mesh surfaces, capable of graphics rotation, scaling operation, together with stl test file
Delaunay
- 离散点数据生成三角网格的算法(C#),简单明了.-Discrete points of data to generate triangular mesh algorithm (C#), Simple and clear.
delauney
- delaunay三角网程序用来生成不规则三角网格,用来构建不规则图形。-Delaunay triangulation net program used to generate irregular triangular mesh, used to construct irregular graphics.
TIN
- 快速建立TIN(三角网),用OPENGL+VC6写的。运行速度还可以。-Rapid establishment of TIN (triangular mesh), written with OPENGL+ VC6. Speed also.
TIN_Demo
- 三角网生成,利用离散点生成Delaunay三角网,交互式界面-Triangular mesh generation, the use of discrete points, Delaunay triangulation is generated, interactive interface, intuitive
initmesh
- 建立图形的三角分割,能够自动生成三角网格。具有多种增强功能,比如加密网格-INITMESH Build an initial PDE triangular mesh
PLY_TO_TRI_MESH
- 一个Matlab程序,可以将一个PLY文件格式的多边形网格取面转换成一对数组表示的三角形网格曲面-PLY_TO_TRI_MESH:a MATLAB program which reads data from a PLY file describing a polygonal mesh of a 3D surface,and converts it to a pair of arrays describing a triangular mesh or TRI_MESH
tri-mesh-with-normal
- 一篇文章,讲述如何基于三角片法矢调整计算三角网格模型的光顺性-An article on how to adjust based on calculation of normal vector of triangles triangular mesh model of smoothness
TMG
- 基于Delaunay的三角网格手动剖分辅助器,内有详细介绍。在原有Delaunay三角剖分的基础上加入区域约束,形状判定,动态坐标修改,缩放等功能。-Manual based on Delaunay triangular mesh subdivision aids, with detailed descr iption. Delaunay triangulation in the original basis of the area constraints, determine the shap
Mesh-Optimization
- 三角网格的最优化的方法,给出了利用三角网格进行点云噪声消除的方法。-Triangular mesh optimization method, given the the triangular mesh point cloud noise cancellation.
Delaunay-Mesh
- 用于2维有限元分析前处理,可以方便的实现三角形网格剖分-This small code is used for triangular mesh generation in the preprocessing phase of finite element analysis.