Search Results for

    Show / Hide Table of Contents

    Class ConnectionBuilder

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

    Constructors

    ConnectionBuilder()

    Declaration
    protected ConnectionBuilder()

    Properties

    AutoConnection

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

    ConnectionName

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

    SelectBody1

    Declaration
    public SelectBody SelectBody1 { get; }
    Property Value
    Type Description
    SelectBody

    SelectBody2

    Declaration
    public SelectBody SelectBody2 { get; }
    Property Value
    Type Description
    SelectBody

    SelectFaces1

    Declaration
    public ScCollector SelectFaces1 { get; }
    Property Value
    Type Description
    ScCollector

    SelectFaces2

    Declaration
    public ScCollector SelectFaces2 { get; }
    Property Value
    Type Description
    ScCollector

    ShellOffset1

    Declaration
    public Expression ShellOffset1 { get; }
    Property Value
    Type Description
    Expression

    ShellOffset2

    Declaration
    public Expression ShellOffset2 { get; }
    Property Value
    Type Description
    Expression

    Type

    Declaration
    public ConnectionBuilder.Types Type { get; set; }
    Property Value
    Type Description
    ConnectionBuilder.Types

    UserSetName

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

    Implements

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