CascadeSharp.TKGeomAlgo.Geom2dHatch.Geom2dHatch_Intersector.Perform C# (CSharp) Method

Perform() public method

public Perform ( gp_Lin2d L, double P, double Tol, Geom2dAdaptor_Curve E ) : void
L gp_Lin2d
P double
Tol double
E Geom2dAdaptor_Curve
return void
        public void Perform(gp_Lin2d L, double P, double Tol, Geom2dAdaptor_Curve E)
        {
            throw new NotImplementedException();
        }