Search Results for

    Show / Hide Table of Contents

    Class PathLinearMotion

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    PathLinearMotion
    PathCircularMotion
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAM
    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

    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
    bool

    IsCustomFeedrate

    Declaration
    public bool IsCustomFeedrate { get; set; }
    Property Value
    Type Description
    bool

    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
    TransientObject.FreeResource()

    GetFeedrate(out double, out CamPathFeedUnitType)

    Declaration
    public void GetFeedrate(out double feedValue, out CamPathFeedUnitType feedUnit)
    Parameters
    Type Name Description
    double feedValue
    CamPathFeedUnitType feedUnit

    SetFeedrate(double, CamPathFeedUnitType)

    Declaration
    public void SetFeedrate(double feedValue, CamPathFeedUnitType feedUnit)
    Parameters
    Type Name Description
    double feedValue
    CamPathFeedUnitType feedUnit

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX