CascadeSharp.TKG3d.TColGeom.TColGeom_SequenceOfCurve.Split C# (CSharp) Method

Split() public method

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