Struct UFEval.Spline
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 Spline
  Fields
is_periodic
Declaration
public bool is_periodic
  Field Value
| Type | Description | 
|---|---|
| System.Boolean | 
is_rational
Declaration
public bool is_rational
  Field Value
| Type | Description | 
|---|---|
| System.Boolean | 
num_control
Declaration
public int num_control
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
num_knots
Declaration
public int num_knots
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
order
Declaration
public int order
  Field Value
| Type | Description | 
|---|---|
| System.Int32 |