作者: tealy 时间: 2009-2-21 17:07
下面形式调用:
private int DoCheck(Tag body1,Tag body2,ref int handle1,ref int handle2)
{
int unknow1 = 1, unknow2 = 1;
//1,1 face type all pairs
//1,0 face type one pares
//2,0 create solid;
int unknow3 = 1;//maybe the created solid's tag;
int counter = 0;
JAM.StartUFCall();
_DoCheck(ref body1,ref body2,ref unknow1,ref unknow2,ref handle1,ref handle2,ref counter,ref unknow3);
JAM.EndUFCall();
return counter;
}