Search Results for

    Show / Hide Table of Contents

    Class PathDisplay

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    PathDisplay
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    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.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAM
    Assembly: NXOpen.dll
    Syntax
    public class PathDisplay : NXRemotableObject, IMessageSink

    Constructors

    PathDisplay(CAMSession)

    Declaration
    protected PathDisplay(CAMSession owner)
    Parameters
    Type Name Description
    CAMSession owner

    Properties

    ColorBy

    Declaration
    public PathDisplay.ColorByType ColorBy { get; set; }
    Property Value
    Type Description
    PathDisplay.ColorByType

    DisplayToolPath

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

    ShowContactPoints

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

    ShowCutting

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

    ShowEndpoints

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

    ShowNoncutting

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

    ShowToolCenter

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

    Tag

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

    Methods

    HideToolPath(CAMObject)

    Declaration
    public void HideToolPath(CAMObject opr)
    Parameters
    Type Name Description
    CAMObject opr

    Jump(Boolean)

    Declaration
    public void Jump(bool isFwd)
    Parameters
    Type Name Description
    System.Boolean isFwd

    Play(Boolean)

    Declaration
    public void Play(bool isFwd)
    Parameters
    Type Name Description
    System.Boolean isFwd

    SetAnimationSpeed(Int32)

    Declaration
    public void SetAnimationSpeed(int speed)
    Parameters
    Type Name Description
    System.Int32 speed

    SetIpwResolution(PathDisplay.IpwResolutionType)

    Declaration
    public void SetIpwResolution(PathDisplay.IpwResolutionType resolution)
    Parameters
    Type Name Description
    PathDisplay.IpwResolutionType resolution

    SetToolAxisTraceScale(Int32)

    Declaration
    public void SetToolAxisTraceScale(int scaleFactor)
    Parameters
    Type Name Description
    System.Int32 scaleFactor

    SetToolDisplayType(PathDisplay.ToolDisplayType)

    Declaration
    public void SetToolDisplayType(PathDisplay.ToolDisplayType type)
    Parameters
    Type Name Description
    PathDisplay.ToolDisplayType type

    ShowToolPath(CAMObject)

    Declaration
    public void ShowToolPath(CAMObject opr)
    Parameters
    Type Name Description
    CAMObject opr

    Step(Boolean)

    Declaration
    public void Step(bool isFwd)
    Parameters
    Type Name Description
    System.Boolean isFwd

    StepDisplay(Boolean)

    Declaration
    public void StepDisplay(bool isFwd)
    Parameters
    Type Name Description
    System.Boolean isFwd

    Implements

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