SimLbcFolderCollection Class¶
-
class
NXOpen.CAE.SimLbcFolderCollection¶ Bases:
objectProvides methods for managing LbcFolders
NXOpen.CAE.SimLbcFolderin a sim partTo obtain an instance of this class, refer to
NXOpen.CAE.SimSimulationNew 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: - name (str) – name of the folder to be created
- folderType (
NXOpen.CAE.SimLbcFolderType) – type of folder - parent (
NXOpen.CAE.SimLbcFolder) – specify the parent folderNXOpen.CAE.SimLbcFolder,or specify None if the folder is root folder.
Returns: the created
NXOpen.CAE.SimLbcFolderReturn type: 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.SimLbcFolderwith 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.SimLbcFolderNew in version NX9.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)