description#
- part.description(p0: str) int #
Specifies a description string for the currently selected part. This string will appear in lists that include the part.
- Args:
- p0:
‘desc’ name that will show up in the user interface; can be up to 50 characters in length
- Examples:
ensight.part.select_begin(1) ensight.part.modify_begin() ensight.part.description("compressor inlet") ensight.part.modify_end()
- Returns:
zero on success, non-zero on error