fast_display#
- view.fast_display(p0: str) int #
Toggles the fast display setting. When on, parts can be rendered using an alternative representation while being interactively moved.
Each part has an attribute that indicates how it will be drawn when fast display is on. See ‘part: bounding_rep’.- Args:
- p0:
‘toggle’
ON
OFF
- Examples:
ensight.view.fast_display("ON") # WARNING: following line includes OBSOLETE call (ensight.part.select_partname_begin). ensight.part.select_partname_begin("(CASE:Case 1)external flow field") ensight.part.modify_begin() ensight.part.bounding_rep("points") ensight.part.modify_end() ensight.view_transf.rotate(-3.021584,51.034481,0.000000) ensight.view_transf.function("global")
- Returns:
zero on success, non-zero on error