element#
- show_info.element(p0: int) int #
Query/show the associated part connectivity and values of all active variables for the specified element id label.
- Args:
- p0:
‘element_id_number’ a valid element id corresponding to the specified part
- Examples:
# # Specify which part # ensight.part.select_begin(1) # # from which to show the corresponding element information. # ensight.show_info.element(20)
- Returns:
zero on success, non-zero on error