其他分享
首页 > 其他分享> > VTK:几何对象之Hexahedron

VTK:几何对象之Hexahedron

作者:互联网

VTK:几何对象之Hexahedron

VTK:几何对象之Hexahedron

在这里插入图片描述

描述

六面体是一个主要的三维单元,由六个四边形面,十二个边和八个顶点组成。六面体由八个点的有序列表定义。面和边不得与任何其他面和边相交,并且六面体必须是凸面的。

代码

Hexahedron

#include 

标签:面和边,对象,VTK,几何,Hexahedron,六面体
来源: https://blog.csdn.net/it_xiangqiang/article/details/116393843