ViewDesignEngine  3.1.0
高性能 CAD 计算几何引擎
vde::foundation::StlTriangle结构体 参考

STL 三角形面片 更多...

#include <io_stl.h>

Public 属性

Vector3D normal
 面法向量(单位向量) 更多...
 
Point3D v0
 三个顶点(右手法则 CCW 顺序) 更多...
 
Point3D v1
 
Point3D v2
 

详细描述

STL 三角形面片

表示一个 STL 三角形,包含法向量和三个顶点。 法向量应为单位向量,方向朝外(右手法则)。

在文件 io_stl.h16 行定义.

类成员变量说明

◆ normal

Vector3D vde::foundation::StlTriangle::normal

面法向量(单位向量)

在文件 io_stl.h18 行定义.

◆ v0

Point3D vde::foundation::StlTriangle::v0

三个顶点(右手法则 CCW 顺序)

在文件 io_stl.h20 行定义.

◆ v1

Point3D vde::foundation::StlTriangle::v1

在文件 io_stl.h20 行定义.

◆ v2

Point3D vde::foundation::StlTriangle::v2

在文件 io_stl.h20 行定义.


该结构体的文档由以下文件生成: