node_type#
- part.node_type(p0: str) int #
Selects the node representation mode for the currently selected part(s).
- Args:
- p0:
‘type’
dot
cross
sphere
- Examples:
ensight.part.select_begin(1) ensight.part.modify_begin() ensight.part.node_type("sphere") ensight.part.modify_end()
- Returns:
zero on success, non-zero on error