Search Results for

    Show / Hide Table of Contents

    Class CreationPostBuilder

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

    Constructors

    CreationPostBuilder()

    Declaration
    protected CreationPostBuilder()

    Properties

    ControllerName

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

    CreateDirectoryForPostprocessor

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

    MachineName

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

    ManufacturerName

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

    PostprocessorName

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

    PostprocessorOutputDirectory

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

    Methods

    GetControllerNames()

    Declaration
    public string[] GetControllerNames()
    Returns
    Type Description
    string[]

    GetLayerNameValue(string)

    Declaration
    public string GetLayerNameValue(string layerName)
    Parameters
    Type Name Description
    string layerName
    Returns
    Type Description
    string

    GetLayerNames(string)

    Declaration
    public string[] GetLayerNames(string layerName)
    Parameters
    Type Name Description
    string layerName
    Returns
    Type Description
    string[]

    GetMachineNames()

    Declaration
    public string[] GetMachineNames()
    Returns
    Type Description
    string[]

    GetManufacturerNames()

    Declaration
    public string[] GetManufacturerNames()
    Returns
    Type Description
    string[]

    SetLayerNameValue(string, string)

    Declaration
    public void SetLayerNameValue(string layerName, string value)
    Parameters
    Type Name Description
    string layerName
    string value

    Implements

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