Struct SplineFit
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)
Assembly: NXOpen.UF.dll
Syntax
Fields
degree
Declaration
Field Value
Type |
Description |
System.Int32 |
|
num_of_points
Declaration
Field Value
Type |
Description |
System.Int32 |
|
num_of_segments
Declaration
public int num_of_segments
Field Value
Type |
Description |
System.Int32 |
|
num_of_weights
Declaration
public int num_of_weights
Field Value
Type |
Description |
System.Int32 |
|
points
Declaration
Field Value
Type |
Description |
System.Double[] |
|
slope_flag
Declaration
Field Value
Type |
Description |
System.Int32 |
|
slopes
Declaration
Field Value
Type |
Description |
System.Double[] |
|
tolerance
Declaration
Field Value
Type |
Description |
System.Double |
|
weight_positions
Declaration
public int[] weight_positions
Field Value
Type |
Description |
System.Int32[] |
|
weights
Declaration
Field Value
Type |
Description |
System.Double[] |
|