CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_SequenceOfPoint2d.Remove C# (CSharp) Method

Remove() public method

public Remove ( int theIndex ) : void
theIndex int
return void
        public void Remove(int theIndex)
        {
            throw new NotImplementedException();
        }

Same methods

TopOpeBRep_SequenceOfPoint2d::Remove ( int theFromIndex, int theToIndex ) : void