Search Results for

    Show / Hide Table of Contents

    Struct UFDisp._J3dEntity

    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
    struct _J3dEntity

    Fields

    color

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

    eid

    Declaration
    public Tag eid
    Field Value
    Type Description
    Tag

    has_transform

    Declaration
    public int has_transform
    Field Value
    Type Description
    System.Int32

    name

    Declaration
    public sbyte *name
    Field Value
    Type Description
    System.SByte*

    normal_list

    Declaration
    public double *normal_list
    Field Value
    Type Description
    System.Double*

    num_strips

    Declaration
    public int num_strips
    Field Value
    Type Description
    System.Int32

    point_list

    Declaration
    public double *point_list
    Field Value
    Type Description
    System.Double*

    points_per_strip

    Declaration
    public int *points_per_strip
    Field Value
    Type Description
    System.Int32*

    sheet

    Declaration
    public int sheet
    Field Value
    Type Description
    System.Int32

    total_points

    Declaration
    public int total_points
    Field Value
    Type Description
    System.Int32

    transform

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

    vectors

    Declaration
    public int vectors
    Field Value
    Type Description
    System.Int32
    In This Article
    Back to top Generated by DocFX