Search Results for

    Show / Hide Table of Contents

    Struct UFDraw.RenderPrefs

    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 RenderPrefs

    Fields

    edge_hiding_edge

    Declaration
    public UFDraw.EdgeHidingEdge edge_hiding_edge
    Field Value
    Type Description
    UFDraw.EdgeHidingEdge

    edges_hidden_by_own_solid

    Declaration
    public bool edges_hidden_by_own_solid
    Field Value
    Type Description
    System.Boolean

    hidden_line

    Declaration
    public UFDraw.HiddenLine hidden_line
    Field Value
    Type Description
    UFDraw.HiddenLine

    hidden_line_color

    Declaration
    public int hidden_line_color
    Field Value
    Type Description
    System.Int32

    hidden_line_font

    Declaration
    public int hidden_line_font
    Field Value
    Type Description
    System.Int32

    hidden_line_width

    Declaration
    public int hidden_line_width
    Field Value
    Type Description
    System.Int32

    referenced_edges_only

    Declaration
    public bool referenced_edges_only
    Field Value
    Type Description
    System.Boolean

    visible_line_color

    Declaration
    public int visible_line_color
    Field Value
    Type Description
    System.Int32

    visible_line_font

    Declaration
    public int visible_line_font
    Field Value
    Type Description
    System.Int32

    visible_line_width

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