select_default#

subset.select_default() int#

Sets to default subset part, so subsequent attribute changes will apply to the defaults.

Examples:
ensight.subset.select_default()
ensight.part.modify_begin()
ensight.part.colorby_rgb(6.0000e-01,0.0000e+00,1.0000e+00)
ensight.part.modify_end()
Returns:

zero on success, non-zero on error