SimPartImportOptions_Struct Struct

NXOpen.CAE.SimPart.ImportOptions is an alias for NXOpen.CAE.SimPartImportOptions_Struct

class NXOpen.CAE.SimPartImportOptions_Struct

Bases: object

Contains information about which entities to be imported .

Constructor: NXOpen.CAE.SimPart.ImportOptions()

Fields

Field Description
ImportLoads true when importing loads, if not false
ImportConstraints true when importing constraints, if not false
ImportSimulationobjects true when importing simulation objects, if not false
ImportMaterials true when importing materials, if not false
ImportFields true when importing fields, if not false
ImportModelingobjects true when importing modeling objects, if not false
ImportPhysicals true when importing physicals, if not false
ImportGroups true when importing groups, if not false
ImportRegions true when importing regions, if not false
ImportSolutions true when importing solutions, if not false
ImportDofsets true when importing dofsets, if not false
ImportAll true when importing all entities, if not false

ImportLoads

SimPartImportOptions_Struct.ImportLoads

true when importing loads, if not false -------------------------------------

Field Value Type:bool

ImportConstraints

SimPartImportOptions_Struct.ImportConstraints

true when importing constraints, if not false -------------------------------------

Field Value Type:bool

ImportSimulationobjects

SimPartImportOptions_Struct.ImportSimulationobjects

true when importing simulation objects, if not false -------------------------------------

Field Value Type:bool

ImportMaterials

SimPartImportOptions_Struct.ImportMaterials

true when importing materials, if not false -------------------------------------

Field Value Type:bool

ImportFields

SimPartImportOptions_Struct.ImportFields

true when importing fields, if not false -------------------------------------

Field Value Type:bool

ImportModelingobjects

SimPartImportOptions_Struct.ImportModelingobjects

true when importing modeling objects, if not false -------------------------------------

Field Value Type:bool

ImportPhysicals

SimPartImportOptions_Struct.ImportPhysicals

true when importing physicals, if not false -------------------------------------

Field Value Type:bool

ImportGroups

SimPartImportOptions_Struct.ImportGroups

true when importing groups, if not false -------------------------------------

Field Value Type:bool

ImportRegions

SimPartImportOptions_Struct.ImportRegions

true when importing regions, if not false -------------------------------------

Field Value Type:bool

ImportSolutions

SimPartImportOptions_Struct.ImportSolutions

true when importing solutions, if not false -------------------------------------

Field Value Type:bool

ImportDofsets

SimPartImportOptions_Struct.ImportDofsets

true when importing dofsets, if not false -------------------------------------

Field Value Type:bool

ImportAll

SimPartImportOptions_Struct.ImportAll

true when importing all entities, if not false -------------------------------------

Field Value Type:bool