node_variable#
- part.node_variable(p0: Any) int #
Specifies the variable to be used in calculating the size of spherical nodes in the currently selected part(s).
- Args:
- p0:
‘variable_name’ the name of an activated variable
- Examples:
ensight.part.select_begin(1) ensight.part.modify_begin() ensight.part.node_type("sphere") ensight.part.node_size_by("vector_mag") ensight.part.node_variable("velocity") ensight.part.modify_end()
- Returns:
zero on success, non-zero on error