Search Results for

    Show / Hide Table of Contents

    Struct UFDrf.CustomSymbol

    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 CustomSymbol

    Fields

    anchor_point

    Declaration
    public Tag anchor_point
    Field Value
    Type Description
    Tag

    angle

    Declaration
    public double angle
    Field Value
    Type Description
    System.Double

    connections

    Declaration
    public UFDrf.SymbolConnection[] connections
    Field Value
    Type Description
    UFDrf.SymbolConnection[]

    geometry

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

    leader

    Declaration
    public UFDrf.Leader[] leader
    Field Value
    Type Description
    UFDrf.Leader[]

    num_connections

    Declaration
    public int num_connections
    Field Value
    Type Description
    System.Int32

    num_geometry

    Declaration
    public int num_geometry
    Field Value
    Type Description
    System.Int32

    num_text

    Declaration
    public int num_text
    Field Value
    Type Description
    System.Int32

    origin

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

    scale

    Declaration
    public double scale
    Field Value
    Type Description
    System.Double

    text

    Declaration
    public UFDrf.CustomSymbolText[] text
    Field Value
    Type Description
    UFDrf.CustomSymbolText[]
    In This Article
    Back to top Generated by DocFX