We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec35524 commit fa9f706Copy full SHA for fa9f706
src/CollisionAlgorithm/algorithm/InsertionAlgorithm.h
@@ -205,6 +205,16 @@ class InsertionAlgorithm : public BaseAlgorithm
205
if (!shaftProx) continue;
206
shaftProx->normalize();
207
}
208
+ // Experimental
209
+ //else
210
+ //{
211
+ // auto findClosestProxOnShaft =
212
+ // Operations::FindClosestProximity::Operation::get(l_shaftGeom);
213
+ // shaftProx = findClosestProxOnShaft(surfProx, l_shaftGeom,
214
+ // projectOnShaft, getFilterFunc());
215
+ // if (!shaftProx) continue;
216
+ // shaftProx->normalize();
217
+ //}
218
collisionOutput.add(shaftProx, surfProx);
219
220
0 commit comments