Struct SplineFit
Inherited Members
Namespace: NXOpen.UF
Assembly: NXOpen.UF.dll
Syntax
public struct SplineFit
Fields
degree
Declaration
public int degree
Field Value
Type | Description |
---|---|
int |
num_of_points
Declaration
public int num_of_points
Field Value
Type | Description |
---|---|
int |
num_of_segments
Declaration
public int num_of_segments
Field Value
Type | Description |
---|---|
int |
num_of_weights
Declaration
public int num_of_weights
Field Value
Type | Description |
---|---|
int |
points
Declaration
public double[] points
Field Value
Type | Description |
---|---|
double[] |
slope_flag
Declaration
public int slope_flag
Field Value
Type | Description |
---|---|
int |
slopes
Declaration
public double[] slopes
Field Value
Type | Description |
---|---|
double[] |
tolerance
Declaration
public double tolerance
Field Value
Type | Description |
---|---|
double |
weight_positions
Declaration
public int[] weight_positions
Field Value
Type | Description |
---|---|
int[] |
weights
Declaration
public double[] weights
Field Value
Type | Description |
---|---|
double[] |