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

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 -------------------------------------

Getter Method Signature ImportLoads()

Returns:
Return type:bool

-------------------------------------

Setter Method

Signature ImportLoads(value)

Parameters:value (bool) –

ImportConstraints

SimPartImportOptions_Struct.ImportConstraints

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

Getter Method Signature ImportConstraints()

Returns:
Return type:bool

-------------------------------------

Setter Method

Signature ImportConstraints(value)

Parameters:value (bool) –

ImportSimulationobjects

SimPartImportOptions_Struct.ImportSimulationobjects

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

Getter Method Signature ImportSimulationobjects()

Returns:
Return type:bool

-------------------------------------

Setter Method

Signature ImportSimulationobjects(value)

Parameters:value (bool) –

ImportMaterials

SimPartImportOptions_Struct.ImportMaterials

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

Getter Method Signature ImportMaterials()

Returns:
Return type:bool

-------------------------------------

Setter Method

Signature ImportMaterials(value)

Parameters:value (bool) –

ImportFields

SimPartImportOptions_Struct.ImportFields

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

Getter Method Signature ImportFields()

Returns:
Return type:bool

-------------------------------------

Setter Method

Signature ImportFields(value)

Parameters:value (bool) –

ImportModelingobjects

SimPartImportOptions_Struct.ImportModelingobjects

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

Getter Method Signature ImportModelingobjects()

Returns:
Return type:bool

-------------------------------------

Setter Method

Signature ImportModelingobjects(value)

Parameters:value (bool) –

ImportPhysicals

SimPartImportOptions_Struct.ImportPhysicals

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

Getter Method Signature ImportPhysicals()

Returns:
Return type:bool

-------------------------------------

Setter Method

Signature ImportPhysicals(value)

Parameters:value (bool) –

ImportGroups

SimPartImportOptions_Struct.ImportGroups

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

Getter Method Signature ImportGroups()

Returns:
Return type:bool

-------------------------------------

Setter Method

Signature ImportGroups(value)

Parameters:value (bool) –

ImportRegions

SimPartImportOptions_Struct.ImportRegions

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

Getter Method Signature ImportRegions()

Returns:
Return type:bool

-------------------------------------

Setter Method

Signature ImportRegions(value)

Parameters:value (bool) –

ImportSolutions

SimPartImportOptions_Struct.ImportSolutions

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

Getter Method Signature ImportSolutions()

Returns:
Return type:bool

-------------------------------------

Setter Method

Signature ImportSolutions(value)

Parameters:value (bool) –

ImportDofsets

SimPartImportOptions_Struct.ImportDofsets

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

Getter Method Signature ImportDofsets()

Returns:
Return type:bool

-------------------------------------

Setter Method

Signature ImportDofsets(value)

Parameters:value (bool) –

ImportAll

SimPartImportOptions_Struct.ImportAll

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

Getter Method Signature ImportAll()

Returns:
Return type:bool

-------------------------------------

Setter Method

Signature ImportAll(value)

Parameters:value (bool) –