Search Results for

    Show / Hide Table of Contents

    Struct SplineFit

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    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[]
    In this article
    Back to top Generated by DocFX