Search Results for

    Show / Hide Table of Contents

    Struct UFView.LightAttributes

    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 LightAttributes

    Fields

    beam_fall_off

    Declaration
    public UFView.LightBeamFallOff beam_fall_off
    Field Value
    Type Description
    UFView.LightBeamFallOff

    blue

    Declaration
    public int blue
    Field Value
    Type Description
    System.Int32

    cone_angle

    Declaration
    public double cone_angle
    Field Value
    Type Description
    System.Double

    delta_angle

    Declaration
    public double delta_angle
    Field Value
    Type Description
    System.Double

    detail

    Declaration
    public UFView.LightDetail detail
    Field Value
    Type Description
    UFView.LightDetail

    edge

    Declaration
    public UFView.LightEdge edge
    Field Value
    Type Description
    UFView.LightEdge

    fall_off

    Declaration
    public UFView.LightFallOff fall_off
    Field Value
    Type Description
    UFView.LightFallOff

    generate_shadows

    Declaration
    public bool generate_shadows
    Field Value
    Type Description
    System.Boolean

    green

    Declaration
    public int green
    Field Value
    Type Description
    System.Int32

    intensity

    Declaration
    public double intensity
    Field Value
    Type Description
    System.Double

    intensity_factor

    Declaration
    public UFView.LightIntensityFactor intensity_factor
    Field Value
    Type Description
    UFView.LightIntensityFactor

    red

    Declaration
    public int red
    Field Value
    Type Description
    System.Int32

    scattering

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