CAD_Sketcher icon indicating copy to clipboard operation
CAD_Sketcher copied to clipboard

Support distance constraint in 3d

Open hlorus opened this issue 2 years ago • 2 comments

hlorus avatar Apr 27 '22 09:04 hlorus

Is this about making class_defines.SlvsDistance future-proof with 3D coordinates or implementing a distance constraint with elements outside of a 2D sketch?

amrsoll avatar Jun 26 '22 14:06 amrsoll

This is about making class_defines.SlvsDistance work with 3d entities (entities outside of a sketch). There's not too much left, it is even already working besides the display of the constraint. So what's left is the SlvsDistance.matrix_basis() to to return a correct matrix if the constraint holds 3d entities.

hlorus avatar Jun 26 '22 15:06 hlorus