This class is responsible for providing some high-level GUI control methods.
Constructor.
Argument | Type | Default | Description |
appName | String | ABAQUS/CAE | Application registry key. |
vendorName | String | ABAQUS, Inc. | Vendor registry key. |
productName | String | '' | Product name. |
majorNumber | Int | -1 | Major version number. |
minorNumber | Int | -1 | Minor version number. |
updateNumber | Int | -1 | Update version number. |
prerelease | Int | FALSE | Official/Prerelease flag. |
Returns the base product's major, minor, and update numbers.
Argument | Type | Default | Description |
majorNumber | Int | Major version number. | |
minorNumber | Int | Minor version number. | |
updateNumber | Int | Update version number. |
Returns the command string that will be issued upon application startup.
Initializes the application and connects to the kernel.
Argument | Type | Default | Description |
argc | Int | ||
argv | String |