ApplicationUtils Class¶
-
class
NXOpen.ShipDesign.ApplicationUtils¶ Bases:
objectRepresents Generator which wrap the ship api for china
To obtain an instance of this class, refer to
NXOpen.ShipDesign.ShipSessionNew in version NX11.0.0.
Methods¶
| Method | Description |
|---|---|
| RegisterApplicationForModlFeatureEdit | Register button in other application |
| RegisterButtonApplication | Register button in other application |
Method Detail¶
RegisterApplicationForModlFeatureEdit¶
-
ApplicationUtils.RegisterApplicationForModlFeatureEdit¶ Register button in other application
Signature
RegisterApplicationForModlFeatureEdit(appName)Parameters: appName (str) – The name of the application. New in version NX11.0.1.
License requirements: nx_ship_basic (“Ship Basic Design”) OR nx_ship_detail (“Ship Detail Design”)
RegisterButtonApplication¶
-
ApplicationUtils.RegisterButtonApplication¶ Register button in other application
Signature
RegisterButtonApplication(appId, buttonName)Parameters: - appId (int) – The id of the application.
- buttonName (str) – The name of the button.
New in version NX11.0.1.
License requirements: nx_ship_basic (“Ship Basic Design”) OR nx_ship_detail (“Ship Detail Design”)