您的位置:首页 > 其它

开源软件使用方法

2015-03-25 16:34 239 查看
1 FreeCAD:

http://www.freecadweb.org/wiki/?title=CompileOnWindows#Python_needed

/article/4969818.html

2 VTK features:

http://www.vtk.org/VTK/project/technical.html

3 OpenMesh Features:

http://www.openmesh.org/intro/

OpenMesh provides the following features:

• Representation of arbitrary polygonal (the general case) and pure triangle meshes (providing more efficient, specialized algorithms)

• Explicit representation of vertices, halfedges, edges and faces.

• Fast neighborhood access, especially the one-ring neighborhood (see below).

• Highly customizable :

o Choose your coordinate type (dimension and scalar type)

o Attach user-defined elements/functions to the mesh elements.

o Attach and check for attributes.

o Attach data at runtime using dynamic properties.

In addition we provide some sample applications that demonstrate the usage of OpenMesh:

• Mesh Smoothing.

• Mesh Decimation.

• Qt integration.


内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: