Search Results for

    Show / Hide Table of Contents

    Class OperationDisplayOptionsBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    OperationDisplayOptionsBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    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.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
    System.Boolean

    DisplayCutRegionsFlag

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

    FeedDisplayFlag

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

    LineNumberDisplayFlag

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

    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
    System.Int32

    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
    System.String

    PatternXOffset

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

    PatternYOffset

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

    PatternZOffset

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

    PauseAfterDisplayFlag

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

    PercentOfTool

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

    RefreshBeforeDisplayFlag

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

    ReplaySpeed

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

    SaveContactDisplayDataFlag

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

    SilhouDisplay

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

    SuppressPathDisplayFlag

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

    ToolDisplay

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

    ToolDisplayFrequency

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

    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