Search Results for

    Show / Hide Table of Contents

    Class PathContactMotion

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    PathContactMotion
    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 PathContactMotion : TransientObject, IMessageSink, IDisposable

    Constructors

    PathContactMotion(nint)

    Declaration
    protected PathContactMotion(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    ArcAxis

    Declaration
    public Vector3d ArcAxis { get; set; }
    Property Value
    Type Description
    Vector3d

    ArcCenter

    Declaration
    public Point3d ArcCenter { get; set; }
    Property Value
    Type Description
    Point3d

    ArcDirection

    Declaration
    public CamPathDir ArcDirection { get; set; }
    Property Value
    Type Description
    CamPathDir

    ArcRadius

    Declaration
    public double ArcRadius { get; set; }
    Property Value
    Type Description
    double

    MotionShape

    Declaration
    public CamPathContactMotionShapeType MotionShape { get; set; }
    Property Value
    Type Description
    CamPathContactMotionShapeType

    Point

    Declaration
    public Point3d Point { get; set; }
    Property Value
    Type Description
    Point3d

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    Implements

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