NX Open C++ Reference Guide
|
Electrode initialize project builder to creates an electrode design assembly. More...
Public Member Functions | |
NXOpen::TaggedObject * | CurrentMset () |
Returns the machine set part which is the working part. | |
NXOpen::SelectFace * | Face () |
Returns the face whose center will be the origin of the machine set csys. | |
NXString | InputName () |
Returns the input name as project name. | |
NXString | PathBrowser () |
Returns the path browser. | |
bool | Rename () |
Returns the component name can be defined in the part name management. | |
void | SetCurrentMset (NXOpen::TaggedObject *mset) |
Sets the machine set part which is the working part. | |
void | SetInputName (const NXString &inputName) |
Sets the input name as project name. | |
void | SetInputName (const char *inputName) |
Sets the input name as project name. | |
void | SetMsetCsysMatrixOrigin (const NXOpen::Matrix3x3 &matrix, const NXOpen::Point3d &origin) |
Sets csys matrix and origin. | |
void | SetPathBrowser (const NXString &foldername) |
Sets the path browser. | |
void | SetPathBrowser (const char *foldername) |
Sets the path browser. | |
void | SetRename (bool rename) |
Sets the component name can be defined in the part name management. | |
NXOpen::SelectBody * | Workpiece () |
Returns the utility to get the workpiece to create an electrode design project. | |
NXOpen::SelectBodyList * | WorkpieceList () |
Returns the utility to get the workpiece list to create an electrode design project. | |
![]() | |
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 initialize project builder to creates an electrode design assembly.
To create a new instance of this class, use Tooling::ElectrodeDesignCollection::CreateProjectBuilder
Default values.
Property | Value |
---|---|
Rename |
0 |
Created in NX8.0.0.
NXOpen::TaggedObject* NXOpen::Tooling::ElectrodeInitializationBuilder::CurrentMset | ( | ) |
Returns the machine set part which is the working part.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
NXOpen::SelectFace* NXOpen::Tooling::ElectrodeInitializationBuilder::Face | ( | ) |
Returns the face whose center will be the origin of the machine set csys.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
NXString NXOpen::Tooling::ElectrodeInitializationBuilder::InputName | ( | ) |
Returns the input name as project name.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
NXString NXOpen::Tooling::ElectrodeInitializationBuilder::PathBrowser | ( | ) |
Returns the path browser.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
bool NXOpen::Tooling::ElectrodeInitializationBuilder::Rename | ( | ) |
Returns the component name can be defined in the part name management.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
void NXOpen::Tooling::ElectrodeInitializationBuilder::SetCurrentMset | ( | NXOpen::TaggedObject * | mset | ) |
Sets the machine set part which is the working part.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
mset | machine set part |
void NXOpen::Tooling::ElectrodeInitializationBuilder::SetInputName | ( | const NXString & | inputName | ) |
Sets the input name as project name.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
inputName | inputname |
void NXOpen::Tooling::ElectrodeInitializationBuilder::SetInputName | ( | const char * | inputName | ) |
Sets the input name as project name.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
inputName | inputname |
void NXOpen::Tooling::ElectrodeInitializationBuilder::SetMsetCsysMatrixOrigin | ( | const NXOpen::Matrix3x3 & | matrix, |
const NXOpen::Point3d & | origin | ||
) |
Sets csys matrix and origin.
Created in NX8.5.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
matrix | csys matrix |
origin | csys origin |
void NXOpen::Tooling::ElectrodeInitializationBuilder::SetPathBrowser | ( | const NXString & | foldername | ) |
Sets the path browser.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
foldername | foldername |
void NXOpen::Tooling::ElectrodeInitializationBuilder::SetPathBrowser | ( | const char * | foldername | ) |
Sets the path browser.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
foldername | foldername |
void NXOpen::Tooling::ElectrodeInitializationBuilder::SetRename | ( | bool | rename | ) |
Sets the component name can be defined in the part name management.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
rename | rename |
NXOpen::SelectBody* NXOpen::Tooling::ElectrodeInitializationBuilder::Workpiece | ( | ) |
Returns the utility to get the workpiece to create an electrode design project.
Created in NX8.0.0.
License requirements : None
NXOpen::SelectBodyList* NXOpen::Tooling::ElectrodeInitializationBuilder::WorkpieceList | ( | ) |
Returns the utility to get the workpiece list to create an electrode design project.
Created in NX8.5.3.
License requirements : None