ViewUIManager Class

class NXOpen.ViewUIManager

Bases: object

To obtain an instance of this class, refer to NXOpen.UI

New in version NX11.0.1.

Methods

Method Description
CreatePreview Creates a Model View Preview

Method Detail

CreatePreview

ViewUIManager.CreatePreview

Creates a Model View Preview

Signature CreatePreview(viewTag, fit)

Parameters:
  • viewTag (NXOpen.View) –
  • fit (bool) – True - The preview will be created with a fitted scale False - The preview will be created with the current displayed scale

New in version NX11.0.1.

License requirements: None.