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

拓扑环(Loop) 更多...

#include <brep.h>

Public 属性

int id
 唯一环 ID 更多...
 
std::vector< int > edges
 边 ID 序列(按环的遍历顺序) 更多...
 
bool is_outer = true
 true = 外环, false = 内环(孔) 更多...
 

详细描述

拓扑环(Loop)

一组首尾相连的边构成的封闭边界。

  • 外环 (is_outer = true): 面的外部边界,逆时针为正
  • 内环 (is_outer = false): 面上的孔,顺时针为正

在文件 brep.h105 行定义.

类成员变量说明

◆ edges

std::vector<int> vde::brep::TopoLoop::edges

边 ID 序列(按环的遍历顺序)

在文件 brep.h107 行定义.

◆ id

int vde::brep::TopoLoop::id

唯一环 ID

在文件 brep.h106 行定义.

◆ is_outer

bool vde::brep::TopoLoop::is_outer = true

true = 外环, false = 内环(孔)

在文件 brep.h108 行定义.


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