登录
首页 » Visual C++ » An_example_of_Tetgen

An_example_of_Tetgen

于 2021-03-14 发布 文件大小:5350KB
0 268
下载积分: 1 下载次数: 73

代码说明:

  不是本人编的,转自csdndengpengyong,个人能力有限,望谅解。Tetgen是一个生成四面体网格的开源工具,本实例提供了从网上下载的开源的源码和一个简单的使用的示例,其中附带了Tetgen自带了的一个查看剖分出来的网格的工具TetView.exe,可以运行打开剖分出来的文件查看剖分的结果是否正确。(I was not prepared, carried csdndengpengyong, individual ability is limited, hope and understanding. Tetgen tetrahedral mesh generation is an open source tool, the examples provided from the Internet to download the open source code and a simple example of the use of which comes Tetgen comes out of a mesh grid view tool TetView . exe, you can run out of file viewing open split split the results are correct.)

文件列表:

TetgenTest
..........\Debug
..........\.....\TetgenTest.exe,926208,2011-08-02
..........\.....\TetgenTest.ilk,903968,2011-08-02
..........\.....\TetgenTest.pdb,1952768,2011-08-02
..........\TetgenTest
..........\..........\barin.node,252,2011-08-02
..........\..........\barin.poly,493,2011-08-02
..........\..........\barout.ele,23432,2011-08-02
..........\..........\barout.face,11828,2011-08-02
..........\..........\barout.node,7047,2011-08-02
..........\..........\Debug
..........\..........\.....\BuildLog.htm,7662,2011-08-02
..........\..........\.....\main.obj,21449,2011-08-02
..........\..........\.....\mt.dep,65,2011-08-02
..........\..........\.....\predicates.obj,300706,2011-08-02
..........\..........\.....\stdafx.obj,12421,2011-08-02
..........\..........\.....\tetgen.obj,1563083,2011-08-02
..........\..........\.....\TetgenTest.exe.embed.manifest,663,2011-08-02
..........\..........\.....\TetgenTest.exe.embed.manifest.res,728,2011-08-02
..........\..........\.....\TetgenTest.exe.intermediate.manifest,621,2011-08-02
..........\..........\.....\TetgenTest.obj,21331,2011-08-02
..........\..........\.....\TetgenTest.pch,3211264,2011-08-02
..........\..........\.....\vc90.idb,273408,2011-08-02
..........\..........\.....\vc90.pdb,331776,2011-08-02
..........\..........\main.cpp,7947,2011-08-02
..........\..........\predicates.cxx,176379,2011-04-12
..........\..........\ReadMe.txt,1201,2011-08-02
..........\..........\stdafx.cpp,215,2011-08-02
..........\..........\stdafx.h,315,2011-08-02
..........\..........\targetver.h,498,2011-08-02
..........\..........\tetgen.cxx,1254291,2011-08-02
..........\..........\tetgen.h,142168,2011-08-02
..........\..........\TetgenTest.vcproj,4689,2011-08-02
..........\..........\TetgenTest.vcproj.peng-PC.peng.user,1411,2011-08-02
..........\TetgenTest.ncb,10710016,2011-08-02
..........\TetgenTest.sln,896,2011-08-02
tetview-win.zip,695394,2011-07-31

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • triangle
    2D凸多边形的三角网格生成,可用gridgen。(2D triangular convex polygon mesh generation, available gridgen.)
    2014-12-14 01:03:11下载
    积分:1
  • FIST
    一种根据多边形进行三角网格剖分的算法,简称FIST.希望对相关网友有所帮助。(A method according to polygon mesh triangulation algorithm, referred to FIST. Want to be helpful to the relevant users.)
    2013-06-19 15:42:30下载
    积分:1
  • MutilReDraw
    访问最底层LOD模型路径,打开后获取顶点数据和PirmitiveSet,重绘模型的三角面片(Visit the bottom LOD model path, open it, get vertex Array and PirmitiveSet, and redraw the triangle of the model.)
    2019-01-10 14:46:42下载
    积分:1
  • cvisc
    FLAC3D中粘塑性蠕变本构模型,供大家参考进行二次开发(FLAC3D in viscoplastic creep constitutive model for reference secondary development)
    2020-12-09 15:29:27下载
    积分:1
  • coders
    使用D3D编写的简单开车游戏,新手可以看看,做的比较简陋,但应有的功能还是有的,包含开始界面,赛车选择,有背景音乐,可切换视角(Using D3D write simple driving game, beginners can see, the more humble, but its function or some, contains the start interface, the car selection, background music, can switch perspective)
    2020-09-14 14:27:57下载
    积分:1
  • Render
    用vtk+QT实现的MarchingCubes面绘制和光线投射体绘制,图形化洁面。(Surfacce rendering with MarchingCubes, Volume rendering with ray-casting, using QT+ VTK)
    2010-11-12 10:38:13下载
    积分:1
  • scanalyze-1.0.3_source_code
    斯坦福大学开发的一个三维点云重构生成网格,进一步生成NURBS曲面并加光照效果的系统。可以实现对生成的三维图形旋转,移动和多个角度图形的拼接(Stanford University in the development of a 3D point cloud generation reconfigurable mesh, NURBS surface generation further increases and the effect of illumination system. Generation can be achieved on the 3D graphics rotation, movement and different angles graphics Mosaic)
    2007-03-21 20:44:34下载
    积分:1
  • test-of-projects
    自己做的一些matlab 的三维重建的实验 里面有许多 CT图像图 感兴趣的试试 有一些代码可用 有一些还在调试中(3D visualization CT medical reconstruction)
    2011-11-10 10:33:41下载
    积分:1
  • LeastSquare
    说明:  给出一些离散的点,根据最小二乘法求出拟合的直线。(If there are some discrete points, you can get a line based on least square method.)
    2011-03-23 16:19:11下载
    积分:1
  • openGl2
    做课程设计的一个代码,是opengl工程,立方体旋转,每个立方体的面帖有不同的图。(The code to do the course design is a opengl project, cube rotation, the face of each cube posts have different plans.)
    2012-06-24 09:23:59下载
    积分:1
  • 696518资源总数
  • 106005会员总数
  • 36今日下载