Click or drag to resize
SoWinViewerTypes Enumeration

An EDITOR viewer will create a camera under the user supplied scene graph (specified in ()) if it cannot find one in the scene and will leave the camera behind when supplied with a new scene.

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum Types
Members
  Member nameValueDescription
BROWSER0

Camera views scene, but is not added to scene.

EDITOR1

Camera is added to user's scene.

Remarks

A BROWSER viewer will also create a camera if it cannot find one in the scene, but will place it above the scene graph node (camera will not appear in the user supplied scene graph), and will automatically remove it when another scene is supplied to the viewer.

See Also