intersector=new ConvexIntersector<MyMeshType,MatrixType,PlanarIntersectorP0P0>(myMeshT,myMeshS,_dim_caracteristic,
InterpolationOptions::getPrecision(),
InterpolationOptions::getMaxDistance3DSurfIntersect(),
- InterpolationOptions::getDoRotate(),
InterpolationOptions::getMedianPlane(),
+ InterpolationOptions::getDoRotate(),
InterpolationOptions::getOrientation(),
InterpolationOptions::getPrintLevel());
break;
intersector=new ConvexIntersector<MyMeshType,MatrixType,PlanarIntersectorP0P1>(myMeshT,myMeshS,_dim_caracteristic,
InterpolationOptions::getPrecision(),
InterpolationOptions::getMaxDistance3DSurfIntersect(),
- InterpolationOptions::getDoRotate(),
InterpolationOptions::getMedianPlane(),
+ InterpolationOptions::getDoRotate(),
InterpolationOptions::getOrientation(),
InterpolationOptions::getPrintLevel());
break;
intersector=new ConvexIntersector<MyMeshType,MatrixType,PlanarIntersectorP1P0>(myMeshT,myMeshS,_dim_caracteristic,
InterpolationOptions::getPrecision(),
InterpolationOptions::getMaxDistance3DSurfIntersect(),
- InterpolationOptions::getDoRotate(),
InterpolationOptions::getMedianPlane(),
+ InterpolationOptions::getDoRotate(),
InterpolationOptions::getOrientation(),
InterpolationOptions::getPrintLevel());
break;
intersector=new ConvexIntersector<MyMeshType,MatrixType,PlanarIntersectorP1P0Bary>(myMeshT,myMeshS,_dim_caracteristic,
InterpolationOptions::getPrecision(),
InterpolationOptions::getMaxDistance3DSurfIntersect(),
- InterpolationOptions::getDoRotate(),
InterpolationOptions::getMedianPlane(),
+ InterpolationOptions::getDoRotate(),
InterpolationOptions::getOrientation(),
InterpolationOptions::getPrintLevel());
break;
intersector=new ConvexIntersector<MyMeshType,MatrixType,PlanarIntersectorP1P1>(myMeshT,myMeshS,_dim_caracteristic,
InterpolationOptions::getPrecision(),
InterpolationOptions::getMaxDistance3DSurfIntersect(),
- InterpolationOptions::getDoRotate(),
InterpolationOptions::getMedianPlane(),
+ InterpolationOptions::getDoRotate(),
InterpolationOptions::getOrientation(),
InterpolationOptions::getPrintLevel());
break;