We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e89db3 commit dc51ff1Copy full SHA for dc51ff1
mesh_selection_by_two_criteria.lua
@@ -102,7 +102,7 @@ while eIter:unequal(mesh:edge_selection_end()) do
102
dirVec = Vec3dSubtract(mesh:position(vrt2), mesh:position(vrt1))
103
104
-- debug output
105
- print(dirVec:coord(0) .. "; " .. dirVec:coord(1) .. "; " .. dirVec:coord(2))
+ --print(dirVec:coord(0) .. "; " .. dirVec:coord(1) .. "; " .. dirVec:coord(2))
106
107
-- if direction of currently investigated edge does not meet the target direction, then deselect
108
if Vec3dNorm(Vec3dSubtract(targetDirection, dirVec)) > 1e-10 then
0 commit comments