Ejemplo n.º 1
0
 public bool IsNL(int axis)
 {
     _CheckAxisEnable(axis, "IsNL");
     return(HTM.GetMEL(axis) == 1);
 }