# Remove points from cells or convert cell types

**URL:** https://discourse.paraview.org/t/remove-points-from-cells-or-convert-cell-types/6030
**Category:** ParaView Support
**Created:** [December 10, 2020, 6:54pm UTC](https://discourse.paraview.org/t/remove-points-from-cells-or-convert-cell-types/6030 "2020-12-10T18:54:16Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![CapLek](https://discourse.paraview.org/user_avatar/discourse.paraview.org/caplek/32/3430_2.png) [@CapLek](https://discourse.paraview.org/u/CapLek)
#### Post date: [December 10, 2020, 6:54pm UTC](https://discourse.paraview.org/t/remove-points-from-cells-or-convert-cell-types/6030/1 "2020-12-10T18:54:16Z")

</div>

I need to remove via python script midedge points from cells of quadratic types, because they contain wrong data. In other words to convert a quadratic cell type to a corresponding linear cell type (for example, to go from vtk\_quadratic\_tetra to vtk\_tetra).

P.S. Threshold filter will not work here.

Could anyone suggest a way around?
