NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.CAE.FTK.Op2FileManager Class Reference

Provides methods to query the loaded OP2 files More...

Inheritance diagram for NXOpen.CAE.FTK.Op2FileManager:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void DeleteFile (string op2FileName)
 Deletes an OP2 file More...
 
unsafe string[] GetAllDatasetNamesInFile (string op2FileName)
 Gets all dataset names in an OP2 file which must be loaded More...
 
unsafe string[] GetAllRecordNamesInDataset (string op2FileName, string datasetName)
 Gets all record names in an OP2 dataset of an OP2 file which must be loaded More...
 
unsafe string[] GetLoadedFiles ()
 Gets all loaded OP2 files More...
 
unsafe NXOpen.CAE.FTK.Op2Record GetRecord (string op2FileName, string datasetName, string recordName)
 Gets an OP2 record in an OP2 dataset of an OP2 file which must be loaded More...
 
unsafe void LoadFile (string op2FileName, NXOpen.CAE.FTK.DataManager.FileContainerType containerType)
 Loads an OP2 file to the specified container. More...
 
unsafe void UnloadFile (string op2FileName, NXOpen.CAE.FTK.DataManager.FileContainerType containerType)
 Unloads an OP2 file from the specified container. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

Provides methods to query the loaded OP2 files

To obtain an instance of this class use NXOpen.CAE.FTK.DataManager.Op2FileManager .

Created in NX12.0.1

Member Function Documentation

unsafe void NXOpen.CAE.FTK.Op2FileManager.DeleteFile ( string  op2FileName)
inline

Deletes an OP2 file

Created in NX12.0.1

License requirements: None.

Parameters
op2FileName
unsafe string [] NXOpen.CAE.FTK.Op2FileManager.GetAllDatasetNamesInFile ( string  op2FileName)
inline

Gets all dataset names in an OP2 file which must be loaded

Created in NX12.0.1

License requirements: None.

Parameters
op2FileName
Returns
unsafe string [] NXOpen.CAE.FTK.Op2FileManager.GetAllRecordNamesInDataset ( string  op2FileName,
string  datasetName 
)
inline

Gets all record names in an OP2 dataset of an OP2 file which must be loaded

Created in NX12.0.1

License requirements: None.

Parameters
op2FileName
datasetName
Returns
unsafe string [] NXOpen.CAE.FTK.Op2FileManager.GetLoadedFiles ( )
inline

Gets all loaded OP2 files

Created in NX12.0.1

License requirements: None.

Returns
unsafe NXOpen.CAE.FTK.Op2Record NXOpen.CAE.FTK.Op2FileManager.GetRecord ( string  op2FileName,
string  datasetName,
string  recordName 
)
inline

Gets an OP2 record in an OP2 dataset of an OP2 file which must be loaded

Created in NX12.0.1

License requirements: None.

Parameters
op2FileName
datasetName
recordName
Returns
unsafe void NXOpen.CAE.FTK.Op2FileManager.LoadFile ( string  op2FileName,
NXOpen.CAE.FTK.DataManager.FileContainerType  containerType 
)
inline

Loads an OP2 file to the specified container.

An OP2 file can be loaded under associated container, solution result container or user container. The container type indicates under which container the file is loaded.

Created in NX12.0.1

License requirements: None.

Parameters
op2FileName
containerType
unsafe void NXOpen.CAE.FTK.Op2FileManager.UnloadFile ( string  op2FileName,
NXOpen.CAE.FTK.DataManager.FileContainerType  containerType 
)
inline

Unloads an OP2 file from the specified container.

An OP2 file can be loaded under associated container, solution result container or user container. The container type indicates under which container the file is unloaded.

Created in NX12.0.1

License requirements: None.

Parameters
op2FileName
containerType

Property Documentation

Tag NXOpen.CAE.FTK.Op2FileManager.Tag
get

Returns the tag of this object.


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