Class ConnectionData
Inheritance
ConnectionData
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
Dof1
Declaration
public bool Dof1 { get; set; }
Property Value
Dof2
Declaration
public bool Dof2 { get; set; }
Property Value
Dof3
Declaration
public bool Dof3 { get; set; }
Property Value
Dof4
Declaration
public bool Dof4 { get; set; }
Property Value
Dof5
Declaration
public bool Dof5 { get; set; }
Property Value
Dof6
Declaration
public bool Dof6 { get; set; }
Property Value
ExpansionRadius1
Declaration
public double ExpansionRadius1 { get; set; }
Property Value
ExpansionRadius2
Declaration
public double ExpansionRadius2 { get; set; }
Property Value
ExpansionRadiusFactor1
Declaration
public double ExpansionRadiusFactor1 { get; set; }
Property Value
ExpansionRadiusFactor2
Declaration
public double ExpansionRadiusFactor2 { get; set; }
Property Value
FlangeSearchTolerance1
Declaration
public double FlangeSearchTolerance1 { get; set; }
Property Value
FlangeSearchTolerance2
Declaration
public double FlangeSearchTolerance2 { get; set; }
Property Value
FlangeType1
Declaration
public string FlangeType1 { get; set; }
Property Value
FlangeType2
Declaration
public string FlangeType2 { get; set; }
Property Value
HeadDiameter
Declaration
public double HeadDiameter { get; set; }
Property Value
LengthStep
Declaration
public double LengthStep { get; set; }
Property Value
LinePart1
Declaration
public string LinePart1 { get; set; }
Property Value
LinePart2
Declaration
public string LinePart2 { get; set; }
Property Value
MaximumDistanceTolerance1
Declaration
public double MaximumDistanceTolerance1 { get; set; }
Property Value
MaximumDistanceTolerance2
Declaration
public double MaximumDistanceTolerance2 { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
SearchType1
Declaration
public string SearchType1 { get; set; }
Property Value
SearchType2
Declaration
public string SearchType2 { get; set; }
Property Value
ShankDiameter
Declaration
public double ShankDiameter { get; set; }
Property Value
WCDFile
Declaration
public string WCDFile { get; set; }
Property Value
Methods
GetAxis()
Declaration
Returns
GetInvalidDOF()
Declaration
public int[] GetInvalidDOF()
Returns
GetLineFEEdgeRecipe1()
Declaration
public string[] GetLineFEEdgeRecipe1()
Returns
GetLineFEEdgeRecipe2()
Declaration
public string[] GetLineFEEdgeRecipe2()
Returns
GetPID1s()
Declaration
Returns
GetPID2s()
Declaration
Returns
GetPID3s()
Declaration
Returns
GetPointNameCoord1()
Declaration
public string[] GetPointNameCoord1()
Returns
GetPointNameCoord2()
Declaration
public string[] GetPointNameCoord2()
Returns
GetPointNameCoord3()
Declaration
public string[] GetPointNameCoord3()
Returns
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