Search Results for

    Show / Hide Table of Contents

    Class ViewStyleShadingBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ViewStyleShadingBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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
    System.Double

    CutFaceColor

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

    EdgeTolerance

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

    FaceTolerance

    Declaration
    public double FaceTolerance { get; set; }
    Property Value
    Type Description
    System.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
    System.Double

    TwoSidedLight

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

    VisibleWireframeColor

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

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX