|
ViewDesignEngine
3.1.0
高性能 CAD 计算几何引擎
|
约束实例 更多...
#include <constraint_solver.h>
Public 属性 | |
| ConstraintType | type |
| 约束类型 更多... | |
| std::vector< int > | elements |
| 引用的元素索引(点/线/圆 ID) 更多... | |
| double | value = 0.0 |
| 距离/角度值 更多... | |
约束实例
在文件 constraint_solver.h 第 69 行定义.
| std::vector<int> vde::sketch::Constraint::elements |
引用的元素索引(点/线/圆 ID)
在文件 constraint_solver.h 第 71 行定义.
| ConstraintType vde::sketch::Constraint::type |
约束类型
在文件 constraint_solver.h 第 70 行定义.
| double vde::sketch::Constraint::value = 0.0 |
距离/角度值
在文件 constraint_solver.h 第 72 行定义.