Search Results for

    Show / Hide Table of Contents

    Struct UFCurve.Spline

    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 UFCurve.Spline

    Fields

    end_param

    Declaration
    public double end_param
    Field Value
    Type Description
    double

    is_rational

    Declaration
    public int is_rational
    Field Value
    Type Description
    int

    knots

    Declaration
    public double[] knots
    Field Value
    Type Description
    double[]

    num_poles

    Declaration
    public int num_poles
    Field Value
    Type Description
    int

    order

    Declaration
    public int order
    Field Value
    Type Description
    int

    poles

    Declaration
    public double[,] poles
    Field Value
    Type Description
    double[,]

    start_param

    Declaration
    public double start_param
    Field Value
    Type Description
    double
    In this article
    Back to top Generated by DocFX