AMCAX Kernel
Geometry kernel for CAD/CAE/CAM
九韶内核 1.0.0.0
载入中...
搜索中...
未找到
MeshBoolean.hpp 文件参考

Mesh boolean algorithm. 更多...

#include <meshModeling/ArrangementUtils.hpp>
#include <mesh/TriSoup.hpp>
#include <utilities/IndexDef.hpp>
#include <utilities/Macros.hpp>
#include <bitset>
#include <memory>
#include <thread>
#include <vector>
MeshBoolean.hpp 的引用(Include)关系图:

class  AMCAX::Meshing::Boolean::MeshBoolean< Kernel, Traits >
 

命名空间

namespace  AMCAX
 AMCAX 内核提供的所有接口所在的命名空间。
 
namespace  AMCAX::Meshing
 AMCAX Meshing 模块提供的所有接口所在的命名空间。
 

枚举

enum class  MeshBooleanOp {
  UNION , INTERSECTION , SUBTRACTION , XOR ,
  NONE
}
 

详细描述

Mesh boolean algorithm.

This file is part of AMCAX kernel.