Class PathDisplay
Inheritance
System.Object
System.MarshalByRefObject
PathDisplay
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
Assembly: NXOpen.dll
Syntax
public class PathDisplay : NXRemotableObject, IMessageSink
Constructors
PathDisplay(CAMSession)
Declaration
protected PathDisplay(CAMSession owner)
Parameters
Properties
ColorBy
Declaration
public PathDisplay.ColorByType ColorBy { get; set; }
Property Value
Declaration
public bool DisplayToolPath { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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 |
|
Declaration
public bool ShowToolCenter { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Tag
Declaration
Property Value
Methods
Declaration
public void HideToolPath(CAMObject opr)
Parameters
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
Declaration
public void SetToolAxisTraceScale(int scaleFactor)
Parameters
Type |
Name |
Description |
System.Int32 |
scaleFactor |
|
Declaration
public void SetToolDisplayType(PathDisplay.ToolDisplayType type)
Parameters
Declaration
public void ShowToolPath(CAMObject opr)
Parameters
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