NX Open C++ Reference Guide
Public Member Functions | Static Public Member Functions | List of all members
NXOpen::DMU::DMUManager Class Reference

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

Public Member Functions

NXOpen::DMU::SnapshotCollectionCreateSnapshotCollection (NXOpen::Part *part)
 Creates the NXOpen::DMU::SnapshotCollection in the part. More...
 
NXOpen::DMU::SnapshotCollectionGetSnapshotCollection (NXOpen::Part *part)
 Returns the NXOpen::DMU::SnapshotCollection in the part. More...
 
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...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Static Public Member Functions

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

NXOpen::DMU::SnapshotCollection* NXOpen::DMU::DMUManager::CreateSnapshotCollection ( NXOpen::Part part)

Creates the NXOpen::DMU::SnapshotCollection in the part.

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

Returns

Created in NX12.0.0.

License requirements : assemblies ("ASSEMBLIES MODULE")
Parameters
partpart
static DMUManager* NXOpen::DMU::DMUManager::GetDMUManager ( NXOpen::Session owner)
static

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.

NXOpen::DMU::SnapshotCollection* NXOpen::DMU::DMUManager::GetSnapshotCollection ( NXOpen::Part part)

Returns the NXOpen::DMU::SnapshotCollection in the part.

Returns

Created in NX12.0.0.

License requirements : assemblies ("ASSEMBLIES MODULE")
Parameters
partpart
void NXOpen::DMU::DMUManager::ResetToDesignState ( NXOpen::Part part)

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
tag_t NXOpen::DMU::DMUManager::Tag ( ) const

Returns the tag of this object.


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