Search Results for

    Show / Hide Table of Contents

    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)
    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public struct SplineFit

    Fields

    degree

    Declaration
    public int degree
    Field Value
    Type Description
    System.Int32

    num_of_points

    Declaration
    public int num_of_points
    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
    public double[] points
    Field Value
    Type Description
    System.Double[]

    slope_flag

    Declaration
    public int slope_flag
    Field Value
    Type Description
    System.Int32

    slopes

    Declaration
    public double[] slopes
    Field Value
    Type Description
    System.Double[]

    tolerance

    Declaration
    public double tolerance
    Field Value
    Type Description
    System.Double

    weight_positions

    Declaration
    public int[] weight_positions
    Field Value
    Type Description
    System.Int32[]

    weights

    Declaration
    public double[] weights
    Field Value
    Type Description
    System.Double[]
    In This Article
    Back to top Generated by DocFX