Search Results for

    Show / Hide Table of Contents

    Class SplitInsertBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SplitInsertBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Tooling
    Assembly: NXOpen.dll
    Syntax
    public class SplitInsertBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SplitInsertBuilder()

    Declaration
    protected SplitInsertBuilder()

    Properties

    KeepOriginal

    Declaration
    public bool KeepOriginal { get; set; }
    Property Value
    Type Description
    bool

    RenameComponent

    Declaration
    public bool RenameComponent { get; set; }
    Property Value
    Type Description
    bool

    SelectComponent

    Declaration
    public SelectComponentList SelectComponent { get; }
    Property Value
    Type Description
    SelectComponentList

    SplittingCurves

    Declaration
    public Section SplittingCurves { get; }
    Property Value
    Type Description
    Section

    SplittingDirection

    Declaration
    public bool SplittingDirection { get; set; }
    Property Value
    Type Description
    bool

    WizardType

    Declaration
    public int WizardType { get; set; }
    Property Value
    Type Description
    int

    Methods

    FindLinkedBodyFeatureAndSource(string, string)

    Declaration
    public void FindLinkedBodyFeatureAndSource(string featureType, string featureNameSubString)
    Parameters
    Type Name Description
    string featureType
    string featureNameSubString

    FindLinkedBodyFeatureAndSourceForAll()

    Declaration
    public void FindLinkedBodyFeatureAndSourceForAll()

    GetComponentFullName(NXObject)

    Declaration
    public string GetComponentFullName(NXObject componentTag)
    Parameters
    Type Name Description
    NXObject componentTag
    Returns
    Type Description
    string

    GetComponentOrigin(NXObject)

    Declaration
    public Point3d GetComponentOrigin(NXObject componentTag)
    Parameters
    Type Name Description
    NXObject componentTag
    Returns
    Type Description
    Point3d

    GetComponentTransform(NXObject)

    Declaration
    public Matrix3x3 GetComponentTransform(NXObject componentTag)
    Parameters
    Type Name Description
    NXObject componentTag
    Returns
    Type Description
    Matrix3x3

    PrepairToSplitInsert()

    Declaration
    public void PrepairToSplitInsert()

    ReverseTrimAndRelinkSourceAndCreateUDOForAll(NXObject[])

    Declaration
    public void ReverseTrimAndRelinkSourceAndCreateUDOForAll(NXObject[] sourceObjects)
    Parameters
    Type Name Description
    NXObject[] sourceObjects

    SaveAndGetComponentParent(NXObject)

    Declaration
    public NXObject SaveAndGetComponentParent(NXObject componentTag)
    Parameters
    Type Name Description
    NXObject componentTag
    Returns
    Type Description
    NXObject

    SetLinkFeatureAndSourceObject(out NXObject[])

    Declaration
    public void SetLinkFeatureAndSourceObject(out NXObject[] sourceObjectsOld)
    Parameters
    Type Name Description
    NXObject[] sourceObjectsOld

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX