Search Results for

    Show / Hide Table of Contents

    Class ShadingViewStyle

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    ShadingViewStyle
    Implements
    IMessageSink
    IShadingViewPreferences
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class ShadingViewStyle : NXRemotableObject, IMessageSink, IShadingViewPreferences

    Constructors

    ShadingViewStyle(ViewStyle)

    Declaration
    protected ShadingViewStyle(ViewStyle owner)
    Parameters
    Type Name Description
    ViewStyle owner

    Properties

    CustomAngleTolerance

    Declaration
    public double CustomAngleTolerance { get; set; }
    Property Value
    Type Description
    double

    CustomEdgeTolerance

    Declaration
    public double CustomEdgeTolerance { get; set; }
    Property Value
    Type Description
    double

    CustomFaceTolerance

    Declaration
    public double CustomFaceTolerance { get; set; }
    Property Value
    Type Description
    double

    OverrideHiddenWireframeColor

    Declaration
    public int OverrideHiddenWireframeColor { get; set; }
    Property Value
    Type Description
    int

    OverrideVisibleWireframeColor

    Declaration
    public int OverrideVisibleWireframeColor { get; set; }
    Property Value
    Type Description
    int

    RenderingStyle

    Declaration
    public ShadingRenderingStyleOption RenderingStyle { get; set; }
    Property Value
    Type Description
    ShadingRenderingStyleOption

    ShadedCutFaceColor

    Declaration
    public int ShadedCutFaceColor { get; set; }
    Property Value
    Type Description
    int

    ShadingTolerance

    Declaration
    public ShadingToleranceOption ShadingTolerance { get; set; }
    Property Value
    Type Description
    ShadingToleranceOption

    Shininess

    Declaration
    public double Shininess { get; set; }
    Property Value
    Type Description
    double

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    TwoSidedLight

    Declaration
    public bool TwoSidedLight { get; set; }
    Property Value
    Type Description
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IShadingViewPreferences
    In this article
    Back to top Generated by DocFX