ViewDesignEngine  3.1.0
高性能 CAD 计算几何引擎
constraint_solver.h 文件参考
#include "vde/core/point.h"
#include <vector>
#include <string>
#include <unordered_map>
constraint_solver.h 的引用(Include)关系图:

浏览源代码.

struct  vde::sketch::SketchPoint
 草图点元素 更多...
 
struct  vde::sketch::SketchLine
 草图线段元素 更多...
 
struct  vde::sketch::SketchCircle
 草图圆元素 更多...
 
struct  vde::sketch::Constraint
 约束实例 更多...
 
struct  vde::sketch::SolverResult
 求解器返回结果 更多...
 
class  vde::sketch::ConstraintSolver
 二维几何约束求解器 更多...
 

命名空间

 vde
 
 vde::sketch
 

枚举

enum class  vde::sketch::ConstraintType {
  vde::sketch::Horizontal , vde::sketch::Vertical , vde::sketch::Parallel , vde::sketch::Perpendicular ,
  vde::sketch::Coincident , vde::sketch::EqualLength , vde::sketch::Distance , vde::sketch::Radius ,
  vde::sketch::Tangent , vde::sketch::Concentric , vde::sketch::FixedPoint , vde::sketch::Fixed ,
  vde::sketch::Angle
}
 约束类型枚举 更多...