|
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 | SetElectrodeNameFilter (const char *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. | |
| void | SetWorkpieceNameFilter (const char *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. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
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. | |
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.
| NXOpen::Assemblies::SelectComponentList* NXOpen::Tooling::ElectrodeCheckingBuilder::Electrode | ( | ) |
Returns the electrode part to be checked with the workpiece part.
Created in NX8.0.0.
License requirements : None
| NXString NXOpen::Tooling::ElectrodeCheckingBuilder::ElectrodeNameFilter | ( | ) |
Returns the wildcard string to filter out the electrode part name.
Created in NX8.0.0.
License requirements : None
| bool NXOpen::Tooling::ElectrodeCheckingBuilder::InterSolid | ( | ) |
Returns the option for generating the interference solid body.
Created in NX8.0.0.
License requirements : None
| bool NXOpen::Tooling::ElectrodeCheckingBuilder::MapFaceColor | ( | ) |
Returns the option for mapping color of the touched face pair from workpiece to electrode.
Created in NX8.0.0.
License requirements : None
| bool NXOpen::Tooling::ElectrodeCheckingBuilder::SameParent | ( | ) |
Returns the option for checking the workpiece and electrode part under the same part or not.
Created in NX8.0.0.
License requirements : None
| bool NXOpen::Tooling::ElectrodeCheckingBuilder::SaveResultsInPart | ( | ) |
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::SetElectrodeNameFilter | ( | const char * | 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 |
| void NXOpen::Tooling::ElectrodeCheckingBuilder::SetWorkpieceNameFilter | ( | const char * | 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 |
| bool NXOpen::Tooling::ElectrodeCheckingBuilder::TouchArea | ( | ) |
Returns the option for calculating the area of the touch sheet body.
Created in NX8.0.0.
License requirements : None
| bool NXOpen::Tooling::ElectrodeCheckingBuilder::TouchBody | ( | ) |
Returns the option for generating the touch sheet body.
Created in NX8.0.0.
License requirements : None
| NXOpen::Assemblies::SelectComponentList* NXOpen::Tooling::ElectrodeCheckingBuilder::Workpiece | ( | ) |
Returns the workpiece part to be checked with the electrode part.
Created in NX8.0.0.
License requirements : None
| NXString NXOpen::Tooling::ElectrodeCheckingBuilder::WorkpieceNameFilter | ( | ) |
Returns the wildcard string to filter out the workpiece part name.
Created in NX8.0.0.
License requirements : None