Search Results for

    Show / Hide Table of Contents

    Class TurnAvoidanceStartBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    TurnAvoidanceStartBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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
    System.Double

    StartDeltaDistance

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

    StartDeltaVector

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

    StartDeltaX

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

    StartDeltaY

    Declaration
    public double StartDeltaY { get; set; }
    Property Value
    Type Description
    System.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