IcePak Setup
IcePak Setup
This container holds Setup data for an instance of IcePak.
Methods
Import
Import on the Setup container with an existing Icepak project or the compressed tzr Icepak project will launch an Icepak session and opens the imported project
Import on the Solution container allow users to set different set of case and data files for post processing.By default, the case and data files from the latest solution are available on the solution component.
Required Arguments
- FilePath Path to the project or tzr file when operated on Setup container. Path to the case file to be imported when operated on the Solution container
- Type string
- Example
When the Import is called on the Setup container
Icepak.Import(FilePath=r"E:\DSModels\ICE\demo1_files\dp0\IPK\Icepak\IcepakProj")
When the Import is called on the Setup container with tzr file
Icepak.Import(FilePath=r"c:\Temp\test.tzr")
When the Import is called on the Solution container
Icepak.Import(FilePath=r"D:\IcepakProj00.cfd.cas")
Data Entities
ComponentSolveSettingsForAddin
This class contains the solve settings for Addin solution components to use
Properties
DisplayText
The general property that defines the user-visible name of an entity. This property is defined for all data entities but is used only in those entities that present a label in the user interface.
- Type string
- Read Only No
IcePakSetup
Represents the IcepakSetup data entity
Properties
DisplayText
The general property that defines the user-visible name of an entity. This property is defined for all data entities but is used only in those entities that present a label in the user interface.
- Type string
- Read Only No
WorkbenchColorScheme
Setting this property will force Icepak to use the Workbench color scheme. Unsetting this property will allow Icepak to use the default color scheme set inside Icepak
- Type bool
- Read Only No