Class PathLinearMotion
Inheritance
System.Object
System.MarshalByRefObject
PathLinearMotion
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
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.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAM
Assembly: NXOpen.dll
Syntax
public class PathLinearMotion : TransientObject, IMessageSink, IDisposable
Constructors
PathLinearMotion(IntPtr)
Declaration
protected PathLinearMotion(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
ContactData
Declaration
public PathContactMotion ContactData { get; set; }
Property Value
Type | Description |
---|---|
PathContactMotion |
EndPoint
Declaration
public Point3d EndPoint { get; set; }
Property Value
Type | Description |
---|---|
Point3d |
IsContact
Declaration
public bool IsContact { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsCustomFeedrate
Declaration
public bool IsCustomFeedrate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MotionType
Declaration
public CamPathMotionType MotionType { get; set; }
Property Value
Type | Description |
---|---|
CamPathMotionType |
ToolAxis
Declaration
public Vector3d ToolAxis { get; set; }
Property Value
Type | Description |
---|---|
Vector3d |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetFeedrate(out Double, out CamPathFeedUnitType)
Declaration
public void GetFeedrate(out double feedValue, out CamPathFeedUnitType feedUnit)
Parameters
Type | Name | Description |
---|---|---|
System.Double | feedValue | |
CamPathFeedUnitType | feedUnit |
SetFeedrate(Double, CamPathFeedUnitType)
Declaration
public void SetFeedrate(double feedValue, CamPathFeedUnitType feedUnit)
Parameters
Type | Name | Description |
---|---|---|
System.Double | feedValue | |
CamPathFeedUnitType | feedUnit |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable