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

InsertBefore() public method

public InsertBefore ( int theIndex, TColgp_SequenceOfXYZ theSeq ) : void
theIndex int
theSeq TColgp_SequenceOfXYZ
return void
        public void InsertBefore(int theIndex, TColgp_SequenceOfXYZ theSeq)
        {
            throw new NotImplementedException();
        }

Same methods

TColgp_SequenceOfXYZ::InsertBefore ( int theIndex, gp_XYZ theItem ) : void