Class InsertEditToolsBuilder
Inheritance
InsertEditToolsBuilder
Assembly: NXOpen.dll
public class InsertEditToolsBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected InsertEditToolsBuilder()
Properties
Declaration
public Point ControlPoint { get; set; }
Property Value
Declaration
public SelectBodyList CopySelectInsert { get; }
Property Value
Declaration
public Point DestinationPoint { get; set; }
Property Value
Declaration
public SelectBodyList InsertsToDelete { get; }
Property Value
Declaration
public SelectComponentList ReparentSelectInsert { get; }
Property Value
Declaration
public ScCollector ShanksToDelete { get; }
Property Value
Declaration
public InsertEditToolsBuilder.Types Type { get; set; }
Property Value
Declaration
public bool UpdateExpressionWithoutParentChange { get; set; }
Property Value
Methods
Declaration
public string AskNewParentNameOfInsert(NXObject insertTag)
Parameters
Type |
Name |
Description |
NXObject |
insertTag |
|
Returns
Declaration
public void GetAllNeedReparentInsertGroups(out NXObject[] insertTags)
Parameters
Type |
Name |
Description |
NXObject[] |
insertTags |
|
Declaration
public void ReparentComponent(string componentName, string parentName)
Parameters
Type |
Name |
Description |
string |
componentName |
|
string |
parentName |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink