end#

devsrf.end() int#

A wrapper command construct that contains the appropriate developed surface attribute commands used to create a (2D) developed surface part.

Args:
p0:

‘command list’ appropriate devsrf commands that affect the creation of the developed surface part - see Example Usage below

Examples:
ensight.part.select_begin(2)
ensight.devsrf.begin()
ensight.devsrf.origin(5.0000e-01,5.0000e-01,0.0000e+00)
ensight.devsrf.axis(0.0000e+00,0.0000e+00,1.0000e+00)
ensight.devsrf.seam_vector(1.0000e+00,0.0000e+00,0.0000e+00)
ensight.devsrf.end()
ensight.devsrf.create()
Returns:

zero on success, non-zero on error