CascadeSharp.TKGeomAlgo.IntSurf.IntSurf_SequenceOfInteriorPoint.Split C# (CSharp) Method

Split() public method

public Split ( int theIndex, IntSurf_SequenceOfInteriorPoint theSeq ) : void
theIndex int
theSeq IntSurf_SequenceOfInteriorPoint
return void
        public void Split(int theIndex, IntSurf_SequenceOfInteriorPoint theSeq)
        {
            throw new NotImplementedException();
        }