Level of detail – Changing the distance by python script.

Can we set the distance of objects LOD by python in BGE or BPY? I searched the forum but I dont found too much information about this.

YEAH they need some good ol pythonic handles to that stuff,

own.lodDistance=float
own.lodList=[[Level1,36],[Level2,12]]
own.lod=True
etc.

I know that. I need to get to the LOD settings, built into the blender. Do you have any documentation about this?

It cannot currently be done to the best of my knowledge. You may want to program your own LOD solution.