Search Results for

    Show / Hide Table of Contents

    Struct UFDrf.SymbolInstance

    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 SymbolInstance

    Fields

    creation_mask

    Declaration
    public int creation_mask
    Field Value
    Type Description
    System.Int32

    is_gap

    Declaration
    public bool is_gap
    Field Value
    Type Description
    System.Boolean

    is_mirrored

    Declaration
    public bool is_mirrored
    Field Value
    Type Description
    System.Boolean

    is_reflected

    Declaration
    public bool is_reflected
    Field Value
    Type Description
    System.Boolean

    master

    Declaration
    public Tag master
    Field Value
    Type Description
    Tag

    origin

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

    parameter_on_element

    Declaration
    public double parameter_on_element
    Field Value
    Type Description
    System.Double

    record_number

    Declaration
    public int record_number
    Field Value
    Type Description
    System.Int32

    segment_number

    Declaration
    public int segment_number
    Field Value
    Type Description
    System.Int32

    symbol_height

    Declaration
    public double symbol_height
    Field Value
    Type Description
    System.Double

    symbol_length

    Declaration
    public double symbol_length
    Field Value
    Type Description
    System.Double
    In This Article
    Back to top Generated by DocFX