CascadeSharp.TKG2d.TColGeom2d.TColGeom2d_SequenceOfBoundedCurve.Append C# (CSharp) Method

Append() public method

public Append ( Geom2d_BoundedCurve theItem ) : void
theItem Geom2d_BoundedCurve
return void
        public void Append(Geom2d_BoundedCurve theItem)
        {
            throw new NotImplementedException();
        }

Same methods

TColGeom2d_SequenceOfBoundedCurve::Append ( TColGeom2d_SequenceOfBoundedCurve theSeq ) : void