how to display the node index number on the field data? #2306
Replies: 6 comments
-
First, make the value of the nodes the index through CreateFieldData. You'll probably want to scale that otherwise the large indices will be too big for the scene. Then set the nodes in ShowField to spheres so they can be vary in size. You should now see the nodes varying in size in the order of indices. When you do that first part, you can apply a color map to the nodes to make it easier to see. In the future, you'll be able to do this with text rendering. Also, please put usage questions on the discussions page. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply! |
Beta Was this translation helpful? Give feedback.
-
Visualizing indices directly like that won't be possible until text rendering is implemented. What meant is that you can set the index to the node value. Here is an image where a color map is applied to a field where the index is set as the value. It doesn't have the accuracy that text rendering does, but hopefully this is helpful until we have support for this. Here is the network I used to make the image. You'll have replace the path of the object file to something on your computer. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply. I see what you mean. |
Beta Was this translation helpful? Give feedback.
-
Here's the issue: #2148 |
Beta Was this translation helpful? Give feedback.
-
I draw a graph to show the geometric data of the torso field in SCIRun.
I want to see the order of the index numbers of the geometric nodes.
Is there any module that can realize this function?
Beta Was this translation helpful? Give feedback.
All reactions