Search Results for

    Show / Hide Table of Contents

    Class IntermediateStageBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    IntermediateStageBuilder
    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 IntermediateStageBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    IntermediateStageBuilder()

    Declaration
    protected IntermediateStageBuilder()

    Properties

    CreateCopyPart

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

    DesignSequence

    Declaration
    public IntermediateStageBuilder.DesignSequences DesignSequence { get; set; }
    Property Value
    Type Description
    IntermediateStageBuilder.DesignSequences

    DirectUnfoldParent

    Declaration
    public Part DirectUnfoldParent { get; set; }
    Property Value
    Type Description
    Part

    EditOption

    Declaration
    public IntermediateStageBuilder.EditOptions EditOption { get; set; }
    Property Value
    Type Description
    IntermediateStageBuilder.EditOptions

    IntermediateNamingRule

    Declaration
    public string IntermediateNamingRule { get; set; }
    Property Value
    Type Description
    string

    IntermediateRename

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

    IntermediateStage

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

    LinkSheetBody

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

    NumberIntermediate

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

    OrientPitch

    Declaration
    public IntermediateStageBuilder.Orientations OrientPitch { get; set; }
    Property Value
    Type Description
    IntermediateStageBuilder.Orientations

    Pitch

    Declaration
    public double Pitch { get; set; }
    Property Value
    Type Description
    double

    StartStation

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

    TopPartName

    Declaration
    public string TopPartName { get; set; }
    Property Value
    Type Description
    string

    Methods

    DecreaseIntermediateStages(Part, NXObject, int)

    Declaration
    public void DecreaseIntermediateStages(Part parentPart, NXObject originalPart, int numOldStage)
    Parameters
    Type Name Description
    Part parentPart
    NXObject originalPart
    int numOldStage

    DeleteIntermediateStages(Part, NXObject, NXObject)

    Declaration
    public void DeleteIntermediateStages(Part parentPart, NXObject originalPart, NXObject selectPart)
    Parameters
    Type Name Description
    Part parentPart
    NXObject originalPart
    NXObject selectPart

    DirectUnfoldProjectInitialize()

    Declaration
    public NXObject DirectUnfoldProjectInitialize()
    Returns
    Type Description
    NXObject

    IncreaseIntermediateStages(Part, NXObject, int)

    Declaration
    public void IncreaseIntermediateStages(Part parentPart, NXObject originalPart, int numOldStage)
    Parameters
    Type Name Description
    Part parentPart
    NXObject originalPart
    int numOldStage

    InsertIntermediateStages(Part, NXObject, NXObject)

    Declaration
    public void InsertIntermediateStages(Part parentPart, NXObject originalPart, NXObject selectPart)
    Parameters
    Type Name Description
    Part parentPart
    NXObject originalPart
    NXObject selectPart

    ReorderIntermediateStages(NXObject, NXObject, string)

    Declaration
    public void ReorderIntermediateStages(NXObject newInstance, NXObject curPart, string refFullName)
    Parameters
    Type Name Description
    NXObject newInstance
    NXObject curPart
    string refFullName

    UpdatePitchOrientation(Part, NXObject)

    Declaration
    public void UpdatePitchOrientation(Part parentPart, NXObject originalPart)
    Parameters
    Type Name Description
    Part parentPart
    NXObject originalPart

    UpdateStartStation(Part)

    Declaration
    public void UpdateStartStation(Part parentPart)
    Parameters
    Type Name Description
    Part parentPart

    Implements

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