Search Results for

    Show / Hide Table of Contents

    Struct UFModl.SimplData

    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.SimplData

    Fields

    boundary_edges

    Declaration
    public Tag[] boundary_edges
    Field Value
    Type Description
    Tag[]

    boundary_faces

    Declaration
    public Tag[] boundary_faces
    Field Value
    Type Description
    Tag[]

    imprint_features

    Declaration
    public Tag[] imprint_features
    Field Value
    Type Description
    Tag[]

    max_hole_dia_expression

    Declaration
    public Tag max_hole_dia_expression
    Field Value
    Type Description
    Tag

    n_boundary_edges

    Declaration
    public int n_boundary_edges
    Field Value
    Type Description
    int

    n_boundary_faces

    Declaration
    public int n_boundary_faces
    Field Value
    Type Description
    int

    n_imprint_features

    Declaration
    public int n_imprint_features
    Field Value
    Type Description
    int

    n_non_boundary_edges

    Declaration
    public int n_non_boundary_edges
    Field Value
    Type Description
    int

    n_removed_faces

    Declaration
    public int n_removed_faces
    Field Value
    Type Description
    int

    n_retained_faces

    Declaration
    public int n_retained_faces
    Field Value
    Type Description
    int

    non_boundary_edges

    Declaration
    public Tag[] non_boundary_edges
    Field Value
    Type Description
    Tag[]

    removed_faces

    Declaration
    public Tag[] removed_faces
    Field Value
    Type Description
    Tag[]

    retained_faces

    Declaration
    public Tag[] retained_faces
    Field Value
    Type Description
    Tag[]
    In this article
    Back to top Generated by DocFX