CascadeSharp.TKGeomAlgo.IntSurf.IntSurf_SequenceOfInteriorPoint.InsertBefore C# (CSharp) 메소드

InsertBefore() 공개 메소드

public InsertBefore ( int theIndex, IntSurf_InteriorPoint theItem ) : void
theIndex int
theItem IntSurf_InteriorPoint
리턴 void
        public void InsertBefore(int theIndex, IntSurf_InteriorPoint theItem)
        {
            throw new NotImplementedException();
        }

Same methods

IntSurf_SequenceOfInteriorPoint::InsertBefore ( int theIndex, IntSurf_SequenceOfInteriorPoint theSeq ) : void