create#

profile.create() int#

Create a profile part with the currently defined attributes using the currently selected parts as parents.

The profile part is created using the currently selected parts as parents. The profile part is creates using the currently set profile attributes.
Examples:
#
# Select parent part
#
ensight.part.select_begin(2)
ensight.profile.begin()
ensight.profile.variable("VITESSE")
ensight.profile.offset(0.0000e+00)
ensight.profile.scale_factor(1.3603e+00)
ensight.profile.end()
ensight.profile.create()
Returns:

zero on success, non-zero on error