select_default#

elevsurf.select_default() int#

Set elevated surface selection to none, so that subsequent elevated surface attribute commands will apply to the defaults.

The defaults are used for future elevated surface creations.
Examples:
ensight.elevsurf.select_default()
ensight.part.modify_begin()
ensight.elevsurf.scale_factor(3.0750e-02)
ensight.part.modify_end()
Returns:

zero on success, non-zero on error