void ResetColMode(){ float tmp=mol.colMode; mol.colMode=-1; mol.SetColMode(tmp); }
void SetColMode(float mode){ mol.SetColMode(mode); }