select_default#

profile.select_default() int#

Sets the current profile to none, so that subsequent commands will modify the default profile attributes.

When profiles are created, the default attributes are used (unless overridden by attribute commands between “profile: begin / end” commands. This command allows for changing of defaults.
Examples:
ensight.profile.select_default()
ensight.profile.offset(0.0000e+00)
ensight.profile.scale_factor(1.0000e+00)
Returns:

zero on success, non-zero on error