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

Represents a Result Reference in the . More...

Inheritance diagram for NXOpen.CAE.SimResultReference:
NXOpen.TaggedObject NXOpen.CAE.IPostScenarioDataSource NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  Type {
  Structural, Thermal, Flow, Magnetics,
  Acoustic, VibroAcoustic
}
 Result Types More...
 

Public Member Functions

unsafe void DeleteResultFile ()
 Get the result file directory and result file name More...
 
unsafe NXOpen.TaggedObject Find (string journalIdentifier)
 Returns the children of the Solution of the given Identifier More...
 
unsafe string GetManagedResultFile ()
 Get the managed result file name More...
 
unsafe void GetResultFile (out string resultfiledir, out string resfilename)
 Get the result file directory and result file name More...
 
unsafe void GetResultFileUnits (out NXOpen.Unit[] units)
 Get basic 6 units which are stored with solution used for loading the result file More...
 
unsafe void SetInferredResultFile ()
 Clear previously specified result file location More...
 
unsafe void SetInferredResultFileUnits ()
 Clears previously specified result file units More...
 
unsafe void SetLocalResultFile (string dirpath, string filename)
 Specify local result file More...
 
unsafe void SetManagedResultFile (string file)
 Specify managed result file More...
 
unsafe void SetResultFileUnits (NXOpen.Unit[] units)
 Set result file units More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. 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

NXOpen.CAE.CompanionResultCollection CompanionResults [get]
 Returns the CAE Companion Results collection belonging to this Result Reference More...
 
- Properties inherited from NXOpen.TaggedObject
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.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a Result Reference in the .

sim files.

For more information, refer to the Solver language documentation in the SolverLanguageDocumentation

.

This class is not created directly by the user.

Created in NX10.0.0

Member Enumeration Documentation

Result Types

Enumerator
Structural 

structural result

Thermal 

thermal result

Flow 

flow result

Magnetics 

magnetics result

Acoustic 

acoustic result

VibroAcoustic 

vibration acoustic result

Member Function Documentation

unsafe void NXOpen.CAE.SimResultReference.DeleteResultFile ( )
inline

Get the result file directory and result file name

Created in NX10.0.0

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

unsafe NXOpen.TaggedObject NXOpen.CAE.SimResultReference.Find ( string  journalIdentifier)
inline

Returns the children of the Solution of the given Identifier

Created in NX1899.0.0

License requirements: None.

Parameters
journalIdentifierJournal identifier of the object
Returns
unsafe string NXOpen.CAE.SimResultReference.GetManagedResultFile ( )
inline

Get the managed result file name

Created in NX10.0.0

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

Returns
managed result file name
unsafe void NXOpen.CAE.SimResultReference.GetResultFile ( out string  resultfiledir,
out string  resfilename 
)
inline

Get the result file directory and result file name

Created in NX10.0.0

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

Parameters
resultfiledirdirectly path where result file is stored
resfilenameresult file name
unsafe void NXOpen.CAE.SimResultReference.GetResultFileUnits ( out NXOpen.Unit[]  units)
inline

Get basic 6 units which are stored with solution used for loading the result file

Created in NX10.0.0

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

Parameters
units6 basic units used to define the quantities in result file in order of mass, length, time, temperature, angle, and thermal energy
unsafe void NXOpen.CAE.SimResultReference.SetInferredResultFile ( )
inline

Clear previously specified result file location

Created in NX10.0.0

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

unsafe void NXOpen.CAE.SimResultReference.SetInferredResultFileUnits ( )
inline

Clears previously specified result file units

Created in NX10.0.0

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

unsafe void NXOpen.CAE.SimResultReference.SetLocalResultFile ( string  dirpath,
string  filename 
)
inline

Specify local result file

Created in NX10.0.0

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

Parameters
dirpathdirectory name
filenamefile name
unsafe void NXOpen.CAE.SimResultReference.SetManagedResultFile ( string  file)
inline

Specify managed result file

Created in NX10.0.0

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

Parameters
filefile name
unsafe void NXOpen.CAE.SimResultReference.SetResultFileUnits ( NXOpen.Unit[]  units)
inline

Set result file units

Created in NX10.0.0

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

Parameters
units6 units for mass, length, time, temperature, angle, and thermal energy

Property Documentation

NXOpen.CAE.CompanionResultCollection NXOpen.CAE.SimResultReference.CompanionResults
get

Returns the CAE Companion Results collection belonging to this Result Reference

Created in NX10.0.0


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