NX Open C++ Reference Guide
|
The ElectrodeCopy builder <br> To create a new instance of this class, use @link Tooling::ElectrodeCopyCollection::CreateElectrodeCopyBuilder Tooling::ElectrodeCopyCollection::CreateElectrodeCopyBuilder @endlink <br>
Default values. More...
Public Types | |
enum | Copy { CopyTransform, CopyMirror } |
Represents an index to copy type. More... | |
Public Member Functions | |
bool | CopyInstance () |
Returns the setting indicates the copy is a new part or an instance. | |
int | DefNum () |
Returns the number of transform Created in NX6.0.0. | |
NXOpen::SelectBodyList * | MirrorPlane () |
Returns the mirror plane Created in NX6.0.0. | |
bool | Rename () |
Returns the new electrode name Created in NX6.0.0. | |
NXOpen::SelectBodyList * | SelectElectrode () |
Returns the selected electrode Created in NX6.0.0. | |
NXOpen::SelectBodyList * | SelectFromFace () |
Returns the selected 'from' face Created in NX6.0.0. | |
NXOpen::SelectBodyList * | SelToFace () |
Returns the selected 'to' face Created in NX6.0.0. | |
NXOpen::Tooling::ElectrodeCopyBuilder::Copy | SelType () |
Returns the copy type Created in NX6.0.0. | |
void | SetCopyInstance (bool copyInstance) |
Sets the setting indicates the copy is a new part or an instance. | |
void | SetDefNum (int defNum) |
Sets the number of transform Created in NX6.0.0. | |
void | SetRename (bool rename) |
Sets the new electrode name Created in NX6.0.0. | |
void | SetSelType (NXOpen::Tooling::ElectrodeCopyBuilder::Copy selType) |
Sets the copy type Created in NX6.0.0. | |
![]() | |
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. | |
The ElectrodeCopy builder <br> To create a new instance of this class, use @link Tooling::ElectrodeCopyCollection::CreateElectrodeCopyBuilder Tooling::ElectrodeCopyCollection::CreateElectrodeCopyBuilder @endlink <br>
Default values.
Property | Value |
---|---|
DefNum |
1 |
SelType |
Transform |
Created in NX6.0.0.
bool NXOpen::Tooling::ElectrodeCopyBuilder::CopyInstance | ( | ) |
Returns the setting indicates the copy is a new part or an instance.
Created in NX7.5.0.
License requirements : None
int NXOpen::Tooling::ElectrodeCopyBuilder::DefNum | ( | ) |
Returns the number of transform
Created in NX6.0.0.
License requirements : None
NXOpen::SelectBodyList* NXOpen::Tooling::ElectrodeCopyBuilder::MirrorPlane | ( | ) |
Returns the mirror plane
Created in NX6.0.0.
License requirements : None
bool NXOpen::Tooling::ElectrodeCopyBuilder::Rename | ( | ) |
Returns the new electrode name
Created in NX6.0.0.
License requirements : None
NXOpen::SelectBodyList* NXOpen::Tooling::ElectrodeCopyBuilder::SelectElectrode | ( | ) |
Returns the selected electrode
Created in NX6.0.0.
License requirements : None
NXOpen::SelectBodyList* NXOpen::Tooling::ElectrodeCopyBuilder::SelectFromFace | ( | ) |
Returns the selected 'from' face
Created in NX6.0.0.
License requirements : None
NXOpen::SelectBodyList* NXOpen::Tooling::ElectrodeCopyBuilder::SelToFace | ( | ) |
Returns the selected 'to' face
Created in NX6.0.0.
License requirements : None
NXOpen::Tooling::ElectrodeCopyBuilder::Copy NXOpen::Tooling::ElectrodeCopyBuilder::SelType | ( | ) |
Returns the copy type
Created in NX6.0.0.
License requirements : None
void NXOpen::Tooling::ElectrodeCopyBuilder::SetCopyInstance | ( | bool | copyInstance | ) |
Sets the setting indicates the copy is a new part or an instance.
Created in NX7.5.0.
License requirements : None
copyInstance | copyinstance |
void NXOpen::Tooling::ElectrodeCopyBuilder::SetDefNum | ( | int | defNum | ) |
Sets the number of transform
Created in NX6.0.0.
License requirements : None
defNum | defnum |
void NXOpen::Tooling::ElectrodeCopyBuilder::SetRename | ( | bool | rename | ) |
Sets the new electrode name
Created in NX6.0.0.
License requirements : None
rename | rename |
void NXOpen::Tooling::ElectrodeCopyBuilder::SetSelType | ( | NXOpen::Tooling::ElectrodeCopyBuilder::Copy | selType | ) |
Sets the copy type
Created in NX6.0.0.
License requirements : None
selType | seltype |