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

Append() public method

public Append ( CascadeSharp.TKG3d.Geom.Geom_BSplineSurface theItem ) : void
theItem CascadeSharp.TKG3d.Geom.Geom_BSplineSurface
return void
        public void Append(Geom_BSplineSurface theItem)
        {
            throw new NotImplementedException();
        }

Same methods

Geom_SequenceOfBSplineSurface::Append ( Geom_SequenceOfBSplineSurface theSeq ) : void