|
ViewDesignEngine
3.1.0
高性能 CAD 计算几何引擎
|
局部容差作用域(RAII) 更多...
#include <tolerance.h>
Public 成员函数 | |
| ToleranceScope (const Tolerance &tol) | |
| 进入新的容差作用域 更多... | |
| ~ToleranceScope () | |
| 退出容差作用域,恢复之前的全局容差 更多... | |
局部容差作用域(RAII)
构造时设置新的全局容差,析构时自动恢复为之前的值。 用于在特定代码块内临时修改容差。
在文件 tolerance.h 第 201 行定义.
|
inlineexplicit |
|
inline |