# point (line, index)

**point (point list, index) → point coordinate \[X coor, Y coor, Z coor]**

This function is used for getting the point coordinated at designated index.

**Example:**

```xml
<O N="pointObject1" T="Project" Category="Functions" TransAlignRule="1">
    <!-- created by ParamML Examples on 8/23/2023 -->
    <P N="PtList" V="[[0,0],[10,10],[20,20]]" />
    <P N="Pt" V="point(PtList,1)" />
</O>
```

![](https://openbrim.atlassian.net/wiki/download/attachments/2167636123/image-20230823-150202.png?api=v2) To view this example in the library, see (<https://openbrim.org/app/?incubator=1&author=ParamML_Examples_OpenBrIM+Platform&obj=objiderawk616xkh4a3vej8bmvn> )
