Search Results for

    Show / Hide Table of Contents

    Struct UFDisp.J3dEntity

    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 UFDisp.J3dEntity

    Fields

    color

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

    eid

    Declaration
    public Tag eid
    Field Value
    Type Description
    Tag

    has_transform

    Declaration
    public int has_transform
    Field Value
    Type Description
    int

    name

    Declaration
    public string name
    Field Value
    Type Description
    string

    normal_list

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

    num_strips

    Declaration
    public int num_strips
    Field Value
    Type Description
    int

    point_list

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

    points_per_strip

    Declaration
    public int[] points_per_strip
    Field Value
    Type Description
    int[]

    sheet

    Declaration
    public int sheet
    Field Value
    Type Description
    int

    total_points

    Declaration
    public int total_points
    Field Value
    Type Description
    int

    transform

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

    vectors

    Declaration
    public int vectors
    Field Value
    Type Description
    int
    In this article
    Back to top Generated by DocFX