AnyDrawSurface and AnyRefNode

I am currently looking at the AAUHuman body model. I am trying to understand how the muscle paths are defined and to do so would like to be able to see visually the nodes that are used within the definition of the segments. As the segments are defined as AnyDrawSurface the nodes do not appear. Is there any way to see nodes when using AnyDrawSurface?

Hi Monique,

You can change the transparency of the objects by either doing it from the modelview (select, right click, transparent) or change the opacity value for this particular AnyDrawSurf object in the code.
To visualize the nodes please add a AnyDrawNode class object to the node you want to highlight.

Best regards,
Pavel