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
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
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
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
Can't find what you're looking for? Ask the community or share your knowledge.