NX Open C++ Reference Guide
|
Contains information about which entities to be imported. More...
Public Member Functions | |
ImportOptions (bool importLoadsInitial, bool importConstraintsInitial, bool importSimulationobjectsInitial, bool importMaterialsInitial, bool importFieldsInitial, bool importModelingobjectsInitial, bool importPhysicalsInitial, bool importGroupsInitial, bool importRegionsInitial, bool importSolutionsInitial, bool importDofsetsInitial, bool importAllInitial) | |
Constructor for the ImportOptions struct. | |
Public Attributes | |
bool | ImportAll |
true when importing all entities, if not false | |
bool | ImportConstraints |
true when importing constraints, if not false | |
bool | ImportDofsets |
true when importing dofsets, if not false | |
bool | ImportFields |
true when importing fields, if not false | |
bool | ImportGroups |
true when importing groups, if not false | |
bool | ImportLoads |
true when importing loads, if not false | |
bool | ImportMaterials |
true when importing materials, if not false | |
bool | ImportModelingobjects |
true when importing modeling objects, if not false | |
bool | ImportPhysicals |
true when importing physicals, if not false | |
bool | ImportRegions |
true when importing regions, if not false | |
bool | ImportSimulationobjects |
true when importing simulation objects, if not false | |
bool | ImportSolutions |
true when importing solutions, if not false |
Contains information about which entities to be imported.
NXOpen::CAE::SimPart::ImportOptions::ImportOptions | ( | bool | importLoadsInitial, |
bool | importConstraintsInitial, | ||
bool | importSimulationobjectsInitial, | ||
bool | importMaterialsInitial, | ||
bool | importFieldsInitial, | ||
bool | importModelingobjectsInitial, | ||
bool | importPhysicalsInitial, | ||
bool | importGroupsInitial, | ||
bool | importRegionsInitial, | ||
bool | importSolutionsInitial, | ||
bool | importDofsetsInitial, | ||
bool | importAllInitial | ||
) |
Constructor for the ImportOptions struct.
importLoadsInitial | true when importing loads, if not false |
importConstraintsInitial | true when importing constraints, if not false |
importSimulationobjectsInitial | true when importing simulation objects, if not false |
importMaterialsInitial | true when importing materials, if not false |
importFieldsInitial | true when importing fields, if not false |
importModelingobjectsInitial | true when importing modeling objects, if not false |
importPhysicalsInitial | true when importing physicals, if not false |
importGroupsInitial | true when importing groups, if not false |
importRegionsInitial | true when importing regions, if not false |
importSolutionsInitial | true when importing solutions, if not false |
importDofsetsInitial | true when importing dofsets, if not false |
importAllInitial | true when importing all entities, if not false |
true when importing all entities, if not false
true when importing constraints, if not false
true when importing dofsets, if not false
true when importing fields, if not false
true when importing groups, if not false
true when importing loads, if not false
true when importing materials, if not false
true when importing modeling objects, if not false
true when importing physicals, if not false
true when importing regions, if not false
true when importing simulation objects, if not false
true when importing solutions, if not false