Search Results for

    Show / Hide Table of Contents

    Struct UFModl.Bsurface

    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 UFModl.Bsurface

    Fields

    is_rational

    Declaration
    public int is_rational
    Field Value
    Type Description
    int

    knots_u

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

    knots_v

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

    num_poles_u

    Declaration
    public int num_poles_u
    Field Value
    Type Description
    int

    num_poles_v

    Declaration
    public int num_poles_v
    Field Value
    Type Description
    int

    order_u

    Declaration
    public int order_u
    Field Value
    Type Description
    int

    order_v

    Declaration
    public int order_v
    Field Value
    Type Description
    int

    poles

    Declaration
    public double[,] poles
    Field Value
    Type Description
    double[,]
    In this article
    Back to top Generated by DocFX