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 | SetFileName (const char *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. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents a part file that validator will check against.
<br> 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. <br>
Created in NX7.5.0.
|
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
NXString NXOpen::Validate::PartNode::FileName | ( | ) |
Returns the part file name
Created in NX7.5.0.
License requirements : None
NXOpen::Part* NXOpen::Validate::PartNode::PartObject | ( | ) |
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::SetFileName | ( | const char * | 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 |