NX Open C++ Reference Guide
|
Electrode delete component builder to remove blank, pallet and holder from assembly. More...
Public Types | |
enum | Types { TypesSparkingBody, TypesComponent } |
delete sparking solid from blank or delete blank, pallet or holder directly. More... | |
Public Member Functions | |
NXOpen::Assemblies::SelectComponentList * | Component () |
Returns the utility to get component to delete. | |
NXOpen::Features::SelectFeatureList * | Head () |
Returns the utility to get sparking solid to delete. | |
bool | KeepSize () |
Returns the option to keep blank size after deleting sparking solid. | |
bool | RoundPosition () |
Returns the option to round electrode position. | |
void | SetKeepSize (bool keepSize) |
Sets the option to keep blank size after deleting sparking solid. | |
void | SetRoundPosition (bool roundPosition) |
Sets the option to round electrode position. | |
void | SetType (NXOpen::Tooling::ElectrodeDeleteBuilder::Types type) |
Sets the object type to be deleted. | |
NXOpen::Tooling::ElectrodeDeleteBuilder::Types | Type () |
Returns the object type to be deleted. | |
![]() | |
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 delete component builder to remove blank, pallet and holder from assembly.
To create a new instance of this class, use Tooling::ElectrodeDesignCollection::CreateDeleteComponentBuilder
Default values.
Property | Value |
---|---|
KeepSize |
0 |
Created in NX8.0.0.
NXOpen::Assemblies::SelectComponentList* NXOpen::Tooling::ElectrodeDeleteBuilder::Component | ( | ) |
Returns the utility to get component to delete.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
NXOpen::Features::SelectFeatureList* NXOpen::Tooling::ElectrodeDeleteBuilder::Head | ( | ) |
Returns the utility to get sparking solid to delete.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
bool NXOpen::Tooling::ElectrodeDeleteBuilder::KeepSize | ( | ) |
Returns the option to keep blank size after deleting sparking solid.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
bool NXOpen::Tooling::ElectrodeDeleteBuilder::RoundPosition | ( | ) |
Returns the option to round electrode position.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
void NXOpen::Tooling::ElectrodeDeleteBuilder::SetKeepSize | ( | bool | keepSize | ) |
Sets the option to keep blank size after deleting sparking solid.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
keepSize | keepsize |
void NXOpen::Tooling::ElectrodeDeleteBuilder::SetRoundPosition | ( | bool | roundPosition | ) |
Sets the option to round electrode position.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
roundPosition | roundposition |
void NXOpen::Tooling::ElectrodeDeleteBuilder::SetType | ( | NXOpen::Tooling::ElectrodeDeleteBuilder::Types | type | ) |
Sets the object type to be deleted.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")
type | type |
NXOpen::Tooling::ElectrodeDeleteBuilder::Types NXOpen::Tooling::ElectrodeDeleteBuilder::Type | ( | ) |
Returns the object type to be deleted.
Created in NX8.0.0.
License requirements : nx_electrode_wizard ("NX Electrode Wizard")