Search Results for

    Show / Hide Table of Contents

    Struct UFModl._SimplData

    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 _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
    System.Int32

    n_boundary_faces

    Declaration
    public int n_boundary_faces
    Field Value
    Type Description
    System.Int32

    n_imprint_features

    Declaration
    public int n_imprint_features
    Field Value
    Type Description
    System.Int32

    n_non_boundary_edges

    Declaration
    public int n_non_boundary_edges
    Field Value
    Type Description
    System.Int32

    n_removed_faces

    Declaration
    public int n_removed_faces
    Field Value
    Type Description
    System.Int32

    n_retained_faces

    Declaration
    public int n_retained_faces
    Field Value
    Type Description
    System.Int32

    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