Class 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)
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 |
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 |
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 |
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