Class PathLinearMotion
Inheritance
PathLinearMotion
Assembly: NXOpen.dll
Syntax
public class PathLinearMotion : TransientObject, IMessageSink, IDisposable
Constructors
PathLinearMotion(nint)
Declaration
protected PathLinearMotion(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
Declaration
public PathContactMotion ContactData { get; set; }
Property Value
EndPoint
Declaration
public Point3d EndPoint { get; set; }
Property Value
Declaration
public bool IsContact { get; set; }
Property Value
IsCustomFeedrate
Declaration
public bool IsCustomFeedrate { get; set; }
Property Value
MotionType
Declaration
public CamPathMotionType MotionType { get; set; }
Property Value
Declaration
public Vector3d ToolAxis { get; set; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetFeedrate(out double, out CamPathFeedUnitType)
Declaration
public void GetFeedrate(out double feedValue, out CamPathFeedUnitType feedUnit)
Parameters
SetFeedrate(double, CamPathFeedUnitType)
Declaration
public void SetFeedrate(double feedValue, CamPathFeedUnitType feedUnit)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink