Click or drag to resize
SoWinFullViewerBuildFlags Enumeration

This specifies what should be build by default in the constructor.

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 BuildFlags
Members
  Member nameValueDescription
BUILD_NONE0

Doesn't build anything extra.

BUILD_DECORATION1

Build the decoration only.

BUILD_POPUP2

Build the popup menu only.

BUILD_ALL255

Build everything by default.

Remarks