# Python Scripting: How can I access different points of TableToPoints and their parameter?

**URL:** https://discourse.paraview.org/t/python-scripting-how-can-i-access-different-points-of-tabletopoints-and-their-parameter/5671
**Category:** ParaView Support
**Tags:** python
**Created:** [October 28, 2020, 10:53am UTC](https://discourse.paraview.org/t/python-scripting-how-can-i-access-different-points-of-tabletopoints-and-their-parameter/5671 "2020-10-28T10:53:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ch2020](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/c/e36b37/32.png) [@ch2020](https://discourse.paraview.org/u/ch2020)
#### Post date: [October 28, 2020, 10:53am UTC](https://discourse.paraview.org/t/python-scripting-how-can-i-access-different-points-of-tabletopoints-and-their-parameter/5671/1 "2020-10-28T10:53:31Z")

</div>

I am new in using python scripts and have the following task:  
I have a table with points and I applied the TableToPoints filter. Now I want to access the different points and draw lines between them (always connecting two points with a line, not all points with one line) using Line(). How can I access different points of TableToPoints and their parameter?
