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

Prepend() public method

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

Same methods

TColGeom2d_SequenceOfBoundedCurve::Prepend ( TColGeom2d_SequenceOfBoundedCurve theSeq ) : void