Skip to content

Using vedo to real time visualisation. #346

Answered by marcomusy
IgorZaton asked this question in Q&A
Discussion options

You must be logged in to vote

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 Points object.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@IgorZaton
Comment options

@marcomusy
Comment options

@IgorZaton
Comment options

Answer selected by marcomusy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants