Search Results for

    Show / Hide Table of Contents

    Struct UFModl.CompareOptions

    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 CompareOptions

    Fields

    accuracy

    Declaration
    public UFModl.CompareAccuracy accuracy
    Field Value
    Type Description
    UFModl.CompareAccuracy

    compare_feat_and_exp

    Declaration
    public bool compare_feat_and_exp
    Field Value
    Type Description
    System.Boolean

    continue_if_examine_geom_fails

    Declaration
    public bool continue_if_examine_geom_fails
    Field Value
    Type Description
    System.Boolean

    generate_report

    Declaration
    public bool generate_report
    Field Value
    Type Description
    System.Boolean

    identical_face_rule

    Declaration
    public UFModl.CompareIdenticalfaceRule identical_face_rule
    Field Value
    Type Description
    UFModl.CompareIdenticalfaceRule

    tolerance

    Declaration
    public double tolerance
    Field Value
    Type Description
    System.Double

    version

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