How to update line three.js scene?

Hello, I have created several lines but I don’t know how to modify the size. I select the line but I don’t know where to change the value of the points and update it.

You need to update/create the ThreeJS object when it is changed and send it to the viewer via the updateAsync function. See more in similar code example below.