Search Results for

    Show / Hide Table of Contents

    Struct UFGdt.ModifierData

    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 ModifierData

    Fields

    bonus_tol

    Declaration
    public UFGdt.ToleranceValue[] bonus_tol
    Field Value
    Type Description
    UFGdt.ToleranceValue[]

    keywords

    Declaration
    public UFGdt.Keyword[] keywords
    Field Value
    Type Description
    UFGdt.Keyword[]

    modifier_types

    Declaration
    public UFGdt.ModifierTypes[] modifier_types
    Field Value
    Type Description
    UFGdt.ModifierTypes[]

    num_keywords

    Declaration
    public int num_keywords
    Field Value
    Type Description
    System.Int32

    num_modifiers

    Declaration
    public int num_modifiers
    Field Value
    Type Description
    System.Int32

    proj_zone

    Declaration
    public UFGdt.ProjZone[] proj_zone
    Field Value
    Type Description
    UFGdt.ProjZone[]

    statistics

    Declaration
    public UFGdt.StatisticalInfo[] statistics
    Field Value
    Type Description
    UFGdt.StatisticalInfo[]

    unit_area

    Declaration
    public UFGdt.UnitBasis[] unit_area
    Field Value
    Type Description
    UFGdt.UnitBasis[]

    unit_length

    Declaration
    public UFGdt.UnitBasis[] unit_length
    Field Value
    Type Description
    UFGdt.UnitBasis[]
    In This Article
    Back to top Generated by DocFX