Class InsertEditToolsBuilder
Inheritance
System.Object
System.MarshalByRefObject
InsertEditToolsBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Tooling
Assembly: NXOpen.dll
Syntax
public class InsertEditToolsBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
InsertEditToolsBuilder()
Declaration
protected InsertEditToolsBuilder()
Properties
ControlPoint
Declaration
public Point ControlPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
CopySelectInsert
Declaration
public SelectBodyList CopySelectInsert { get; }
Property Value
Type | Description |
---|---|
SelectBodyList |
DestinationPoint
Declaration
public Point DestinationPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
InsertsToDelete
Declaration
public SelectBodyList InsertsToDelete { get; }
Property Value
Type | Description |
---|---|
SelectBodyList |
ReparentSelectInsert
Declaration
public SelectComponentList ReparentSelectInsert { get; }
Property Value
Type | Description |
---|---|
SelectComponentList |
ShanksToDelete
Declaration
public ScCollector ShanksToDelete { get; }
Property Value
Type | Description |
---|---|
ScCollector |
Type
Declaration
public InsertEditToolsBuilder.Types Type { get; set; }
Property Value
Type | Description |
---|---|
InsertEditToolsBuilder.Types |
UpdateExpressionWithoutParentChange
Declaration
public bool UpdateExpressionWithoutParentChange { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
AskNewParentNameOfInsert(NXObject)
Declaration
public string AskNewParentNameOfInsert(NXObject insertTag)
Parameters
Type | Name | Description |
---|---|---|
NXObject | insertTag |
Returns
Type | Description |
---|---|
System.String |
GetAllNeedReparentInsertGroups(out NXObject[])
Declaration
public void GetAllNeedReparentInsertGroups(out NXObject[] insertTags)
Parameters
Type | Name | Description |
---|---|---|
NXObject[] | insertTags |
ReparentComponent(String, String)
Declaration
public void ReparentComponent(string componentName, string parentName)
Parameters
Type | Name | Description |
---|---|---|
System.String | componentName | |
System.String | parentName |
Implements
System.Runtime.Remoting.Messaging.IMessageSink