A basic definition of the external data file.
Declaration Syntax
public class ExternalDataFile
Table 40: Members
Constructor | ExternalDataFile(ImportSettingsBase, string, string, string, bool) |
Construct a (See Ansys.Mechanical.ExternalData.ExternalDataFile) instance. If `identifier` is provided, it should be unique, otherwise, an exception will be thrown during the import. An import settings can be created by calling the GetSettingsForFormat method from the factory class (See Ansys.Mechanical.ExternalData.ImportSettingsFactory). |
Property | Description |
Gets or sets the optional description of the external data file. |
Property | FilePath |
Gets or sets the file path of the external data file. |
Property | Identifier |
Gets or sets the identifier of the external data file. |
Property | ImportSettings |
Gets or sets the import settings for current external data file. An import settings can be created by calling the GetSettingsForFormat method from the factory class (See Ansys.Mechanical.ExternalData.ImportSettingsFactory). |
Property | IsMainFile |
Gets or sets the main file flag of the external data file. The nodal coordinate data for the selected main file is processed by the mapping utility. The nodal coordinate data will be skipped in all other files. Only one file can be set as the main file, otherwise, an exception will be thrown during the import. If the import format is MAPDL, the value of this property will be ignored as the MAPDL CDB file will always be treated as main file during the import. |