NX Open C++ Reference Guide
|
Represents a part file that validator will check against. More...
Public Member Functions | |
NXString | FileName () |
Returns the part file name Created in NX7.5.0. | |
NXOpen::Part * | PartObject () |
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. |
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.
virtual NXOpen::Validate::PartNode::~PartNode | ( | ) | [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 NX7.5.0.
License requirements : None
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
void NXOpen::Validate::PartNode::SetFileName | ( | const NXString & | fileName | ) |
Sets the part file name
Created in NX7.5.0.
License requirements : None
fileName | filename |
void NXOpen::Validate::PartNode::SetPartObject | ( | NXOpen::Part * | partObject | ) |
Sets the part object
Created in NX7.5.0.
License requirements : None
partObject | partobject |