CascadeSharp.TKGeomAlgo.Geom2dGcc.Geom2dGcc_Circ2dTanCen.Tangency1 C# (CSharp) Метод

Tangency1() публичный Метод

public Tangency1 ( int Index, double &ParSol, double &ParArg, gp_Pnt2d PntSol ) : void
Index int
ParSol double
ParArg double
PntSol gp_Pnt2d
Результат void
        public void Tangency1(int Index, ref double ParSol, ref double ParArg, gp_Pnt2d PntSol)
        {
            throw new NotImplementedException();
        }