CascadeSharp.TKG3d.TColGeom.TColGeom_SequenceOfCurve.Prepend C# (CSharp) Method

Prepend() public method

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

Same methods

TColGeom_SequenceOfCurve::Prepend ( TColGeom_SequenceOfCurve theSeq ) : void