CascadeSharp.TKG3d.Geom.Geom_SequenceOfBSplineSurface.Split C# (CSharp) Method

Split() public method

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