begin#

sepattach.begin() int#

Delimit the modifications for separation or attachment line attributes.

These commands are used to set the attributes for a separation or attachment line part creation.
Examples:
#
# Specify the 2D parent part(s) from which
# to create the separation and attachment lines
#
ensight.part.select_begin(2,3)
#
# Compute the separation and attachment lines parts
#
ensight.sepattach.begin()
ensight.sepattach.end()
ensight.sepattach.create()
#
# Now select the newly created separation and 
# attachment line parts for subsequent operations
#
ensight.part.select_begin(6,7)
Returns:

zero on success, non-zero on error