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()
    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.CAE
    Assembly: NXOpen.dll
    Syntax
    public class CAEConnectionBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    CAEConnectionBuilder()

    Declaration
    protected CAEConnectionBuilder()

    Properties

    ApplyWeightsRbe3

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

    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

    EditableNodeToNodeConnection

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

    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

    Ismeshtofaceconnectionpossible

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

    Label

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

    LimitConnectionToggle

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

    Mesh

    Declaration
    public Mesh Mesh { get; }
    Property Value
    Type Description
    Mesh

    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

    NodeFaceProximity

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

    PointToEdgeConnectionMethodType

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

    SearchDistance

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

    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

    SourceNodesSelection

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

    SourceSelection

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

    SourceTargetDistance

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

    SpiderConnectionMethodType

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

    SpiderMesh

    Declaration
    public Mesh SpiderMesh { get; }
    Property Value
    Type Description
    Mesh

    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

    TargetNodesSelection

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

    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