Search Results for

    Show / Hide Table of Contents

    Class TurnAvoidanceReturnBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    TurnAvoidanceReturnBuilder
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    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 TurnAvoidanceReturnBuilder : TaggedObject, IMessageSink

    Constructors

    TurnAvoidanceReturnBuilder()

    Declaration
    protected TurnAvoidanceReturnBuilder()

    Properties

    ReturnDeltaAngle

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

    ReturnDeltaDistance

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

    ReturnDeltaVector

    Declaration
    public NXObject ReturnDeltaVector { get; set; }
    Property Value
    Type Description
    NXObject

    ReturnDeltaX

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

    ReturnDeltaY

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

    ReturnPoint

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

    ReturnPointMode

    Declaration
    public TurnAvoidanceReturnBuilder.ReturnPointModes ReturnPointMode { get; set; }
    Property Value
    Type Description
    TurnAvoidanceReturnBuilder.ReturnPointModes

    ReturnPointMotionType

    Declaration
    public TurnAvoidanceReturnBuilder.ReturnPointMotionTypes ReturnPointMotionType { get; set; }
    Property Value
    Type Description
    TurnAvoidanceReturnBuilder.ReturnPointMotionTypes

    Implements

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