Search Results for

    Show / Hide Table of Contents

    Class TurnAvoidanceStartBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    TurnAvoidanceStartBuilder
    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 TurnAvoidanceStartBuilder : TaggedObject, IMessageSink

    Constructors

    TurnAvoidanceStartBuilder()

    Declaration
    protected TurnAvoidanceStartBuilder()

    Properties

    StartDeltaAngle

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

    StartDeltaDistance

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

    StartDeltaVector

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

    StartDeltaX

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

    StartDeltaY

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

    StartPoint

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

    StartPointMode

    Declaration
    public TurnAvoidanceStartBuilder.StartPointModes StartPointMode { get; set; }
    Property Value
    Type Description
    TurnAvoidanceStartBuilder.StartPointModes

    StartPointMotionType

    Declaration
    public TurnAvoidanceStartBuilder.StartPointMotionTypes StartPointMotionType { get; set; }
    Property Value
    Type Description
    TurnAvoidanceStartBuilder.StartPointMotionTypes

    Implements

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