Search Results for

    Show / Hide Table of Contents

    Class TurnRoughFinishLocalReturnBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    TurnRoughFinishLocalReturnBuilder
    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 TurnRoughFinishLocalReturnBuilder : TaggedObject, IMessageSink

    Constructors

    TurnRoughFinishLocalReturnBuilder()

    Declaration
    protected TurnRoughFinishLocalReturnBuilder()

    Properties

    AdjustmentMode

    Declaration
    public TurnRoughFinishLocalReturnBuilder.AdjustmentModeTypes AdjustmentMode { get; set; }
    Property Value
    Type Description
    TurnRoughFinishLocalReturnBuilder.AdjustmentModeTypes

    Distance

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

    Dwell

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

    DwellUnit

    Declaration
    public TurnRoughFinishLocalReturnBuilder.DwellUnitTypes DwellUnit { get; set; }
    Property Value
    Type Description
    TurnRoughFinishLocalReturnBuilder.DwellUnitTypes

    EndOfPathBuilder

    Declaration
    public PostEventsCiBuilder EndOfPathBuilder { get; }
    Property Value
    Type Description
    PostEventsCiBuilder

    LowerLimit

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

    Mode

    Declaration
    public TurnRoughFinishLocalReturnBuilder.ModeTypes Mode { get; set; }
    Property Value
    Type Description
    TurnRoughFinishLocalReturnBuilder.ModeTypes

    NumberOfCuts

    Declaration
    public int NumberOfCuts { get; set; }
    Property Value
    Type Description
    System.Int32

    NumberOfLevels

    Declaration
    public int NumberOfLevels { get; set; }
    Property Value
    Type Description
    System.Int32

    NumberOfPasses

    Declaration
    public int NumberOfPasses { get; set; }
    Property Value
    Type Description
    System.Int32

    OperatorMessage

    Declaration
    public string OperatorMessage { get; set; }
    Property Value
    Type Description
    System.String

    OutputOperatorMessage

    Declaration
    public bool OutputOperatorMessage { get; set; }
    Property Value
    Type Description
    System.Boolean

    OutputOpskip

    Declaration
    public bool OutputOpskip { get; set; }
    Property Value
    Type Description
    System.Boolean

    OutputOpstop

    Declaration
    public bool OutputOpstop { get; set; }
    Property Value
    Type Description
    System.Boolean

    OutputStop

    Declaration
    public bool OutputStop { get; set; }
    Property Value
    Type Description
    System.Boolean

    Point

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

    ReturnMoveMode

    Declaration
    public TurnRoughFinishLocalReturnBuilder.ReturnMoveModeTypes ReturnMoveMode { get; set; }
    Property Value
    Type Description
    TurnRoughFinishLocalReturnBuilder.ReturnMoveModeTypes

    StartOfPathBuilder

    Declaration
    public PostEventsCiBuilder StartOfPathBuilder { get; }
    Property Value
    Type Description
    PostEventsCiBuilder

    Time

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

    UpperLimit

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

    Methods

    GetLowerLimitType()

    Declaration
    public TurnRoughFinishLocalReturnBuilder.LimitTypes GetLowerLimitType()
    Returns
    Type Description
    TurnRoughFinishLocalReturnBuilder.LimitTypes

    GetUpperLimitType()

    Declaration
    public TurnRoughFinishLocalReturnBuilder.LimitTypes GetUpperLimitType()
    Returns
    Type Description
    TurnRoughFinishLocalReturnBuilder.LimitTypes

    SetLowerLimitType(TurnRoughFinishLocalReturnBuilder.LimitTypes)

    Declaration
    public void SetLowerLimitType(TurnRoughFinishLocalReturnBuilder.LimitTypes lowerLimitModeValue)
    Parameters
    Type Name Description
    TurnRoughFinishLocalReturnBuilder.LimitTypes lowerLimitModeValue

    SetUpperLimitType(TurnRoughFinishLocalReturnBuilder.LimitTypes)

    Declaration
    public void SetUpperLimitType(TurnRoughFinishLocalReturnBuilder.LimitTypes upperLimitModeValue)
    Parameters
    Type Name Description
    TurnRoughFinishLocalReturnBuilder.LimitTypes upperLimitModeValue

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX