| 
    NX Open C++ Reference Guide
    
   | 
 
Represents the blank ipw builder for blank definition 
 To obtain an instance of this class use the CAM::GeometryGroup 
 
 Created in NX8.0.0.  
 More...
  
 Public Types | |
| enum | StatusTypes {  StatusTypesUpToDate, StatusTypesOutOfDate, StatusTypesUnableToUpdate, StatusTypesNone, StatusTypesUnknown }  | 
| the blank IPW status types  More... | |
Public Member Functions | |
| NXOpen::CAM::CAMObject * | GetSource (NXOpen::NXObject **sourcePart) | 
| Get the blank ipw source.   | |
| NXOpen::CAM::BlankIpw::StatusTypes | GetStatus () | 
| Get the blank IPW status.   | |
| bool | IsValidSource (NXOpen::CAM::CAMObject *object) | 
| Decide if the input object can be a valid source.   | |
| void | SetSource (const NXString &sourcePartName, const NXString &sourceName) | 
| Set the blank ipw source  Created in NX8.0.0.  | |
| void | SetSource (const char *sourcePartName, const char *sourceName) | 
| Set the blank ipw source  Created in NX8.0.0.  | |
| NXOpen::CAM::BlankIpw::StatusTypes | Update () | 
| Update the blank ipw.   | |
  Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const | 
<b>Deprecated</b>:<br>     Use Tag instead.    | |
| tag_t | Tag () const | 
| Returns the tag of this object.   | |
Represents the blank ipw builder for blank definition 
 To obtain an instance of this class use the CAM::GeometryGroup 
 
 Created in NX8.0.0. 
 
| NXOpen::CAM::CAMObject* NXOpen::CAM::BlankIpw::GetSource | ( | NXOpen::NXObject ** | sourcePart | ) | 
Get the blank ipw source.
| sourcePart | the part where the blank IPW source exists | 
| NXOpen::CAM::BlankIpw::StatusTypes NXOpen::CAM::BlankIpw::GetStatus | ( | ) | 
Get the blank IPW status.
| bool NXOpen::CAM::BlankIpw::IsValidSource | ( | NXOpen::CAM::CAMObject * | object | ) | 
Decide if the input object can be a valid source.
| object | the object to be checked | 
| void NXOpen::CAM::BlankIpw::SetSource | ( | const NXString & | sourcePartName, | 
| const NXString & | sourceName | ||
| ) | 
Set the blank ipw source 
 Created in NX8.0.0. 
 
 License requirements : cam_base ("CAM BASE") 
| sourcePartName | the part name where the blank IPW source exists  NOTE: The full Unicode character set is not supported for this parameter.  | 
| sourceName | the name of the blank IPW source  NOTE: The full Unicode character set is not supported for this parameter.  | 
| void NXOpen::CAM::BlankIpw::SetSource | ( | const char * | sourcePartName, | 
| const char * | sourceName | ||
| ) | 
Set the blank ipw source 
 Created in NX8.0.0. 
 
 License requirements : cam_base ("CAM BASE") 
| sourcePartName | the part name where the blank IPW source exists  NOTE: The full Unicode character set is not supported for this parameter.  | 
| sourceName | the name of the blank IPW source  NOTE: The full Unicode character set is not supported for this parameter.  | 
| NXOpen::CAM::BlankIpw::StatusTypes NXOpen::CAM::BlankIpw::Update | ( | ) | 
Update the blank ipw.