viewport_link#
- view_transf.viewport_link(p0: str) int #
Link the interactive global transformations of multiple viewports. This causes any transformations applied to one of the viewports to be applied to all the other linked viewports as well.
Only interactive transforms are linked.- Args:
- p0:
‘toggle’
ON
OFF
- Examples:
# # Selecting three viewports, and linking them # ensight.viewport.select_begin(0,1,2) ensight.view_transf.viewport_link("ON")
- Returns:
zero on success, non-zero on error