Announcements

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

How can I use getchangetype to get change of View3d Orientation?

Anonymous

How can I use getchangetype to get change of View3d Orientation?

Anonymous
Not applicable

 

 

i want to moving Left eye view and Right eye view affect by source view's Orientation modify

 

so i use dynamic model update(DMU) for stereo view 

 

However I have a problem to catching Orientation modified

 

I want to use follow line

 

UpdaterRegistry.AddTrigger(m_updaterId, doc, idsToWatch,?????);

 

idsToWatch is a Element List contain Source view

 

What should i use for ????? 

 

How can get view orientation modified?

 

help me 

0 Likes
Reply
431 Views
1 Reply
Reply (1)

jeremytammik
Autodesk
Autodesk

The last argument to the AddTrigger method is the change type.

 

The safest change type to specify is the one returned by the Element.GetChangeTypeAny method.

 

Here are some discussions mentioning the AddTrigger method on The Building Coder:

 

 

Cheers,

 

Jeremy



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes