-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
marcomusy
Mar 19, 2021
Replies: 1 comment 3 replies
-
Hi, you can reset/modify point positions with mypoints = vedo.Points(some_points)
show(mypoints)
mypoints.points(new_points_coords)
show(mypoints) if instead you need to change the nr of points you need to create a new |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
marcomusy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, you can reset/modify point positions with
if instead you need to change the nr of points you need to create a new
Points
object.