Search found 15 matches

by JFlock_BE
Wed Apr 29, 2020 2:27 pm
Forum: Advanced visualization
Topic: Strange surfaces with flat render
Replies: 3
Views: 7230

Strange surfaces with flat render

Hello, I have a strange representation of surfaces when using flat/smooth render for my model. This is a model for the structural analysis of an awning. In attachments, there is a print screen with normal render ( normal-render.png) And a print screen with flat render (flat-render.png) After rebuild...
by JFlock_BE
Mon Apr 27, 2020 7:11 am
Forum: Geometry
Topic: Get point id from coordinates
Replies: 6
Views: 8697

Re: Get point id from coordinates

Yes 11k nodes is relatively small but I meant 11k points befor meshing, my fault sorry.

Many thanks for all your help.
by JFlock_BE
Fri Apr 24, 2020 2:13 pm
Forum: Geometry
Topic: Get point id from coordinates
Replies: 6
Views: 8697

Re: Get point id from coordinates

Thanks for that, it could be usefull ! But most of the time, there are a lot of nodes (for instance, the model on which I currently work has more than 11 000 nodes... ) So I will try the solution with the vtkKdTree objects. I was thinking also to use the GiD collapse function to know if there are po...
by JFlock_BE
Fri Apr 24, 2020 10:17 am
Forum: Geometry
Topic: Get point id from coordinates
Replies: 6
Views: 8697

Re: Get point id from coordinates

Thanks for your answer, this is what I was thinking unfortunately.

I will check the voro plugin !

Thanks again !
by JFlock_BE
Wed Apr 22, 2020 3:47 pm
Forum: Geometry
Topic: Get point id from coordinates
Replies: 6
Views: 8697

Get point id from coordinates

Hello,

Is it possible to know if there is a point at a given coordinates x,y,z (taken into account a given tolerance) in tcl ?
If yes, is it possible to get its id ?

Thanks for your help !