Search Results for

    Show / Hide Table of Contents

    Class OperationDisplayOptionsBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    OperationDisplayOptionsBuilder
    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 OperationDisplayOptionsBuilder : TaggedObject, IMessageSink

    Constructors

    OperationDisplayOptionsBuilder()

    Declaration
    protected OperationDisplayOptionsBuilder()

    Properties

    ArrowDisplayFlag

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

    DisplayCutRegionsFlag

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

    FeedDisplayFlag

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

    LineNumberDisplayFlag

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

    PaintDisplay

    Declaration
    public DisplayPaint PaintDisplay { get; }
    Property Value
    Type Description
    DisplayPaint

    PathDisplay

    Declaration
    public DisplayPath PathDisplay { get; }
    Property Value
    Type Description
    DisplayPath

    PathDisplayColors

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

    PathDisplayType

    Declaration
    public OperationDisplayOptionsBuilder.PathDisplayTypes PathDisplayType { get; set; }
    Property Value
    Type Description
    OperationDisplayOptionsBuilder.PathDisplayTypes

    PathNormalType

    Declaration
    public OperationDisplayOptionsBuilder.PathNormalTypes PathNormalType { get; set; }
    Property Value
    Type Description
    OperationDisplayOptionsBuilder.PathNormalTypes

    PathVector

    Declaration
    public Direction PathVector { get; set; }
    Property Value
    Type Description
    Direction

    PatternDisplayFrequency

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

    PatternDisplayType

    Declaration
    public OperationDisplayOptionsBuilder.PatternDisplayTypes PatternDisplayType { get; set; }
    Property Value
    Type Description
    OperationDisplayOptionsBuilder.PatternDisplayTypes

    PatternFile

    Declaration
    public string PatternFile { get; set; }
    Property Value
    Type Description
    string

    PatternXOffset

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

    PatternYOffset

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

    PatternZOffset

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

    PauseAfterDisplayFlag

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

    PercentOfTool

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

    RefreshBeforeDisplayFlag

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

    ReplaySpeed

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

    SaveContactDisplayDataFlag

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

    SilhouDisplay

    Declaration
    public DisplaySilhouette SilhouDisplay { get; }
    Property Value
    Type Description
    DisplaySilhouette

    SuppressPathDisplayFlag

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

    ToolDisplay

    Declaration
    public DisplayTool ToolDisplay { get; }
    Property Value
    Type Description
    DisplayTool

    ToolDisplayFrequency

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

    ToolDisplayType

    Declaration
    public OperationDisplayOptionsBuilder.ToolDisplayTypes ToolDisplayType { get; set; }
    Property Value
    Type Description
    OperationDisplayOptionsBuilder.ToolDisplayTypes

    Implements

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