Search Results for

    Show / Hide Table of Contents

    Class ViewStyleShadingBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ViewStyleShadingBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class ViewStyleShadingBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    ViewStyleShadingBuilder()

    Declaration
    protected ViewStyleShadingBuilder()

    Properties

    AngleTolerance

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

    CutFaceColor

    Declaration
    public NXColor CutFaceColor { get; set; }
    Property Value
    Type Description
    NXColor

    EdgeTolerance

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

    FaceTolerance

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

    HiddenWireframeColor

    Declaration
    public NXColor HiddenWireframeColor { get; set; }
    Property Value
    Type Description
    NXColor

    RenderingStyle

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

    ShadeTolerance

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

    ShininessScale

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

    TwoSidedLight

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

    VisibleWireframeColor

    Declaration
    public NXColor VisibleWireframeColor { get; set; }
    Property Value
    Type Description
    NXColor

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

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