create#
- subset.create() int #
Creates a subset part according to previously defined attributes or defaults.
- 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 '_13,1-10,103,104,200-3000' ensight.sendmesg(r"13,1-10,103,104,200-3000 ") #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,100-200,355' ensight.sendmesg(r"20-30,100-200,355 ") ensight.subset.end_subsetdesc() ensight.subset.end() ensight.subset.create()
- Returns:
zero on success, non-zero on error