CascadeSharp.TKG3d.TColGeom.TColGeom_HSequenceOfCurve.Append C# (CSharp) Method

Append() public method

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

Same methods

TColGeom_HSequenceOfCurve::Append ( TColGeom_SequenceOfCurve theSequence ) : void