Search Results for

    Show / Hide Table of Contents

    Class SplitInsertBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SplitInsertBuilder
    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 SplitInsertBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SplitInsertBuilder()

    Declaration
    protected SplitInsertBuilder()

    Properties

    KeepOriginal

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

    RenameComponent

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

    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
    System.Boolean

    WizardType

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

    Methods

    FindLinkedBodyFeatureAndSource(String, String)

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

    FindLinkedBodyFeatureAndSourceForAll()

    Declaration
    public void FindLinkedBodyFeatureAndSourceForAll()

    GetComponentFullName(NXObject)

    Declaration
    public string GetComponentFullName(NXObject componentTag)
    Parameters
    Type Name Description
    NXObject componentTag
    Returns
    Type Description
    System.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