Search Results for

    Show / Hide Table of Contents

    Class UdeBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    UdeBuilder
    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.SIM.PostConfigurator
    Assembly: NXOpen.dll
    Syntax
    public class UdeBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    UdeBuilder()

    Declaration
    protected UdeBuilder()

    Properties

    EventCategoryDrilling

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

    EventCategoryMilling

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

    EventCategoryTurning

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

    EventCategoryWireEDM

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

    EventDescription

    Declaration
    public UdeBuilder.EventDescriptionType EventDescription { get; set; }
    Property Value
    Type Description
    UdeBuilder.EventDescriptionType

    EventHelpDescription

    Declaration
    public string EventHelpDescription { get; set; }
    Property Value
    Type Description
    System.String

    EventHelpLocation

    Declaration
    public string EventHelpLocation { get; set; }
    Property Value
    Type Description
    System.String

    EventID

    Declaration
    public string EventID { get; set; }
    Property Value
    Type Description
    System.String

    EventName

    Declaration
    public string EventName { get; set; }
    Property Value
    Type Description
    System.String

    PostEvent

    Declaration
    public string PostEvent { get; set; }
    Property Value
    Type Description
    System.String

    UdeParameterList

    Declaration
    public UdeParameterBuilderList UdeParameterList { get; }
    Property Value
    Type Description
    UdeParameterBuilderList

    Methods

    AddItem(UdeParameterBuilder)

    Declaration
    public void AddItem(UdeParameterBuilder itemBuilder)
    Parameters
    Type Name Description
    UdeParameterBuilder itemBuilder

    DeleteItem(UdeParameterBuilder)

    Declaration
    public void DeleteItem(UdeParameterBuilder itemBuilder)
    Parameters
    Type Name Description
    UdeParameterBuilder itemBuilder

    DeleteItems()

    Declaration
    public void DeleteItems()

    GetUdeParameterBuilder(String)

    Declaration
    public UdeParameterBuilder GetUdeParameterBuilder(string parameterID)
    Parameters
    Type Name Description
    System.String parameterID
    Returns
    Type Description
    UdeParameterBuilder

    RenameParameterID(UdeParameterBuilder, String, String)

    Declaration
    public void RenameParameterID(UdeParameterBuilder itemBuilder, string oldParameterID, string newParameterID)
    Parameters
    Type Name Description
    UdeParameterBuilder itemBuilder
    System.String oldParameterID
    System.String newParameterID

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX