Search Results for

    Show / Hide Table of Contents

    Class CAEConnectionBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CAEConnectionBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    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.CAE
    Assembly: NXOpen.dll
    Syntax
    public class CAEConnectionBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    CAEConnectionBuilder()

    Declaration
    protected CAEConnectionBuilder()

    Properties

    EdgeToEdgeConnectionMethodType

    Declaration
    public CAEConnectionBuilder.EdgeToEdgeConnectionMethodTypeEnum EdgeToEdgeConnectionMethodType { get; set; }
    Property Value
    Type Description
    CAEConnectionBuilder.EdgeToEdgeConnectionMethodTypeEnum

    EdgeTolerance

    Declaration
    public double EdgeTolerance { get; set; }
    Property Value
    Type Description
    System.Double

    ElementEdge

    Declaration
    public SelectElementsBuilder ElementEdge { get; }
    Property Value
    Type Description
    SelectElementsBuilder

    ElementFace

    Declaration
    public SelectElementsBuilder ElementFace { get; }
    Property Value
    Type Description
    SelectElementsBuilder

    ElementType

    Declaration
    public ElementTypeBuilder ElementType { get; }
    Property Value
    Type Description
    ElementTypeBuilder

    ElementTypeRbe3

    Declaration
    public ElementTypeBuilder ElementTypeRbe3 { get; }
    Property Value
    Type Description
    ElementTypeBuilder

    Isedgeprojectableonface

    Declaration
    public int Isedgeprojectableonface { get; }
    Property Value
    Type Description
    System.Int32

    Label

    Declaration
    public int Label { get; set; }
    Property Value
    Type Description
    System.Int32

    MethodType

    Declaration
    public CAEConnectionBuilder.MethodTypeEnum MethodType { get; set; }
    Property Value
    Type Description
    CAEConnectionBuilder.MethodTypeEnum

    MidNode

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

    PointToEdgeConnectionMethodType

    Declaration
    public CAEConnectionBuilder.PointToEdgeConnectionMethodTypeEnum PointToEdgeConnectionMethodType { get; set; }
    Property Value
    Type Description
    CAEConnectionBuilder.PointToEdgeConnectionMethodTypeEnum

    SourceGroup

    Declaration
    public CaeGroup SourceGroup { get; set; }
    Property Value
    Type Description
    CaeGroup

    SourceGroupFilterType

    Declaration
    public int SourceGroupFilterType { get; set; }
    Property Value
    Type Description
    System.Int32

    SourceGroupReferenceState

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

    SourceNodes

    Declaration
    public SelectFENodeList SourceNodes { get; }
    Property Value
    Type Description
    SelectFENodeList

    SourceSelection

    Declaration
    public SelectTaggedObjectList SourceSelection { get; }
    Property Value
    Type Description
    SelectTaggedObjectList

    TargetGroup

    Declaration
    public CaeGroup TargetGroup { get; set; }
    Property Value
    Type Description
    CaeGroup

    TargetGroupFilterType

    Declaration
    public int TargetGroupFilterType { get; set; }
    Property Value
    Type Description
    System.Int32

    TargetGroupReferenceState

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

    TargetNodes

    Declaration
    public SelectFENodeList TargetNodes { get; }
    Property Value
    Type Description
    SelectFENodeList

    TargetSelection

    Declaration
    public SelectTaggedObjectList TargetSelection { get; }
    Property Value
    Type Description
    SelectTaggedObjectList

    Type

    Declaration
    public CAEConnectionBuilder.ConnectionTypeEnum Type { get; set; }
    Property Value
    Type Description
    CAEConnectionBuilder.ConnectionTypeEnum

    Methods

    MeshDensity()

    Declaration
    public void MeshDensity()

    Implements

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