solvespace/test/constraint
EvilSpirit 3d6d873906 Rewrite equations generated for parallel constraints (in 3d).
Before this commit, parallel constraints in 3d are fragile:
constraints that are geometrically fine can end up singular anyway
because VectorsParallel() pivots wrong but converges anyway.
After this commit, much like in cc07058, the constraints are written
in a different form: instead of trying to remove two degrees of
freedom out of three, all three are removed, and one added; namely,
the constraint introduces a free parameter, signed length ratio.
2016-11-27 13:43:48 +00:00
..
angle Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
arc_line_tangent Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
at_midpoint Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
comment Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
cubic_line_tangent Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
curve_curve_tangent Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
diameter Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
eq_len_pt_line_d Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
eq_pt_ln_distances Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
equal_angle Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
equal_length_lines Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
equal_line_arc_len Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
equal_radius Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
horizontal Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
length_difference Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
length_ratio Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
parallel Rewrite equations generated for parallel constraints (in 3d). 2016-11-27 13:43:48 +00:00
perpendicular Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
points_coincident Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
proj_pt_distance Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
pt_face_distance Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
pt_in_plane Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
pt_line_distance Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
pt_on_circle Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
pt_on_face Unbreak Camera::UnProjectPoint3. 2016-11-19 09:50:00 +00:00
pt_on_line Rewrite equations generated for pt-on-line constraints. 2016-11-26 19:35:38 +00:00
pt_plane_distance Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
pt_pt_distance Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
same_orientation Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
symmetric Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
symmetric_horiz Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
symmetric_line Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
symmetric_vert Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
vertical Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
where_dragged Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00