Search Results for

    Show / Hide Table of Contents

    Struct UFDisp.FaceFacetData

    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 FaceFacetData

    Fields

    coords

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

    face_tag

    Declaration
    public Tag face_tag
    Field Value
    Type Description
    Tag

    normals

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

    num_facets

    Declaration
    public int num_facets
    Field Value
    Type Description
    System.Int32

    num_vertex_per_facet

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

    num_vertices

    Declaration
    public int num_vertices
    Field Value
    Type Description
    System.Int32

    uvs

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

    uvs_available

    Declaration
    public bool uvs_available
    Field Value
    Type Description
    System.Boolean

    vertex_indices

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