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

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

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

Public Member Functions

NXString FileName ()
 Returns the part file name
Created in NX7.5.0. More...
 
NXOpen::PartPartObject ()
 Returns the part object
Created in NX7.5.0. More...
 
void SetFileName (const NXString &fileName)
 Sets the part file name
Created in NX7.5.0. More...
 
void SetFileName (const char *fileName)
 Sets the part file name
Created in NX7.5.0. More...
 
void SetPartObject (NXOpen::Part *partObject)
 Sets the part object
Created in NX7.5.0. More...
 
virtual ~PartNode ()
 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 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

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

Member Function Documentation

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

Parameters
fileNamefilename
void NXOpen::Validate::PartNode::SetFileName ( const char *  fileName)

Sets the part file name
Created in NX7.5.0.



License requirements : None

Parameters
fileNamefilename
void NXOpen::Validate::PartNode::SetPartObject ( NXOpen::Part partObject)

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.