<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>&nbsp;<BR>
Hi All,<BR>
I would like to view 4 views of the same object (e.g at different angles) and would like all of them to update when I interact (rotate/zoom/move) with any of them.&nbsp; e.g. if I rotate one of them, I'd like the other 3 to rotate as well in their orientation.&nbsp; I currently&nbsp;have the 4 views setup using the split container in .NET. I have a renderer for each window..and I'm able to display the object in all windows but the interactions in each window happen independently... the other 3 windows don't update when I interact with one of them.&nbsp; Is there some trick or best known method to do something like this?<BR>
&nbsp;<BR>
Thanks<BR>
Taro<BR></body>
</html>