SimLbcFolderCollection Class

class NXOpen.CAE.SimLbcFolderCollection

Bases: object

Provides methods for managing LbcFolders NXOpen.CAE.SimLbcFolder in a sim part

To obtain an instance of this class, refer to NXOpen.CAE.SimSimulation

New in version NX9.0.0.

Methods

Method Description
CreateFolder Creates a lbc folder of the specified type, and optional makes it a subfolder if a parent folder is specified.
FindObject Finds the NXOpen.CAE.SimLbcFolder with the given identifier as recorded in a journal.

Method Detail

CreateFolder

SimLbcFolderCollection.CreateFolder

Creates a lbc folder of the specified type, and optional makes it a subfolder if a parent folder is specified.

Signature CreateFolder(name, folderType, parent)

Parameters:
Returns:

the created NXOpen.CAE.SimLbcFolder

Return type:

NXOpen.CAE.SimLbcFolder

New in version NX9.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

FindObject

SimLbcFolderCollection.FindObject

Finds the NXOpen.CAE.SimLbcFolder with the given identifier as recorded in a journal.

An exception will be thrown if no object can be found with the given journal identifier.

Signature FindObject(journalIdentifier)

Parameters:journalIdentifier (str) – Identifier to be found
Returns:lbc folder found
Return type:NXOpen.CAE.SimLbcFolder

New in version NX9.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)