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

Represents an object that manages DMU application specific objects and preferences. More...

Inheritance diagram for NXOpen.DMU.DMUManager:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe
NXOpen.DMU.SnapshotCollection 
CreateSnapshotCollection (NXOpen.Part part)
 Creates the NXOpen.DMU.SnapshotCollection in the part. More...
 
unsafe
NXOpen.DMU.SnapshotCollection 
GetSnapshotCollection (NXOpen.Part part)
 Returns the NXOpen.DMU.SnapshotCollection in the part. More...
 
unsafe void ResetToDesignState (NXOpen.Part part)
 Resets the changes made to the part, related to the assets which can be captured in the NXOpen.DMU.ISnapshot . 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...
 

Static Public Member Functions

static DMUManager GetDMUManager (NXOpen.Session owner)
 Returns the DMUManager object for the running session which serves as the 'gateway' class for the application API. 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

Represents an object that manages DMU application specific objects and preferences.

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

Created in NX12.0.0

Member Function Documentation

unsafe NXOpen.DMU.SnapshotCollection NXOpen.DMU.DMUManager.CreateSnapshotCollection ( NXOpen.Part  part)
inline

Creates the NXOpen.DMU.SnapshotCollection in the part.

At max only one instance of NXOpen.DMU.SnapshotCollection can be created in a part.

Created in NX12.0.0

License requirements: None.

Parameters
part
Returns
static DMUManager NXOpen.DMU.DMUManager.GetDMUManager ( NXOpen.Session  owner)
inlinestatic

Returns the DMUManager object for the running session which serves as the 'gateway' class for the application API.

References to all other objects in this API are obtained either directly or indirectly via methods and properties on this class. Platform Session should be initialized using 'GetSession' method from NXOpen API prior to this call.

unsafe NXOpen.DMU.SnapshotCollection NXOpen.DMU.DMUManager.GetSnapshotCollection ( NXOpen.Part  part)
inline

Returns the NXOpen.DMU.SnapshotCollection in the part.

Created in NX12.0.0

License requirements: None.

Parameters
part
Returns
unsafe void NXOpen.DMU.DMUManager.ResetToDesignState ( NXOpen.Part  part)
inline

Resets the changes made to the part, related to the assets which can be captured in the NXOpen.DMU.ISnapshot .

Created in NX12.0.0

License requirements: assemblies ("ASSEMBLIES MODULE")

Parameters
partPart that will get reset to design state

Property Documentation

Tag NXOpen.DMU.DMUManager.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.