WebAppSession Class

class NXOpen.PDM.WebAppSession

Bases: object

Represents the Web App session

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

New in version NX11.0.0.

Methods

Method Description
CreateCustomWebAppMenuHandler Create a custom WebApp menu handler.
ShowSummary Send data to Active Workspace from NX

Method Detail

CreateCustomWebAppMenuHandler

WebAppSession.CreateCustomWebAppMenuHandler

Create a custom WebApp menu handler.

Signature CreateCustomWebAppMenuHandler()

Returns:
Return type:NXOpen.PDM.CustomWebAppMenuHandler

New in version NX11.0.0.

License requirements: None.

ShowSummary

WebAppSession.ShowSummary

Send data to Active Workspace from NX

Signature ShowSummary(uid, objType, classId)

Parameters:
  • uid (str) –
  • objType (str) –
  • classId (str) –

New in version NX11.0.1.

License requirements: None.