NX Open C++ Reference Guide
Public Member Functions
NXOpen::Validate::PartNode Class Reference

Represents a part file that validator will check against. More...

Inheritance diagram for NXOpen::Validate::PartNode:
NXOpen::TransientObject

List of all members.

Public Member Functions

NXString FileName ()
 Returns the part file name
Created in NX7.5.0.
NXOpen::PartPartObject ()
 Returns the part object
Created in NX7.5.0.
void SetFileName (const NXString &fileName)
 Sets the part file name
Created in NX7.5.0.
void SetPartObject (NXOpen::Part *partObject)
 Sets the part object
Created in NX7.5.0.
virtual ~PartNode ()
 Frees the object from memory.

Detailed Description

Represents a part file that validator will check against.


Part node contains the information of part filename and part object. You can create the part node by inputting part filename, or by inputting part object, or by inputting both. Validator will use the part object in the part node for checking. Only when the part object in the part node is NULL, then validator will use the part filename for checking.


Created in NX7.5.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 NX7.5.0.

License requirements : None


Member Function Documentation

Returns the part file name
Created in NX7.5.0.



License requirements : None

Returns the part object
Created in NX7.5.0.



License requirements : None

Sets the part file name
Created in NX7.5.0.



License requirements : None

Parameters:
fileNamefilename

Sets the part object
Created in NX7.5.0.



License requirements : None

Parameters:
partObjectpartobject

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