end#

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

Delimit the modifications for clip attributes.

These commands are used to set the attributes for a clip part creation.
Examples:
ensight.clip.begin()
#
# Change attributes
#
ensight.clip.domain("inside")
ensight.clip.tool("plane")
ensight.clip.plane(1,-1,-1,0)
ensight.clip.plane(2,1,-1,0)
ensight.clip.plane(3,1,1,0)
#
# End change attributes
#
ensight.clip.end()
ensight.clip.create()
Returns:

zero on success, non-zero on error