Search Results for

    Show / Hide Table of Contents

    Class TurnEngageRetractBuilder

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

    Constructors

    TurnEngageRetractBuilder()

    Declaration
    protected TurnEngageRetractBuilder()

    Properties

    Angle

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

    AutomaticOption

    Declaration
    public TurnEngageRetractBuilder.AutoOptions AutomaticOption { get; set; }
    Property Value
    Type Description
    TurnEngageRetractBuilder.AutoOptions

    DeltaXc

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

    DeltaYc

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

    DirectEngageRetractMode

    Declaration
    public TurnEngageRetractBuilder.DirectEngageRetractModes DirectEngageRetractMode { get; set; }
    Property Value
    Type Description
    TurnEngageRetractBuilder.DirectEngageRetractModes

    DirectTrimPoint

    Declaration
    [Obsolete("Deprecated in NX10.0.2.  Use CAM.TurnEngageRetractBuilder.DirectEngageRetractMode instead.")]
    public bool DirectTrimPoint { get; set; }
    Property Value
    Type Description
    bool

    Distance

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

    EngageRetractType

    Declaration
    public TurnEngageRetractBuilder.Types EngageRetractType { get; set; }
    Property Value
    Type Description
    TurnEngageRetractBuilder.Types

    ExtendDistance

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

    ExtendMethod

    Declaration
    public TurnEngageRetractBuilder.ExtendMethods ExtendMethod { get; set; }
    Property Value
    Type Description
    TurnEngageRetractBuilder.ExtendMethods

    FirstAngle

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

    FirstRadius

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

    IgnoreWorkpiece

    Declaration
    public bool IgnoreWorkpiece { get; set; }
    Property Value
    Type Description
    bool

    Point

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

    Radius

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

    SafeDistance

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

    SecondAngle

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

    SecondRadius

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

    TangentialExtension

    Declaration
    public bool TangentialExtension { get; set; }
    Property Value
    Type Description
    bool

    Implements

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