method#

sepattach.method(p0: str) int#

Specify the method, or algorithm, in which to compute the separation and attachment line parts, from either 2D parent part(s) or in recomputing existing 1D separation and attachment line parts.

Currently only one algorithm offered.
Args:
p0:

‘option’

  • phase_plane

Examples:
ensight.part.select_begin(6,7)
ensight.part.modify_begin()
ensight.sepattach.method("phase_plane")
ensight.part.modify_end()
Returns:

zero on success, non-zero on error