NX Open C++ Reference Guide
|
Electrode Checking builder to check the touch status of all electrode. More...
Public Member Functions | |
NXOpen::Assemblies::SelectComponentList * | Electrode () |
Returns the electrode part to be checked with the workpiece part. | |
NXString | ElectrodeNameFilter () |
Returns the wildcard string to filter out the electrode part name. | |
bool | InterSolid () |
Returns the option for generating the interference solid body. | |
bool | MapFaceColor () |
Returns the option for mapping color of the touched face pair from workpiece to electrode. | |
bool | SameParent () |
Returns the option for checking the workpiece and electrode part under the same part or not. | |
bool | SaveResultsInPart () |
Returns the option for saving checking results in part. | |
void | SetElectrodeNameFilter (const NXString &electrodeNameFilter) |
Sets the wildcard string to filter out the electrode part name. | |
void | SetInterSolid (bool interSolid) |
Sets the option for generating the interference solid body. | |
void | SetMapFaceColor (bool mapFaceColor) |
Sets the option for mapping color of the touched face pair from workpiece to electrode. | |
void | SetSameParent (bool sameParent) |
Sets the option for checking the workpiece and electrode part under the same part or not. | |
void | SetSaveResultsInPart (bool saveResultsInPart) |
Sets the option for saving checking results in part. | |
void | SetTouchArea (bool touchArea) |
Sets the option for calculating the area of the touch sheet body. | |
void | SetTouchBody (bool touchBody) |
Sets the option for generating the touch sheet body. | |
void | SetWorkpieceNameFilter (const NXString &workpieceNameFilter) |
Sets the wildcard string to filter out the workpiece part name. | |
bool | TouchArea () |
Returns the option for calculating the area of the touch sheet body. | |
bool | TouchBody () |
Returns the option for generating the touch sheet body. | |
NXOpen::Assemblies::SelectComponentList * | Workpiece () |
Returns the workpiece part to be checked with the electrode part. | |
NXString | WorkpieceNameFilter () |
Returns the wildcard string to filter out the workpiece part name. |
Electrode Checking builder to check the touch status of all electrode.
To create a new instance of this class, use Tooling::ElectrodeDesignCollection::CreateCheckingBuilder
Default values.
Property | Value |
---|---|
InterSolid |
1 |
MapFaceColor |
1 |
SameParent |
1 |
TouchArea |
0 |
TouchBody |
1 |
Created in NX8.0.0.
Returns the electrode part to be checked with the workpiece part.
Created in NX8.0.0.
License requirements : None
Returns the wildcard string to filter out the electrode part name.
Created in NX8.0.0.
License requirements : None
Returns the option for generating the interference solid body.
Created in NX8.0.0.
License requirements : None
Returns the option for mapping color of the touched face pair from workpiece to electrode.
Created in NX8.0.0.
License requirements : None
Returns the option for checking the workpiece and electrode part under the same part or not.
Created in NX8.0.0.
License requirements : None
Returns the option for saving checking results in part.
Created in NX8.0.0.
License requirements : None
void NXOpen::Tooling::ElectrodeCheckingBuilder::SetElectrodeNameFilter | ( | const NXString & | electrodeNameFilter | ) |
Sets the wildcard string to filter out the electrode part name.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
electrodeNameFilter | electrodenamefilter |
void NXOpen::Tooling::ElectrodeCheckingBuilder::SetInterSolid | ( | bool | interSolid | ) |
Sets the option for generating the interference solid body.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
interSolid | intersolid |
void NXOpen::Tooling::ElectrodeCheckingBuilder::SetMapFaceColor | ( | bool | mapFaceColor | ) |
Sets the option for mapping color of the touched face pair from workpiece to electrode.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
mapFaceColor | mapfacecolor |
void NXOpen::Tooling::ElectrodeCheckingBuilder::SetSameParent | ( | bool | sameParent | ) |
Sets the option for checking the workpiece and electrode part under the same part or not.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
sameParent | sameparent |
void NXOpen::Tooling::ElectrodeCheckingBuilder::SetSaveResultsInPart | ( | bool | saveResultsInPart | ) |
Sets the option for saving checking results in part.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
saveResultsInPart | saveresultsinpart |
void NXOpen::Tooling::ElectrodeCheckingBuilder::SetTouchArea | ( | bool | touchArea | ) |
Sets the option for calculating the area of the touch sheet body.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
touchArea | toucharea |
void NXOpen::Tooling::ElectrodeCheckingBuilder::SetTouchBody | ( | bool | touchBody | ) |
Sets the option for generating the touch sheet body.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
touchBody | touchbody |
void NXOpen::Tooling::ElectrodeCheckingBuilder::SetWorkpieceNameFilter | ( | const NXString & | workpieceNameFilter | ) |
Sets the wildcard string to filter out the workpiece part name.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
workpieceNameFilter | workpiecenamefilter |
Returns the option for calculating the area of the touch sheet body.
Created in NX8.0.0.
License requirements : None
Returns the option for generating the touch sheet body.
Created in NX8.0.0.
License requirements : None
Returns the workpiece part to be checked with the electrode part.
Created in NX8.0.0.
License requirements : None
Returns the wildcard string to filter out the workpiece part name.
Created in NX8.0.0.
License requirements : None