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

Maintains a mapping between Tags and objects. More...

Static Public Member Functions

static TaggedObjectGet (tag_t tag)
 Returns the object corresponding to a tag. More...
 
static TaggedObjectGet (tag_t tag, const char *className)
 

Detailed Description

Maintains a mapping between Tags and objects.

This class can be used to help use the C user function routines together with objects in the NXOpen namespace.

Member Function Documentation

static TaggedObject* NXOpen::NXObjectManager::Get ( tag_t  tag)
static

Returns the object corresponding to a tag.

The object that is returned by this method is unique for given tag while that tag is alive. The Tag property of the object will return the tag with which it was obtained by this method. The C user function routines may return tags and Get can be used to obtain the corresponding object.


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