display_offset#

sepattach.display_offset(p0: float) int#

Specify the offset from the 2D parent part(s) surface from which to display (or lift) the separation and attachment line parts.

This offset measures in model coordinate units, in the normal direction from the 2D parent part(s) surface(s); and thus, may need to be specified as either a + or - number.
Args:
p0:

‘offset_value’ numerical offset value from the 2D surface, (default = 0.)

Examples:
ensight.part.modify_begin()
ensight.sepattach.display_offset(-1.0000e-03)
ensight.part.modify_end()
Returns:

zero on success, non-zero on error