Example #1
0
 public bool IsPL(int axis)
 {
     _CheckAxisEnable(axis, "IsPL");
     return(HTM.GetPEL(axis) == 1);
 }