Click or drag to resize
SoWinFullViewerSetDecoration Method

Shows/hides the viewer component trim (default on).

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetDecoration(
	bool onOrOff
)

Parameters

onOrOff
Type: SystemBoolean
Remarks

See the viewer constructor to prevent the decoration from being built.

The default value can be set using the environment variable OIV_VIEWER_DECORATION (0 = OFF, 1 = ON).

See Also