Linked Views - Is this scriptable?

Can we turn this on & off with Phyton? Just discovered this while looking through Preferences / View.

Also an old post about having this as icons in WinRhino6 …

I found this, how to use it is a bit beyond me …

«Randy

This seems to work here on my Mac (Windows too) - toggles linked viewports:

import Rhino
state=Rhino.ApplicationSettings.ViewSettings.LinkedViewports
Rhino.ApplicationSettings.ViewSettings.LinkedViewports=not state

–Mitch

Thanks Mitch,

I did notice it is in 6 WIP, under Synchronize views :smile:

The Learning Curve …
«Randy