NX Open C++ Reference Guide
|
Electrode component builder to install holder and pallet. More...
Public Types | |
enum | Chuck { ChuckUnknown = -1, ChuckHolder, ChuckPallet } |
Represents the electrode chuck type. More... | |
Public Member Functions | |
NXOpen::Tooling::ElectrodeComponentBuilder::Chuck | ChuckType () |
Returns the electrode chuck type. | |
NXOpen::SelectFace * | Face () |
Returns the face whose center will be the origin of the machine set csys. | |
NXOpen::Assemblies::SelectComponent * | Fixture () |
Returns the part which is an electrode fixture to be edited. | |
NXOpen::NXObject * | MateCsys () |
Returns the current machine set CSYS. | |
NXOpen::Assemblies::SelectComponent * | Parent () |
Returns the part which is the assembly parent to install an electrode chuck. | |
bool | ReferPart () |
Returns the option to install a chuck by referring to the template part directly or not. | |
bool | Rename () |
Returns the option to use the part name management dialog box or not. | |
void | SetChuckType (NXOpen::Tooling::ElectrodeComponentBuilder::Chuck chuck) |
Sets the electrode chuck type. | |
void | SetMateCsys (NXOpen::NXObject *csys) |
Sets the current machine set CSYS. | |
void | SetReferPart (bool referPart) |
Sets the option to install a chuck by referring to the template part directly or not. | |
void | SetRename (bool rename) |
Sets the option to use the part name management dialog box or not. | |
void | SetStandardData (const NXString &standardData) |
Sets the electrode standard data spraedsheet. | |
void | SetStandardData (const char *standardData) |
Sets the electrode standard data spraedsheet. | |
void | SetStandardPart (const NXString &standardPart) |
Sets the electrode standard part to be installed. | |
void | SetStandardPart (const char *standardPart) |
Sets the electrode standard part to be installed. | |
NXString | StandardData () |
Returns the electrode standard data spraedsheet. | |
NXString | StandardPart () |
Returns the electrode standard part to be installed. | |
![]() | |
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. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Electrode component builder to install holder and pallet.
To create a new instance of this class, use Tooling::ElectrodeDesignCollection::CreateComponentBuilder
Default values.
Property | Value |
---|---|
ReferPart |
0 |
Rename |
0 |
Created in NX8.0.0.
NXOpen::Tooling::ElectrodeComponentBuilder::Chuck NXOpen::Tooling::ElectrodeComponentBuilder::ChuckType | ( | ) |
Returns the electrode chuck type.
Created in NX8.0.0.
License requirements : None
NXOpen::SelectFace* NXOpen::Tooling::ElectrodeComponentBuilder::Face | ( | ) |
Returns the face whose center will be the origin of the machine set csys.
Created in NX8.0.0.
License requirements : None
NXOpen::Assemblies::SelectComponent* NXOpen::Tooling::ElectrodeComponentBuilder::Fixture | ( | ) |
Returns the part which is an electrode fixture to be edited.
Created in NX8.0.0.
License requirements : None
NXOpen::NXObject* NXOpen::Tooling::ElectrodeComponentBuilder::MateCsys | ( | ) |
Returns the current machine set CSYS.
Created in NX8.0.0.
License requirements : None
NXOpen::Assemblies::SelectComponent* NXOpen::Tooling::ElectrodeComponentBuilder::Parent | ( | ) |
Returns the part which is the assembly parent to install an electrode chuck.
Created in NX8.0.0.
License requirements : None
bool NXOpen::Tooling::ElectrodeComponentBuilder::ReferPart | ( | ) |
Returns the option to install a chuck by referring to the template part directly or not.
Created in NX8.0.0.
License requirements : None
bool NXOpen::Tooling::ElectrodeComponentBuilder::Rename | ( | ) |
Returns the option to use the part name management dialog box or not.
Created in NX8.0.0.
License requirements : None
void NXOpen::Tooling::ElectrodeComponentBuilder::SetChuckType | ( | NXOpen::Tooling::ElectrodeComponentBuilder::Chuck | chuck | ) |
Sets the electrode chuck type.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
chuck | chuck |
void NXOpen::Tooling::ElectrodeComponentBuilder::SetMateCsys | ( | NXOpen::NXObject * | csys | ) |
Sets the current machine set CSYS.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
csys | csys |
void NXOpen::Tooling::ElectrodeComponentBuilder::SetReferPart | ( | bool | referPart | ) |
Sets the option to install a chuck by referring to the template part directly or not.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
referPart | referpart |
void NXOpen::Tooling::ElectrodeComponentBuilder::SetRename | ( | bool | rename | ) |
Sets the option to use the part name management dialog box or not.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
rename | rename |
void NXOpen::Tooling::ElectrodeComponentBuilder::SetStandardData | ( | const NXString & | standardData | ) |
Sets the electrode standard data spraedsheet.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
standardData | standarddata |
void NXOpen::Tooling::ElectrodeComponentBuilder::SetStandardData | ( | const char * | standardData | ) |
Sets the electrode standard data spraedsheet.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
standardData | standarddata |
void NXOpen::Tooling::ElectrodeComponentBuilder::SetStandardPart | ( | const NXString & | standardPart | ) |
Sets the electrode standard part to be installed.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
standardPart | standardpart |
void NXOpen::Tooling::ElectrodeComponentBuilder::SetStandardPart | ( | const char * | standardPart | ) |
Sets the electrode standard part to be installed.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
standardPart | standardpart |
NXString NXOpen::Tooling::ElectrodeComponentBuilder::StandardData | ( | ) |
Returns the electrode standard data spraedsheet.
Created in NX8.0.0.
License requirements : None
NXString NXOpen::Tooling::ElectrodeComponentBuilder::StandardPart | ( | ) |
Returns the electrode standard part to be installed.
Created in NX8.0.0.
License requirements : None