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

Manages meshesNXOpen.CAE.IMeshManager in cae parts More...

Inheritance diagram for NXOpen.CAE.IMeshManager:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink NXOpen.CAE.MeshManager NXOpen.CAE.MeshManagerOccurrence

Classes

struct  StatusInfo
 Contains status information More...
 

Public Member Functions

unsafe NXOpen.TaggedObject FindObject (string journalIdentifier)
 Finds the NXOpen.CAE.Mesh with the given identifier as recorded in a journal. More...
 
unsafe
NXOpen.CAE.IMeshManager.StatusInfo 
GetElementStatus ()
 Returns the elements status for this manager More...
 
unsafe NXOpen.CAE.IMeshCollector[] GetMeshCollectors ()
 Returns the IMeshCollectors NXOpen.CAE.IMeshCollector for this manager More...
 
unsafe NXOpen.CAE.Mesh[] GetMeshes ()
 Returns the Meshes NXOpen.CAE.Mesh for this manager More...
 
unsafe
NXOpen.CAE.IMeshManager.StatusInfo 
GetNodeStatus ()
 Returns the node status for this manager 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...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

Manages meshesNXOpen.CAE.IMeshManager in cae parts

This is an abstract class, and cannot be created.

Created in NX5.0.0

Member Function Documentation

unsafe NXOpen.TaggedObject NXOpen.CAE.IMeshManager.FindObject ( string  journalIdentifier)
inline

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

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.

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

Created in NX3.0.0

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

Parameters
journalIdentifierMesh or collector name
Returns
mesh or collector with this identifier
unsafe NXOpen.CAE.IMeshManager.StatusInfo NXOpen.CAE.IMeshManager.GetElementStatus ( )
inline

Returns the elements status for this manager

Created in NX11.0.0

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

Returns
unsafe NXOpen.CAE.IMeshCollector [] NXOpen.CAE.IMeshManager.GetMeshCollectors ( )
inline

Returns the IMeshCollectors NXOpen.CAE.IMeshCollector for this manager

Created in NX7.5.0

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

Returns
unsafe NXOpen.CAE.Mesh [] NXOpen.CAE.IMeshManager.GetMeshes ( )
inline

Returns the Meshes NXOpen.CAE.Mesh for this manager

Created in NX7.5.0

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

Returns
unsafe NXOpen.CAE.IMeshManager.StatusInfo NXOpen.CAE.IMeshManager.GetNodeStatus ( )
inline

Returns the node status for this manager

Created in NX11.0.0

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

Returns

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