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

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

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

Same methods

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