part#

show_info.part(p0: int) int#

Query/show the associated model information and extent values for the specified part id.

Args:
p0:

‘part_id_number’ the part GUI number

Examples:
# 
# First, select the part ... 
# 
ensight.part.select_begin(1)
# 
# Then, specify to show its corresponding information. 
# 
ensight.show_info.part(1)
Returns:

zero on success, non-zero on error