node_detail#

part.node_detail(p0: int) int#

Sets the detail level for drawing spherical nodes in the currently selected part(s).

Higher values of level result in more polygons being used to draw the spheres.
Args:
p0:

‘level’ detail level for the spheres used to represent the nodes; must be within the range of 2 to 10.

Examples:
ensight.part.select_begin(1)
ensight.part.modify_begin()
ensight.part.node_type("sphere")
ensight.part.node_detail(5)
ensight.part.modify_end()
Returns:

zero on success, non-zero on error