Struct UFPath.ContactData
Inherited Members
      System.ValueType.Equals(System.Object)
    
    
      System.ValueType.GetHashCode()
    
    
      System.ValueType.ToString()
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: NXOpen.UF
Assembly: NXOpen.UF.dll
Syntax
public struct ContactData
  Fields
contact_arc_axis
Declaration
public double[] contact_arc_axis
  Field Value
| Type | Description | 
|---|---|
| System.Double[] | 
contact_arc_center
Declaration
public double[] contact_arc_center
  Field Value
| Type | Description | 
|---|---|
| System.Double[] | 
contact_arc_radius
Declaration
public double contact_arc_radius
  Field Value
| Type | Description | 
|---|---|
| System.Double | 
contact_axis
Declaration
public double[] contact_axis
  Field Value
| Type | Description | 
|---|---|
| System.Double[] | 
contact_pt
Declaration
public double[] contact_pt
  Field Value
| Type | Description | 
|---|---|
| System.Double[] | 
contact_shape
Declaration
public UFPath.Shape contact_shape
  Field Value
| Type | Description | 
|---|---|
| UFPath.Shape |