|
![]() |
Describes how to adapt the camera view so that its aspect ratio matches that of the display window.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Enumeration ViewpointImageFit |
C# |
---|
public enum ViewpointImageFit |
Visual C++ |
---|
public enum class ViewpointImageFit |
Members
Member name | Description | |
---|---|---|
Mask |
The frustum is used as is within the largest subset of the window that has the correct aspect ratio. The rest of the window is masked out (e.g. black bars).
| |
Fill |
The frustum extents are enlarged so that all of the original image is visible.
| |
Vertical |
Only HorizontalExtent is modified so that vertical extent is preserved.
| |
Horizontal |
Only VerticalExtent is modified so that horizontal extent is preserved.
| |
Overscan |
The frustum extents are reduced so that a subset of the original image is visible.
|
Remarks
If the camera of a given view differs from the display window's constraints, some form of adaption is required, and often depends on the desired end behaviour. This enumeration allows the client to decide what this is.