NX Open C++ Reference Guide
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 }
 Specifies the insert edit tools type. More...
 

Public Member Functions

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...
 
NXOpen::SelectBodyListInsertsToDelete ()
 Returns the inserts to delete
Created in NX11.0.0. 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

Member Function Documentation

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

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

Returns the inserts to delete
Created in NX11.0.0.



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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.