CascadeSharp.TKG3d.Geom.Geom_SequenceOfBSplineSurface.InsertAfter C# (CSharp) Метод

InsertAfter() публичный Метод

public InsertAfter ( int theIndex, CascadeSharp.TKG3d.Geom.Geom_BSplineSurface theItem ) : void
theIndex int
theItem CascadeSharp.TKG3d.Geom.Geom_BSplineSurface
Результат void
        public void InsertAfter(int theIndex, Geom_BSplineSurface theItem)
        {
            throw new NotImplementedException();
        }

Same methods

Geom_SequenceOfBSplineSurface::InsertAfter ( int theIndex, Geom_SequenceOfBSplineSurface theSeq ) : void