|
|
Begin rendering in the Model Context.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub BeginModelContext |
| C# |
|---|
public void BeginModelContext() |
| Visual C++ |
|---|
public: void BeginModelContext() |
Remarks
Rendering happens in the same space as the main model, and shares the main depth buffer.
For each call you much have a matching call to EndModelContext.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |