Click or drag to resize
SoViewingCubePositionInViewports Enumeration

Possible positions of the viewing cube in the scene camera viewport.

Preview Feature: this class is fully supported and can be used in Open Inventor applications. Being tagged as a Preview Feature just means that the implementation is still subject to API changes and adjustments based on feedback from early adopters. Please be also aware that source compatibility might be broken regardless of the Open Inventor compatibility changes policy due to our commitment to bring needed changes to be sure the specifications of this Preview Feature match the expectations of our customers.

Namespace: OIV.Inventor.ViewerComponents.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum PositionInViewports
Members
  Member nameValueDescription
TOP_RIGHT0

The viewing cube is positioned at the top right corner.

TOP_LEFT1

The viewing cube is positioned at the top left corner.

BOTTOM_RIGHT2

The viewing cube is positioned at the bottom right corner.

BOTTOM_LEFT3

The viewing cube is positioned at the bottom left corner.

Remarks