fastdisplay_point_res#
- prefs.fastdisplay_point_res(p0: int) int #
Allows specification of fraction of nodes to display in fast display-point representation. The default is 1 (indicating all nodes), 2 (would be every other node), 3 (every third node), etc.
May help performance.- Args:
- p0:
‘value’ >= 1
- Examples:
ensight.view.fast_display("ON") ensight.prefs.static_fast_display("ON") ensight.prefs.fastdisplay_point_res(2) 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