Search Results for

    Show / Hide Table of Contents

    Struct UFDisp.ShadeOptions

    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 ShadeOptions

    Fields

    disable_raytracing

    Declaration
    public bool disable_raytracing
    Field Value
    Type Description
    System.Boolean

    display

    Declaration
    public UFDisp.ShadeDisplay display
    Field Value
    Type Description
    UFDisp.ShadeDisplay

    distribute_excess_light

    Declaration
    public bool distribute_excess_light
    Field Value
    Type Description
    System.Boolean

    facet_quality

    Declaration
    public double facet_quality
    Field Value
    Type Description
    System.Double

    fixed_camera_viewing

    Declaration
    public bool fixed_camera_viewing
    Field Value
    Type Description
    System.Boolean

    format

    Declaration
    public UFDisp.ShadeFormat format
    Field Value
    Type Description
    UFDisp.ShadeFormat

    generate_shadows

    Declaration
    public bool generate_shadows
    Field Value
    Type Description
    System.Boolean

    plot_quality

    Declaration
    public UFDisp.ShadePlot plot_quality
    Field Value
    Type Description
    UFDisp.ShadePlot

    radiosity_quality

    Declaration
    public int radiosity_quality
    Field Value
    Type Description
    System.Int32

    raytrace_memory

    Declaration
    public int raytrace_memory
    Field Value
    Type Description
    System.Int32

    resolution

    Declaration
    public int resolution
    Field Value
    Type Description
    System.Int32

    subdivision_depth

    Declaration
    public int subdivision_depth
    Field Value
    Type Description
    System.Int32

    super_sample

    Declaration
    public int super_sample
    Field Value
    Type Description
    System.Int32

    transparent_shadows

    Declaration
    public bool transparent_shadows
    Field Value
    Type Description
    System.Boolean

    use_midpoint_sampling

    Declaration
    public bool use_midpoint_sampling
    Field Value
    Type Description
    System.Boolean
    In This Article
    Back to top Generated by DocFX