static_fast_display#

prefs.static_fast_display(p0: str) int#

Will cause the fast display representation to always be displayed when the fast display toggle is on. If static_fast_display is off (the default), fast display will only be active during a transformation.

This is a performance enhancing attribute. This attribute can be used to work with very large models. Large models can be too slow in full element representation to manipulate (ie. transforming, positioning tools, etc.)
Args:
p0:

‘toggle’

  • ON

  • OFF

Examples:
ensight.view.fast_display("ON")
ensight.prefs.static_fast_display("ON")
ensight.part.select_begin(1,3,4)
ensight.part.modify_begin()
ensight.part.bounding_rep("points")
ensight.part.modify_end()
Returns:

zero on success, non-zero on error