NX Open C++ Reference Guide
Public Member Functions
NXOpen::Annotations::AssociatedObject Class Reference

Represents the objects to which the PMI applies. More...

Inheritance diagram for NXOpen::Annotations::AssociatedObject:
NXOpen::TransientObject

List of all members.

Public Member Functions

int GetObjectIndex (NXOpen::DisplayableObject *object)
 Returns the associated object index.
std::vector
< NXOpen::DisplayableObject * > 
GetObjects ()
 Returns the objects.
void SetObjects (const std::vector< NXOpen::DisplayableObject * > &objects)
 Sets the objects.
virtual ~AssociatedObject ()
 Frees the object from memory.

Detailed Description

Represents the objects to which the PMI applies.

Examples are size tolerance applied to a set of cylindrical faces, GD and T datum applied to a planar face, and so on.
Created in NX4.0.0.


Constructor & Destructor Documentation

Frees the object from memory.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX4.0.0.

License requirements : None


Member Function Documentation

Returns the associated object index.

Returns:
Unique integer assigned to the associated object
Created in NX4.0.0.

License requirements : None
Parameters:
objectObject for which index is to be returned

Returns the objects.

Returns:
List of objects
Created in NX4.0.0.

License requirements : None

Sets the objects.

Following objects are allowed -
Point

Edge

Face

Body

Assemblies::Component

Curve

Created in NX4.0.0.

License requirements : None

Parameters:
objectsList of new objects

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