Parameters
- patchIndex
- The index of the patch from which points are removed. Must be in the range [0, Patches.Count - 1] inclusive.
- from
- The index from which the points are removed. Must be in the range [0, Patch.Coords.Count - 1] inclusive.
- to
- The index up to which the points are removed. Must be in the range [from, Patch.Coords.Count - 2] inclusive. The to index is excluded from the indices that are removed. For example, if from = 3, to = 7, then the points at indices 3, 4, 5, and 6 will be removed.