|
![]() |
Occurs when a stereo camera is calculated from a base camera.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Event StereoViewpointCalculated As EventHandler(Of StereoViewpointCalculatedEventArgs) |
C# |
---|
public event EventHandler<StereoViewpointCalculatedEventArgs> StereoViewpointCalculated |
Visual C++ |
---|
public: event EventHandler<StereoViewpointCalculatedEventArgs^>^ StereoViewpointCalculated { void add (EventHandler<StereoViewpointCalculatedEventArgs^>^ value); void remove (EventHandler<StereoViewpointCalculatedEventArgs^>^ value); } |
Remarks
This event applies to a single View, so to implement custom stereo viewpoint calculation for all views, you should iterate over all views on startup and subscribe to this event.
You should also subscribe to the Document.ViewAdded event so that any new views that are created get the custom stereo implementation.