搜索资源列表
tin
- 用C#编的三角网生成算法。操作方便,直接点击即可。-C# Code triangular network generation algorithm. Easy to operate, direct clicks.
delaunay
- 本程序使用c#语言进行编程将散点生成TIN不规则三角网-using CSHARP to create TIN
MouStudio_ContourTrace_Fill
- 针对散乱点数据,构建出三角网,并追踪出等值线,随后进行填充算法实现。附件中包含有实现源代码工程(VS2008)、编程调试文档笔记、试验数据等。-For scattered point data, construct a triangle mesh, and track the contour, followed by filling algorithm. Implementation annex contains the source code project (VS2008), program
Delauney
- 生成随机点,利用随即点使用渐次插入法构建Delauney三角网-Generate random points using the gradual insertion point immediately use to build Delauney triangulation
the-triangular-mesh-.rar
- 离散点三角网的建立方法,用于导入GPS的离散点的数据文件,然后生成三角网,The establishment of the triangular mesh of discrete points for import GPS discrete point data file, and then generate a triangle mesh
delaunay
- c#写的程序,主要就是实现delaunay算法,将点云表示成三角网-c# write the program is to achieve delaunay algorithm, represented as point cloud triangulation network
Unknown-approximate-coordinates
- 测边三角网平差中未知近似点坐标计算的功能实现代码,大家相互交流使用。-Unknown approximate coordinates the Trilaterational triangulation adjustment function code, we exchange use.
Delaunay-Triangle
- 同时实现三角网和凸包的生成!内附离散点数据!-Triangle network and the convex hull generated at the same time! Enclosing the discrete point data!
ContourDemo
- 离散点集生成等值线的算法实现涉及四个方面:离散点三角形剖分建立不规则三角网(D-TIN)、基于D-TIN内插生成等值点集合,开闭两类等高线同时绘制,等值线适度光滑和标注。(VS2010+AE10+C#)-Discrete point set to generate contour algorithm involves four aspects: establish discrete points triangular subdivision of irregular triangle net (
e56b651fceac
- Delaunay三角网,及Voronoi三角形生成,实现用户加点,自动生成功能-production of Delaunay and Voronoi .people can add points and automatic producing
cSharpdelaunay
- 代码在vs进行开发,使用c#,用逐点增入法实现delaunay三角网,简单快捷-It uses c# to achieve Delaunay triangulation, with the method of point by point
GisSpatialAnalysisWpf
- 运用Delaunay三角网法生成TIN,当向界面画点以后,能自动生成TIN。-Using Delaunay triangulation method to generate TIN, when after the draw point interface that can automatically generate TIN.
TIN
- 显示点坐标,根据坐标构建三角网,并进行简单的计算功能。(it can display the points and construct tin model;)
tin三角网
- 不规则三角网构造算法 ,在数据集中选取任一点,查找距离次点最近的点,相连后作为初始基线—在初始基线右边应用Delaunay法则搜索第三点—生成Delaunay三角形,并以该三角形的两条新边作为新的基线—重复前面的过程直至所有基线处理完毕(Construction algorithm of Irregular Triangulation Network)
不规则三角网法体积计算
- 1.完整的VS项目,采用VS2017编写; 2.C#语言开发; 3.可以构建不规则三角网,并进行土方计算; 4.采用可视化读文件方式,并用表格显示; 5.计算完成后实时绘制三角网; 6.可以输出TIN的点、边、三角形信息和土方量。(1. Complete VS project, written in VS2017; 2. C # Language Development; 3. Irregular triangular network can be constructed
