Search Results for

    Show / Hide Table of Contents

    Class CreationPostBuilder

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

    Constructors

    CreationPostBuilder()

    Declaration
    protected CreationPostBuilder()

    Properties

    ControllerName

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

    CreateDirectoryForPostprocessor

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

    MachineName

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

    ManufacturerName

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

    PostprocessorName

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

    PostprocessorOutputDirectory

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

    Methods

    GetControllerNames()

    Declaration
    public string[] GetControllerNames()
    Returns
    Type Description
    System.String[]

    GetLayerNames(String)

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

    GetLayerNameValue(String)

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

    GetMachineNames()

    Declaration
    public string[] GetMachineNames()
    Returns
    Type Description
    System.String[]

    GetManufacturerNames()

    Declaration
    public string[] GetManufacturerNames()
    Returns
    Type Description
    System.String[]

    SetLayerNameValue(String, String)

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

    Implements

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