Search Results for

    Show / Hide Table of Contents

    Class ConnectionData

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ConnectionData
    Implements
    IMessageSink
    Inherited Members
    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.CAE.Connections
    Assembly: NXOpen.dll
    Syntax
    public class ConnectionData : TaggedObject, IMessageSink

    Constructors

    ConnectionData()

    Declaration
    protected ConnectionData()

    Properties

    Comp1

    Declaration
    public ComponentData Comp1 { get; set; }
    Property Value
    Type Description
    ComponentData

    Comp2

    Declaration
    public ComponentData Comp2 { get; set; }
    Property Value
    Type Description
    ComponentData

    Comp3

    Declaration
    public ComponentData Comp3 { get; set; }
    Property Value
    Type Description
    ComponentData

    ConnectionType

    Declaration
    public ComposerConnectionType ConnectionType { get; set; }
    Property Value
    Type Description
    ComposerConnectionType

    DBItem

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

    Dof1

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

    Dof2

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

    Dof3

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

    Dof4

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

    Dof5

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

    Dof6

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

    ExpansionRadius1

    Declaration
    public double ExpansionRadius1 { get; set; }
    Property Value
    Type Description
    double

    ExpansionRadius2

    Declaration
    public double ExpansionRadius2 { get; set; }
    Property Value
    Type Description
    double

    ExpansionRadiusFactor1

    Declaration
    public double ExpansionRadiusFactor1 { get; set; }
    Property Value
    Type Description
    double

    ExpansionRadiusFactor2

    Declaration
    public double ExpansionRadiusFactor2 { get; set; }
    Property Value
    Type Description
    double

    FlangeSearchTolerance1

    Declaration
    public double FlangeSearchTolerance1 { get; set; }
    Property Value
    Type Description
    double

    FlangeSearchTolerance2

    Declaration
    public double FlangeSearchTolerance2 { get; set; }
    Property Value
    Type Description
    double

    FlangeType1

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

    FlangeType2

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

    HeadDiameter

    Declaration
    public double HeadDiameter { get; set; }
    Property Value
    Type Description
    double

    LengthStep

    Declaration
    public double LengthStep { get; set; }
    Property Value
    Type Description
    double

    LinePart1

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

    LinePart2

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

    MaximumDistanceTolerance1

    Declaration
    public double MaximumDistanceTolerance1 { get; set; }
    Property Value
    Type Description
    double

    MaximumDistanceTolerance2

    Declaration
    public double MaximumDistanceTolerance2 { get; set; }
    Property Value
    Type Description
    double

    Name

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

    SearchType1

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

    SearchType2

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

    ShankDiameter

    Declaration
    public double ShankDiameter { get; set; }
    Property Value
    Type Description
    double

    WCDFile

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

    Methods

    GetAxis()

    Declaration
    public string GetAxis()
    Returns
    Type Description
    string

    GetInvalidDOF()

    Declaration
    public int[] GetInvalidDOF()
    Returns
    Type Description
    int[]

    GetLineFEEdgeRecipe1()

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

    GetLineFEEdgeRecipe2()

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

    GetPID1s()

    Declaration
    public int[] GetPID1s()
    Returns
    Type Description
    int[]

    GetPID2s()

    Declaration
    public int[] GetPID2s()
    Returns
    Type Description
    int[]

    GetPID3s()

    Declaration
    public int[] GetPID3s()
    Returns
    Type Description
    int[]

    GetPointNameCoord1()

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

    GetPointNameCoord2()

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

    GetPointNameCoord3()

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

    SetAxis(string)

    Declaration
    public void SetAxis(string axis)
    Parameters
    Type Name Description
    string axis

    SetLineFEEdgeRecipe1(string[])

    Declaration
    public void SetLineFEEdgeRecipe1(string[] lineFEEdgeRecipe1s)
    Parameters
    Type Name Description
    string[] lineFEEdgeRecipe1s

    SetLineFEEdgeRecipe2(string[])

    Declaration
    public void SetLineFEEdgeRecipe2(string[] lineFEEdgeRecipe2s)
    Parameters
    Type Name Description
    string[] lineFEEdgeRecipe2s

    SetPID1s(int[])

    Declaration
    public void SetPID1s(int[] pID1s)
    Parameters
    Type Name Description
    int[] pID1s

    SetPID2s(int[])

    Declaration
    public void SetPID2s(int[] pID2s)
    Parameters
    Type Name Description
    int[] pID2s

    SetPID3s(int[])

    Declaration
    public void SetPID3s(int[] pID3s)
    Parameters
    Type Name Description
    int[] pID3s

    SetPointNameCoord1(string[])

    Declaration
    public void SetPointNameCoord1(string[] pointNameCoord1s)
    Parameters
    Type Name Description
    string[] pointNameCoord1s

    SetPointNameCoord2(string[])

    Declaration
    public void SetPointNameCoord2(string[] pointNameCoord2s)
    Parameters
    Type Name Description
    string[] pointNameCoord2s

    SetPointNameCoord3(string[])

    Declaration
    public void SetPointNameCoord3(string[] pointNameCoord3s)
    Parameters
    Type Name Description
    string[] pointNameCoord3s

    Implements

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