opaqueness#
- part.opaqueness(p0: float) int #
Specifies the opaqueness of the currently selected part(s).
A value of 1.0 is fully opaque.- Args:
- p0:
‘value’ opaqueness; must be within the range of 0.0 to 1.0
- Examples:
ensight.part.select_begin(1) ensight.part.modify_begin() # WARNING: following line includes OBSOLETE call (ensight.part.opaqueness). ensight.part.opaqueness(0.4) ensight.part.modify_end()
- Returns:
zero on success, non-zero on error