Class PathDisplay
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
Declaration
public bool ShowContactPoints { get; set; }
Property Value
ShowCutting
Declaration
public bool ShowCutting { get; set; }
Property Value
ShowEndpoints
Declaration
public bool ShowEndpoints { get; set; }
Property Value
ShowNoncutting
Declaration
public bool ShowNoncutting { get; set; }
Property Value
Declaration
public bool ShowToolCenter { get; set; }
Property Value
Tag
Declaration
Property Value
Methods
Declaration
public void HideToolPath(CAMObject opr)
Parameters
Jump(bool)
Declaration
public void Jump(bool isFwd)
Parameters
Type |
Name |
Description |
bool |
isFwd |
|
Play(bool)
Declaration
public void Play(bool isFwd)
Parameters
Type |
Name |
Description |
bool |
isFwd |
|
SetAnimationSpeed(int)
Declaration
public void SetAnimationSpeed(int speed)
Parameters
Type |
Name |
Description |
int |
speed |
|
SetIpwResolution(IpwResolutionType)
Declaration
public void SetIpwResolution(PathDisplay.IpwResolutionType resolution)
Parameters
Declaration
public void SetToolAxisTraceScale(int scaleFactor)
Parameters
Type |
Name |
Description |
int |
scaleFactor |
|
Declaration
public void SetToolDisplayType(PathDisplay.ToolDisplayType type)
Parameters
Declaration
public void ShowToolPath(CAMObject opr)
Parameters
Step(bool)
Declaration
public void Step(bool isFwd)
Parameters
Type |
Name |
Description |
bool |
isFwd |
|
StepDisplay(bool)
Declaration
public void StepDisplay(bool isFwd)
Parameters
Type |
Name |
Description |
bool |
isFwd |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink