begin#
- subset.begin() int #
Delimit the modifications for subset part attributes.
These commands are used to set the attributes for a subset part creation.- Args:
- p0:
‘subset_commands’ any of the subset attribute commands
- Examples:
ensight.subset.begin() ensight.subset.begin_subsetdesc() #WARNING: the following line failed to translate because the function could not be found in the ensight python module # Actual error: module 'ensight' has no attribute 'part_num' ensight.sendmesg(r"part_num 1 ") #WARNING: the following line failed to translate because the function could not be found in the ensight python module # Actual error: module 'ensight' has no attribute 'nodes' ensight.sendmesg(r"nodes ") #WARNING: the following line failed to translate because the function could not be found in the ensight python module # Actual error: module 'ensight' has no attribute '_1-10' ensight.sendmesg(r"1-10 ") #WARNING: the following line failed to translate because the function could not be found in the ensight python module # Actual error: module 'ensight' has no attribute 'elements' ensight.sendmesg(r"elements ") #WARNING: the following line failed to translate because the function could not be found in the ensight python module # Actual error: module 'ensight' has no attribute '_20-30' ensight.sendmesg(r"20-30 ") ensight.subset.end_subsetdesc() ensight.subset.end() ensight.subset.create()
- Returns:
zero on success, non-zero on error