Struct UFPath.LinearMotion
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 LinearMotion
  Fields
feed_unit
Declaration
public UFPath.FeedUnit feed_unit
  Field Value
| Type | Description | 
|---|---|
| UFPath.FeedUnit | 
feed_value
Declaration
public double feed_value
  Field Value
| Type | Description | 
|---|---|
| System.Double | 
position
Declaration
public double[] position
  Field Value
| Type | Description | 
|---|---|
| System.Double[] | 
tool_axis
Declaration
public double[] tool_axis
  Field Value
| Type | Description | 
|---|---|
| System.Double[] | 
type
Declaration
public UFPath.MotionType type
  Field Value
| Type | Description | 
|---|---|
| UFPath.MotionType |