Struct UFCurve._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
struct _Spline
  Fields
end_param
Declaration
public double end_param
  Field Value
| Type | Description | 
|---|---|
| System.Double | 
is_rational
Declaration
public int is_rational
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
knots
Declaration
public double *knots
  Field Value
| Type | Description | 
|---|---|
| System.Double* | 
num_poles
Declaration
public int num_poles
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
order
Declaration
public int order
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
poles
Declaration
public double *poles
  Field Value
| Type | Description | 
|---|---|
| System.Double* | 
start_param
Declaration
public double start_param
  Field Value
| Type | Description | 
|---|---|
| System.Double |