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:

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

Last updated