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 | SIMULIA | Vendor registry key. |
productName | String | '' | Product name. |
majorNumber | Int | -1 | Version number. |
minorNumber | Int | -1 | Release number. |
updateNumber | Int | -1 | Update number. |
prerelease | Bool | False | Official/Prerelease flag. |
Returns the base product's major, minor, and update numbers.
Argument | Type | Default | Description |
majorNumber | Int | Version number. | |
minorNumber | Int | Release number. | |
updateNumber | Int | Update 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 |