NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Tooling::ElectrodeDeleteBuilder Class Reference

Electrode delete component builder to remove blank, pallet and holder from assembly. More...

Inheritance diagram for NXOpen::Tooling::ElectrodeDeleteBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  Types { TypesSparkingBody, TypesComponent }
 delete sparking solid from blank or delete blank, pallet or holder directly. More...
 

Public Member Functions

NXOpen::Assemblies::SelectComponentListComponent ()
 Returns the utility to get component to delete. More...
 
NXOpen::Features::SelectFeatureListHead ()
 Returns the utility to get sparking solid to delete. More...
 
bool KeepSize ()
 Returns the option to keep blank size after deleting sparking solid. More...
 
bool RoundPosition ()
 Returns the option to round electrode position. More...
 
void SetKeepSize (bool keepSize)
 Sets the option to keep blank size after deleting sparking solid. More...
 
void SetRoundPosition (bool roundPosition)
 Sets the option to round electrode position. More...
 
void SetType (NXOpen::Tooling::ElectrodeDeleteBuilder::Types type)
 Sets the object type to be deleted. More...
 
NXOpen::Tooling::ElectrodeDeleteBuilder::Types Type ()
 Returns the object type to be deleted. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Electrode delete component builder to remove blank, pallet and holder from assembly.


To create a new instance of this class, use NXOpen::Tooling::ElectrodeDesignCollection::CreateDeleteComponentBuilder
Default values.

Property Value

KeepSize

0


Created in NX8.0.0.

Member Enumeration Documentation

delete sparking solid from blank or delete blank, pallet or holder directly.

Enumerator
TypesSparkingBody 

Delete sparking body from electrode.

TypesComponent 

Delete electrode, holder and pallet.

Member Function Documentation

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")

Parameters
keepSizekeepsize
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")

Parameters
roundPositionroundposition
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")

Parameters
typetype
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")


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.