Class ConnectionData
Inheritance
System.Object
System.MarshalByRefObject
ConnectionData
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
Assembly: NXOpen.dll
Syntax
public class ConnectionData : TaggedObject, IMessageSink
Constructors
ConnectionData()
Declaration
protected ConnectionData()
Properties
Comp1
Declaration
public ComponentData Comp1 { get; set; }
Property Value
Comp2
Declaration
public ComponentData Comp2 { get; set; }
Property Value
Comp3
Declaration
public ComponentData Comp3 { get; set; }
Property Value
ConnectionType
Declaration
public ComposerConnectionType ConnectionType { get; set; }
Property Value
DBItem
Declaration
public string DBItem { get; set; }
Property Value
Type |
Description |
System.String |
|
Dof1
Declaration
public bool Dof1 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Dof2
Declaration
public bool Dof2 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Dof3
Declaration
public bool Dof3 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Dof4
Declaration
public bool Dof4 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Dof5
Declaration
public bool Dof5 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Dof6
Declaration
public bool Dof6 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ExpansionRadius1
Declaration
public double ExpansionRadius1 { get; set; }
Property Value
Type |
Description |
System.Double |
|
ExpansionRadius2
Declaration
public double ExpansionRadius2 { get; set; }
Property Value
Type |
Description |
System.Double |
|
ExpansionRadiusFactor1
Declaration
public double ExpansionRadiusFactor1 { get; set; }
Property Value
Type |
Description |
System.Double |
|
ExpansionRadiusFactor2
Declaration
public double ExpansionRadiusFactor2 { get; set; }
Property Value
Type |
Description |
System.Double |
|
FlangeSearchTolerance1
Declaration
public double FlangeSearchTolerance1 { get; set; }
Property Value
Type |
Description |
System.Double |
|
FlangeSearchTolerance2
Declaration
public double FlangeSearchTolerance2 { get; set; }
Property Value
Type |
Description |
System.Double |
|
FlangeType1
Declaration
public string FlangeType1 { get; set; }
Property Value
Type |
Description |
System.String |
|
FlangeType2
Declaration
public string FlangeType2 { get; set; }
Property Value
Type |
Description |
System.String |
|
HeadDiameter
Declaration
public double HeadDiameter { get; set; }
Property Value
Type |
Description |
System.Double |
|
LengthStep
Declaration
public double LengthStep { get; set; }
Property Value
Type |
Description |
System.Double |
|
LinePart1
Declaration
public string LinePart1 { get; set; }
Property Value
Type |
Description |
System.String |
|
LinePart2
Declaration
public string LinePart2 { get; set; }
Property Value
Type |
Description |
System.String |
|
MaximumDistanceTolerance1
Declaration
public double MaximumDistanceTolerance1 { get; set; }
Property Value
Type |
Description |
System.Double |
|
MaximumDistanceTolerance2
Declaration
public double MaximumDistanceTolerance2 { get; set; }
Property Value
Type |
Description |
System.Double |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
SearchType1
Declaration
public string SearchType1 { get; set; }
Property Value
Type |
Description |
System.String |
|
SearchType2
Declaration
public string SearchType2 { get; set; }
Property Value
Type |
Description |
System.String |
|
ShankDiameter
Declaration
public double ShankDiameter { get; set; }
Property Value
Type |
Description |
System.Double |
|
WCDFile
Declaration
public string WCDFile { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
GetAxis()
Declaration
Returns
Type |
Description |
System.String |
|
GetInvalidDOF()
Declaration
public int[] GetInvalidDOF()
Returns
Type |
Description |
System.Int32[] |
|
GetLineFEEdgeRecipe1()
Declaration
public string[] GetLineFEEdgeRecipe1()
Returns
Type |
Description |
System.String[] |
|
GetLineFEEdgeRecipe2()
Declaration
public string[] GetLineFEEdgeRecipe2()
Returns
Type |
Description |
System.String[] |
|
GetPID1s()
Declaration
Returns
Type |
Description |
System.Int32[] |
|
GetPID2s()
Declaration
Returns
Type |
Description |
System.Int32[] |
|
GetPID3s()
Declaration
Returns
Type |
Description |
System.Int32[] |
|
GetPointNameCoord1()
Declaration
public string[] GetPointNameCoord1()
Returns
Type |
Description |
System.String[] |
|
GetPointNameCoord2()
Declaration
public string[] GetPointNameCoord2()
Returns
Type |
Description |
System.String[] |
|
GetPointNameCoord3()
Declaration
public string[] GetPointNameCoord3()
Returns
Type |
Description |
System.String[] |
|
SetAxis(String)
Declaration
public void SetAxis(string axis)
Parameters
Type |
Name |
Description |
System.String |
axis |
|
SetLineFEEdgeRecipe1(String[])
Declaration
public void SetLineFEEdgeRecipe1(string[] lineFEEdgeRecipe1s)
Parameters
Type |
Name |
Description |
System.String[] |
lineFEEdgeRecipe1s |
|
SetLineFEEdgeRecipe2(String[])
Declaration
public void SetLineFEEdgeRecipe2(string[] lineFEEdgeRecipe2s)
Parameters
Type |
Name |
Description |
System.String[] |
lineFEEdgeRecipe2s |
|
SetPID1s(Int32[])
Declaration
public void SetPID1s(int[] pID1s)
Parameters
Type |
Name |
Description |
System.Int32[] |
pID1s |
|
SetPID2s(Int32[])
Declaration
public void SetPID2s(int[] pID2s)
Parameters
Type |
Name |
Description |
System.Int32[] |
pID2s |
|
SetPID3s(Int32[])
Declaration
public void SetPID3s(int[] pID3s)
Parameters
Type |
Name |
Description |
System.Int32[] |
pID3s |
|
SetPointNameCoord1(String[])
Declaration
public void SetPointNameCoord1(string[] pointNameCoord1s)
Parameters
Type |
Name |
Description |
System.String[] |
pointNameCoord1s |
|
SetPointNameCoord2(String[])
Declaration
public void SetPointNameCoord2(string[] pointNameCoord2s)
Parameters
Type |
Name |
Description |
System.String[] |
pointNameCoord2s |
|
SetPointNameCoord3(String[])
Declaration
public void SetPointNameCoord3(string[] pointNameCoord3s)
Parameters
Type |
Name |
Description |
System.String[] |
pointNameCoord3s |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink