NX Open C++ Reference Guide
Public Member Functions | Public Attributes
NXOpen::CAE::SimPart::ImportOptions Struct Reference

Contains information about which entities to be imported. More...

List of all members.

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

Detailed Description

Contains information about which entities to be imported.


Constructor & Destructor Documentation

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.

Parameters:
importLoadsInitialtrue when importing loads, if not false
importConstraintsInitialtrue when importing constraints, if not false
importSimulationobjectsInitialtrue when importing simulation objects, if not false
importMaterialsInitialtrue when importing materials, if not false
importFieldsInitialtrue when importing fields, if not false
importModelingobjectsInitialtrue when importing modeling objects, if not false
importPhysicalsInitialtrue when importing physicals, if not false
importGroupsInitialtrue when importing groups, if not false
importRegionsInitialtrue when importing regions, if not false
importSolutionsInitialtrue when importing solutions, if not false
importDofsetsInitialtrue when importing dofsets, if not false
importAllInitialtrue when importing all entities, if not false

Member Data Documentation

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


The documentation for this struct was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.