select_default#

clip.select_default(*args, **kwargs) Any#

Sets the target to the default settings for subsequent attribute modifications.

Examples:
#
# Set the default clip tool to cylinder
#
ensight.clip.select_default()
ensight.part.modify_begin()
ensight.clip.tool("cylinder")
ensight.part.modify_end()
Returns:

zero on success, non-zero on error