public void ParamFromReduced(BCurve bcurve, int indCurve, int pozStart)
 {
     for (int poz = pozStart; poz < this.linters.Count; poz++)
     {
         InfoInters inters = linters[poz] as InfoInters;
         inters.ParamFromReduced(bcurve, indCurve);
     }
 }