CascadeSharp.TKGeomAlgo.GccAna.GccAna_Lin2dBisec.Intersection1 C# (CSharp) Method

Intersection1() public method

public Intersection1 ( int Index, double &ParSol, double &ParArg, gp_Pnt2d PntSol ) : void
Index int
ParSol double
ParArg double
PntSol gp_Pnt2d
return void
        public void Intersection1(int Index, ref double ParSol, ref double ParArg, gp_Pnt2d PntSol)
        {
            throw new NotImplementedException();
        }