Click or drag to resize

ViewInfo Properties

The ViewInfo type exposes the following members.

Properties
  NameDescription
Public propertyClippingPlanesIds
Returns a list of clipping plane Ids associated with this view.
Public propertyDisplayModeId
The id of the display mode this view opens in - wireframe, shaded, rendered, or any custom display mode. DisplayModeDescription holds the standard ids. A nil id means the view has no display mode of its own and opens in wireframe, which is what every template generated without this property did.
Public propertyFocalBlurAperture
Gets or sets the Focal blur aperture of the active viewport
Public propertyFocalBlurDistance
Gets or sets the Focal blur distance of the active viewport
Public propertyFocalBlurJitter
Gets or sets the Focal blur jitter of the active viewport
Public propertyFocalBlurMode
Gets or sets the Focal blur mode of the active viewport
Public propertyFocalBlurSampleCount
Gets or sets the Focal blur sample count of the active viewport
Public propertyLockedProjection
Whether the view's projection is locked against changes.
Public propertyMaximized
Gets or sets whether the view window is maximized in the frame window. Together with the window position (see GetWindowPosition(Double, Double, Double, Double)) this is stored in the 3dm file and controls the viewport layout when the file is opened.
Public propertyName
Gets or sets the name of the view.
Public propertyNamedViewId
Returns a unique id if this is a named view otherwise an empty Guid.
Public propertyRenderingSize
The pixel size this view renders at.
Public propertySectionBehavior
How a view will interact with clipping planes
Public propertyShowConstructionAxes
Whether the construction plane x and y axes are drawn in this view.
Public propertyShowConstructionGrid
Whether the construction plane grid is drawn in this view.
Public propertyShowConstructionZAxis
Whether the construction plane z axis is drawn in this view.
Public propertyShowWallpaperInGrayScale
True if wallpaper (if any) is to be shown in gray scale in this view.
Public propertyShowWorldAxes
Whether the world axes icon is drawn in the corner of this view.
Public propertyViewport
Gets the viewport, or viewing frustum, associated with this view.
Public propertyViewType
Whether this view is a model view, a layout page, a nested (detail) view, or one of the special editor views. A page view must be an orthographic top view; see PageSettings for its paper size.
Public propertyWallpaperFilename
Get filename for wallpaper set to this view, if any.
Public propertyWallpaperHidden
True if wallpaper (if any) is to be hidden from this view.
Top
See Also