NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | 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 NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  Types { Copy, Delete, ChangeParent, UpdateAllInsertPosition }
 Specifies the insert edit tools type. More...
 

Public Member Functions

unsafe string AskNewParentNameOfInsert (NXOpen.NXObject insertTag)
 Ask new parent name of insert More...
 
unsafe void GetAllNeedReparentInsertGroups (out NXOpen.NXObject[] insertTags)
 Get all need reparent insert groups More...
 
unsafe void ReparentComponent (string componentName, string parentName)
 Reparent component More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe NXOpen.Point ControlPoint [get, set]
 Returns or sets the control point More...
 
unsafe NXOpen.SelectBodyList CopySelectInsert [get]
 Returns the copy select insert More...
 
unsafe NXOpen.Point DestinationPoint [get, set]
 Returns or sets the destination point More...
 
unsafe NXOpen.SelectBodyList InsertsToDelete [get]
 Returns the inserts to delete More...
 
unsafe
NXOpen.Assemblies.SelectComponentList 
ReparentSelectInsert [get]
 Returns the reparent select insert More...
 
unsafe NXOpen.ScCollector ShanksToDelete [get]
 Returns the shanks to delete More...
 
unsafe
NXOpen.Tooling.InsertEditToolsBuilder.Types 
Type [get, set]
 Returns or sets the insert edit type More...
 
unsafe bool UpdateExpressionWithoutParentChange [get, set]
 Returns or sets the value indicating whether it is to update expression without parent change More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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
Copy 

copy

Delete 

delete

ChangeParent 

change parent

UpdateAllInsertPosition 

update all insert position

Member Function Documentation

unsafe string NXOpen.Tooling.InsertEditToolsBuilder.AskNewParentNameOfInsert ( NXOpen.NXObject  insertTag)
inline

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
insertTag
Returns
unsafe void NXOpen.Tooling.InsertEditToolsBuilder.GetAllNeedReparentInsertGroups ( out NXOpen.NXObject[]  insertTags)
inline

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
insertTags
unsafe void NXOpen.Tooling.InsertEditToolsBuilder.ReparentComponent ( string  componentName,
string  parentName 
)
inline

Reparent component

Created in NX12.0.2

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

Parameters
componentName
parentName

Property Documentation

unsafe NXOpen.Point NXOpen.Tooling.InsertEditToolsBuilder.ControlPoint
getset

Returns or sets the control point

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe NXOpen.SelectBodyList NXOpen.Tooling.InsertEditToolsBuilder.CopySelectInsert
get

Returns the copy select insert

Created in NX11.0.0

License requirements: None.

unsafe NXOpen.Point NXOpen.Tooling.InsertEditToolsBuilder.DestinationPoint
getset

Returns or sets the destination point

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe NXOpen.SelectBodyList NXOpen.Tooling.InsertEditToolsBuilder.InsertsToDelete
get

Returns the inserts to delete

Created in NX11.0.0

License requirements: None.

unsafe NXOpen.Assemblies.SelectComponentList NXOpen.Tooling.InsertEditToolsBuilder.ReparentSelectInsert
get

Returns the reparent select insert

Created in NX12.0.2

License requirements: None.

unsafe NXOpen.ScCollector NXOpen.Tooling.InsertEditToolsBuilder.ShanksToDelete
get

Returns the shanks to delete

Created in NX11.0.0

License requirements: None.

unsafe NXOpen.Tooling.InsertEditToolsBuilder.Types NXOpen.Tooling.InsertEditToolsBuilder.Type
getset

Returns or sets the insert edit type

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe bool NXOpen.Tooling.InsertEditToolsBuilder.UpdateExpressionWithoutParentChange
getset

Returns or sets the value indicating whether it is to update expression without parent change

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD") OR prog_die_wizard ("UG/Progressive Die Wizard")


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