Ejemplo n.º 1
0
 public int CreateLineFigure(Float3 pos1, Float3 pos2, double width, bool arrow, int lifetime, int group)
 {
     return(ABICInterface.IAICallback_CreateLineFigure(self, (float)pos1.x, (float)pos1.y, (float)pos1.z, (float)pos2.x, (float)pos2.y, (float)pos2.z, (float)width, arrow, lifetime, group));
 }