CascadeSharp.TKMath.TColgp.TColgp_SequenceOfXYZ.Prepend C# (CSharp) Method

Prepend() public method

public Prepend ( TColgp_SequenceOfXYZ theSeq ) : void
theSeq TColgp_SequenceOfXYZ
return void
        public void Prepend(TColgp_SequenceOfXYZ theSeq)
        {
            throw new NotImplementedException();
        }

Same methods

TColgp_SequenceOfXYZ::Prepend ( gp_XYZ theItem ) : void