NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Types | Public Member Functions | List of all members
NXOpen::Tooling::InsertEditToolsBuilder Class Reference

Represents a NXOpen::Tooling::InsertEditToolsBuilder which is used to copy or delete the insert edit. More...

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

Public Types

enum  Types { TypesCopy, TypesDelete, TypesChangeParent, TypesUpdateAllInsertPosition }
 Specifies the insert edit tools type. More...
 

Public Member Functions

NXString AskNewParentNameOfInsert (NXOpen::NXObject *insertTag)
 Ask new parent name of insert
Created in NX12.0.2. More...
 
NXOpen::PointControlPoint ()
 Returns the control point
Created in NX11.0.0. More...
 
NXOpen::SelectBodyListCopySelectInsert ()
 Returns the copy select insert
Created in NX11.0.0. More...
 
NXOpen::PointDestinationPoint ()
 Returns the destination point
Created in NX11.0.0. More...
 
void GetAllNeedReparentInsertGroups (std::vector< NXOpen::NXObject * > &insertTags)
 Get all need reparent insert groups
Created in NX12.0.2. More...
 
NXOpen::SelectBodyListInsertsToDelete ()
 Returns the inserts to delete
Created in NX11.0.0. More...
 
void ReparentComponent (const NXString &componentName, const NXString &parentName)
 Reparent component
Created in NX12.0.2. More...
 
void ReparentComponent (const char *componentName, const char *parentName)
 Reparent component
Created in NX12.0.2. More...
 
NXOpen::Assemblies::SelectComponentListReparentSelectInsert ()
 Returns the reparent select insert
Created in NX12.0.2. More...
 
void SetControlPoint (NXOpen::Point *controlPoint)
 Sets the control point
Created in NX11.0.0. More...
 
void SetDestinationPoint (NXOpen::Point *destinationPoint)
 Sets the destination point
Created in NX11.0.0. More...
 
void SetType (NXOpen::Tooling::InsertEditToolsBuilder::Types type)
 Sets the insert edit type
Created in NX11.0.0. More...
 
NXOpen::ScCollectorShanksToDelete ()
 Returns the shanks to delete
Created in NX11.0.0. More...
 
NXOpen::Tooling::InsertEditToolsBuilder::Types Type ()
 Returns the insert edit type
Created in NX11.0.0. 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

Represents a NXOpen::Tooling::InsertEditToolsBuilder which is used to copy or delete the insert edit.


To create a new instance of this class, use NXOpen::Tooling::ProgressiveDieManager::CreateInsertEditToolsBuilder

Created in NX11.0.0.

Member Enumeration Documentation

Specifies the insert edit tools type.

Enumerator
TypesCopy 

copy

TypesDelete 

delete

TypesChangeParent 

change parent

TypesUpdateAllInsertPosition 

update all insert position

Member Function Documentation

NXString NXOpen::Tooling::InsertEditToolsBuilder::AskNewParentNameOfInsert ( NXOpen::NXObject insertTag)

Ask new parent name of insert
Created in NX12.0.2.



License requirements : ug_mold_design ("UG MOLD") OR prog_die_wizard ("UG/Progressive Die Wizard")

Parameters
insertTaginserttag
NXOpen::Point* NXOpen::Tooling::InsertEditToolsBuilder::ControlPoint ( )

Returns the control point
Created in NX11.0.0.



License requirements : None

NXOpen::SelectBodyList* NXOpen::Tooling::InsertEditToolsBuilder::CopySelectInsert ( )

Returns the copy select insert
Created in NX11.0.0.



License requirements : None

NXOpen::Point* NXOpen::Tooling::InsertEditToolsBuilder::DestinationPoint ( )

Returns the destination point
Created in NX11.0.0.



License requirements : None

void NXOpen::Tooling::InsertEditToolsBuilder::GetAllNeedReparentInsertGroups ( std::vector< NXOpen::NXObject * > &  insertTags)

Get all need reparent insert groups
Created in NX12.0.2.



License requirements : ug_mold_design ("UG MOLD") OR prog_die_wizard ("UG/Progressive Die Wizard")

Parameters
insertTagsinserttags
NXOpen::SelectBodyList* NXOpen::Tooling::InsertEditToolsBuilder::InsertsToDelete ( )

Returns the inserts to delete
Created in NX11.0.0.



License requirements : None

void NXOpen::Tooling::InsertEditToolsBuilder::ReparentComponent ( const NXString componentName,
const NXString parentName 
)

Reparent component
Created in NX12.0.2.



License requirements : ug_mold_design ("UG MOLD") OR prog_die_wizard ("UG/Progressive Die Wizard")

Parameters
componentNamecomponentname
parentNameparentname
void NXOpen::Tooling::InsertEditToolsBuilder::ReparentComponent ( const char *  componentName,
const char *  parentName 
)

Reparent component
Created in NX12.0.2.



License requirements : ug_mold_design ("UG MOLD") OR prog_die_wizard ("UG/Progressive Die Wizard")

Parameters
componentNamecomponentname
parentNameparentname
NXOpen::Assemblies::SelectComponentList* NXOpen::Tooling::InsertEditToolsBuilder::ReparentSelectInsert ( )

Returns the reparent select insert
Created in NX12.0.2.



License requirements : None

void NXOpen::Tooling::InsertEditToolsBuilder::SetControlPoint ( NXOpen::Point controlPoint)

Sets the control point
Created in NX11.0.0.



License requirements : ug_mold_design ("UG MOLD") OR prog_die_wizard ("UG/Progressive Die Wizard")

Parameters
controlPointcontrolpoint
void NXOpen::Tooling::InsertEditToolsBuilder::SetDestinationPoint ( NXOpen::Point destinationPoint)

Sets the destination point
Created in NX11.0.0.



License requirements : ug_mold_design ("UG MOLD") OR prog_die_wizard ("UG/Progressive Die Wizard")

Parameters
destinationPointdestinationpoint
void NXOpen::Tooling::InsertEditToolsBuilder::SetType ( NXOpen::Tooling::InsertEditToolsBuilder::Types  type)

Sets the insert edit type
Created in NX11.0.0.



License requirements : ug_mold_design ("UG MOLD") OR prog_die_wizard ("UG/Progressive Die Wizard")

Parameters
typetype
NXOpen::ScCollector* NXOpen::Tooling::InsertEditToolsBuilder::ShanksToDelete ( )

Returns the shanks to delete
Created in NX11.0.0.



License requirements : None

NXOpen::Tooling::InsertEditToolsBuilder::Types NXOpen::Tooling::InsertEditToolsBuilder::Type ( )

Returns the insert edit type
Created in NX11.0.0.



License requirements : None


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