CascadeSharp.TKGeomAlgo.Geom2dHatch.Geom2dHatch_Hatching.AddPoint C# (CSharp) Method

AddPoint() public method

public AddPoint ( HatchGen_PointOnHatching Point, double Confusion ) : void
Point HatchGen_PointOnHatching
Confusion double
return void
        public void AddPoint(HatchGen_PointOnHatching Point, double Confusion)
        {
            throw new NotImplementedException();
        }