Warning

Nightly releases are generated automatically from the latest source code and are intended for experimental purposes only. These builds may contain incomplete or untested features, bugs, or security vulnerabilities, and as such, are not for production use. Users should be aware that nightly releases may cause unexpected behavior, data loss, or system instability. Use of these releases is at the user's own risk, and it is advised to have adequate backups before testing. The software is provided as is with no guarantees or support.

ViewPerspectiveΒΆ

Enumeration ViewPerspective

Represents the two different view perspectives available in the viewer. They determine the definition of left and right in the viewer.

Example

  • In the INSIDE view perspective, when speaking of the left wing mirror of a car, it is the mirror on the left side of the car, when looking from the inside of the car.
  • In the OUTSIDE view perspective, when speaking of the left wing mirror of a car, it is the mirror on the left side of the car, when looking from the outside of the car.

This has an impact on the interpretation of the ViewDirection that is passed for instance in ViewerAPI.fitViewToDirection or ViewerAPI.fitViewToVolumeFromDirection.

Enumeration Members

Enumeration Members

INSIDE: "insideView"

The view perspective where the left and right sides are defined from the inside of the object.

OUTSIDE: "outsideView"

The view perspective where the left and right sides are defined from the outside of the object.