Search Results for

    Show / Hide Table of Contents

    Class InsertEditToolsBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    InsertEditToolsBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX