Search Results for

    Show / Hide Table of Contents

    Class PathDisplayColors

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    PathDisplayColors
    Implements
    IMessageSink
    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.CAM
    Assembly: NXOpen.dll
    Syntax
    public class PathDisplayColors : TaggedObject, IMessageSink

    Constructors

    PathDisplayColors()

    Declaration
    protected PathDisplayColors()

    Properties

    Approach

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

    Common

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

    Crossover

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

    Cut

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

    Departure

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

    Engage

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

    FirstCut

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

    LastCut

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

    Rapid

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

    Retract

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

    ReturnColor

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

    SideCut

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

    Stepover

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

    Traversal

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

    Methods

    SetAllCommonColor()

    Declaration
    public void SetAllCommonColor()

    Implements

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