create#

contour.create() int#

Create a contour part with the currently defined attributes using the currently selected parts as parent parts.

The contour part is created using the currently selected parts as the parent part.
The contour part is created using the currently set contour attributes.
Examples:
ensight.part.select_begin(2)
ensight.contour.begin()
ensight.contour.variable("temperature")
ensight.contour.end()
ensight.contour.create()
Returns:

zero on success, non-zero on error