Class ConnectionDistanceResult
Inheritance
System.Object
System.MarshalByRefObject
ConnectionDistanceResult
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)
Namespace: NXOpen.CAE.QualityAudit
Assembly: NXOpen.dll
Syntax
public class ConnectionDistanceResult : Result, IMessageSink, INXObject
Constructors
ConnectionDistanceResult()
Declaration
protected ConnectionDistanceResult()
Properties
Connection1
Declaration
public IConnection Connection1 { get; }
Property Value
Type | Description |
---|---|
IConnection |
Connection2
Declaration
public IConnection Connection2 { get; }
Property Value
Type | Description |
---|---|
IConnection |
CoordinateIndex1
Declaration
public int CoordinateIndex1 { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
CoordinateIndex2
Declaration
public int CoordinateIndex2 { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Coordinates1
Declaration
public Point3d Coordinates1 { get; }
Property Value
Type | Description |
---|---|
Point3d |
Coordinates2
Declaration
public Point3d Coordinates2 { get; }
Property Value
Type | Description |
---|---|
Point3d |
DefinitionIndex1
Declaration
public int DefinitionIndex1 { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
DefinitionIndex2
Declaration
public int DefinitionIndex2 { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Distance
Declaration
public double Distance { get; }
Property Value
Type | Description |
---|---|
System.Double |
LocationIndex1
Declaration
public int LocationIndex1 { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
LocationIndex2
Declaration
public int LocationIndex2 { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink