NX Open C++ Reference Guide
|
Represents the Application Manager class. More...
Public Member Functions | |
NXOpen::Features::TestFeatureBuilder * | CreateTestFeatureBuilder (NXOpen::Part *part, NXOpen::Features::TestFeature *feat) |
Creates a Newapp.TestFeature feature. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Static Public Member Functions | |
static ApplicationManager * | GetApplicationManager (NXOpen::Session *owner) |
Returns the ApplicationManager object for the running session which serves as the 'gateway' class for the application API. | |
Represents the Application Manager class.
To obtain an instance of this class, refer to Session
Created in NX9.0.0.
NXOpen::Features::TestFeatureBuilder* NXOpen::Newapp::ApplicationManager::CreateTestFeatureBuilder | ( | NXOpen::Part * | part, |
NXOpen::Features::TestFeature * | feat | ||
) |
Creates a Newapp.TestFeature feature.
part | the part that will own the feature |
feat | feat |
|
static |
Returns the ApplicationManager 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.
tag_t NXOpen::Newapp::ApplicationManager::Tag | ( | ) | const |
Returns the tag of this object.