Search Results for

    Show / Hide Table of Contents

    Class PathHelixMotion

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    PathLinearMotion
    PathCircularMotion
    PathHelixMotion
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    PathCircularMotion.ArcAxis
    PathCircularMotion.ArcCenter
    PathCircularMotion.ArcRadius
    PathCircularMotion.Direction
    PathLinearMotion.FreeResource()
    PathLinearMotion.GetFeedrate(out double, out CamPathFeedUnitType)
    PathLinearMotion.SetFeedrate(double, CamPathFeedUnitType)
    PathLinearMotion.ContactData
    PathLinearMotion.EndPoint
    PathLinearMotion.IsContact
    PathLinearMotion.IsCustomFeedrate
    PathLinearMotion.MotionType
    PathLinearMotion.ToolAxis
    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 PathHelixMotion : PathCircularMotion, IMessageSink, IDisposable

    Constructors

    PathHelixMotion(nint)

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

    Properties

    NumberOfRevolutions

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

    Implements

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