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

Represents PMI(Product and Manufacturing Information) data
Created in NX4.0.0. More...

Inheritance diagram for NXOpen::Annotations::PmiData:
NXOpen::TransientObject

Public Member Functions

NXOpen::Annotations::AssociatedObjectGetAssociatedObject ()
 Returns the associated object. More...
 
std::vector
< NXOpen::Annotations::BusinessModifier * > 
GetBusinessModifiers ()
 Returns the business modifiers. More...
 
int GetIndex ()
 Returns the index. More...
 
int GetNumAssociatedObjectsSets ()
 Returns the numbers of associated objects list. More...
 
void SetAssociatedObject (NXOpen::Annotations::AssociatedObject *assocObj)
 Sets the associated object
Created in NX4.0.0. More...
 
void SetBusinessModifiers (const std::vector< NXOpen::Annotations::BusinessModifier * > &businessModifiers)
 Sets the business modifiers
Created in NX4.0.0. More...
 
void SetIndex (int index)
 Sets the index
Created in NX5.0.0. More...
 
void SetNumAssociatedObjectsSets (int numAssocObjectsSets)
 Sets the number of associated objects list
Created in NX10.0.0. More...
 
virtual ~PmiData ()
 Frees the object from memory. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents PMI(Product and Manufacturing Information) data
Created in NX4.0.0.


Constructor & Destructor Documentation

virtual NXOpen::Annotations::PmiData::~PmiData ( )
virtual

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

NXOpen::Annotations::AssociatedObject* NXOpen::Annotations::PmiData::GetAssociatedObject ( )

Returns the associated object.

Returns
Associated objects
Created in NX4.0.0.

License requirements : None
std::vector<NXOpen::Annotations::BusinessModifier *> NXOpen::Annotations::PmiData::GetBusinessModifiers ( )

Returns the business modifiers.

Returns
List of business modifiers
Created in NX4.0.0.

License requirements : None
int NXOpen::Annotations::PmiData::GetIndex ( )

Returns the index.

Returns

Created in NX5.0.0.

License requirements : None
int NXOpen::Annotations::PmiData::GetNumAssociatedObjectsSets ( )

Returns the numbers of associated objects list.

Returns

Created in NX10.0.0.

License requirements : None
void NXOpen::Annotations::PmiData::SetAssociatedObject ( NXOpen::Annotations::AssociatedObject assocObj)

Sets the associated object
Created in NX4.0.0.



License requirements : None

Parameters
assocObjList of new associated objects
void NXOpen::Annotations::PmiData::SetBusinessModifiers ( const std::vector< NXOpen::Annotations::BusinessModifier * > &  businessModifiers)

Sets the business modifiers
Created in NX4.0.0.



License requirements : None

Parameters
businessModifiersList of new business modifiers
void NXOpen::Annotations::PmiData::SetIndex ( int  index)

Sets the index
Created in NX5.0.0.



License requirements : None

Parameters
indexindex
void NXOpen::Annotations::PmiData::SetNumAssociatedObjectsSets ( int  numAssocObjectsSets)

Sets the number of associated objects list
Created in NX10.0.0.



License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")

Parameters
numAssocObjectsSetsnumassocobjectssets

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