Search Results for

    Show / Hide Table of Contents

    Class AlongMachineAxisMoveBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MoveBuilder
    AlongMachineAxisMoveBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    MoveBuilder.SetParent(CAMObject)
    MoveBuilder.SetSibling(CAMObject)
    MoveBuilder.GetUserParameter(String)
    MoveBuilder.GetUserParameter(Int32)
    MoveBuilder.CustomParameterSetListBuilder
    MoveBuilder.FeedRate
    MoveBuilder.FeedType
    MoveBuilder.FeedUnit
    MoveBuilder.MotionType
    MoveBuilder.Notes
    MoveBuilder.NumberOfUserParameters
    MoveBuilder.ProtectedMove
    MoveBuilder.SubopLabel
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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 AlongMachineAxisMoveBuilder : MoveBuilder, IMessageSink, IComponentBuilder

    Constructors

    AlongMachineAxisMoveBuilder()

    Declaration
    protected AlongMachineAxisMoveBuilder()

    Properties

    AAxis

    Declaration
    [Obsolete("Deprecated in NX12.0.1.  Use NXOpen.CAM.AxisMoveBuilder instead.")]
    public double AAxis { get; set; }
    Property Value
    Type Description
    System.Double

    AAxisMove

    Declaration
    public AxisMoveBuilder AAxisMove { get; }
    Property Value
    Type Description
    AxisMoveBuilder

    AOutput

    Declaration
    [Obsolete("Deprecated in NX12.0.1.  Use NXOpen.CAM.AxisMoveBuilder instead.")]
    public bool AOutput { get; set; }
    Property Value
    Type Description
    System.Boolean

    BAxis

    Declaration
    [Obsolete("Deprecated in NX12.0.1.  Use NXOpen.CAM.AxisMoveBuilder instead.")]
    public double BAxis { get; set; }
    Property Value
    Type Description
    System.Double

    BAxisMove

    Declaration
    public AxisMoveBuilder BAxisMove { get; }
    Property Value
    Type Description
    AxisMoveBuilder

    BOutput

    Declaration
    [Obsolete("Deprecated in NX12.0.1.  Use NXOpen.CAM.AxisMoveBuilder instead.")]
    public bool BOutput { get; set; }
    Property Value
    Type Description
    System.Boolean

    CAxis

    Declaration
    [Obsolete("Deprecated in NX12.0.1.  Use NXOpen.CAM.AxisMoveBuilder instead.")]
    public double CAxis { get; set; }
    Property Value
    Type Description
    System.Double

    CAxisMove

    Declaration
    public AxisMoveBuilder CAxisMove { get; }
    Property Value
    Type Description
    AxisMoveBuilder

    COutput

    Declaration
    [Obsolete("Deprecated in NX12.0.1.  Use NXOpen.CAM.AxisMoveBuilder instead.")]
    public bool COutput { get; set; }
    Property Value
    Type Description
    System.Boolean

    FifthAxisRotaryDirection

    Declaration
    public AlongMachineAxisMoveBuilder.RotaryDirectionType FifthAxisRotaryDirection { get; set; }
    Property Value
    Type Description
    AlongMachineAxisMoveBuilder.RotaryDirectionType

    FourthAxisRotaryDirection

    Declaration
    public AlongMachineAxisMoveBuilder.RotaryDirectionType FourthAxisRotaryDirection { get; set; }
    Property Value
    Type Description
    AlongMachineAxisMoveBuilder.RotaryDirectionType

    MachineMoveAxis

    Declaration
    public AlongMachineAxisMoveBuilder.MachineMoveAxisType MachineMoveAxis { get; set; }
    Property Value
    Type Description
    AlongMachineAxisMoveBuilder.MachineMoveAxisType

    RotarySolution

    Declaration
    public AlongMachineAxisMoveBuilder.RotarySolutionType RotarySolution { get; set; }
    Property Value
    Type Description
    AlongMachineAxisMoveBuilder.RotarySolutionType

    ToolCenterPointControl

    Declaration
    public AlongMachineAxisMoveBuilder.ToolCenterPointControlType ToolCenterPointControl { get; set; }
    Property Value
    Type Description
    AlongMachineAxisMoveBuilder.ToolCenterPointControlType

    XAxis

    Declaration
    [Obsolete("Deprecated in NX12.0.1.  Use NXOpen.CAM.AxisMoveBuilder instead.")]
    public double XAxis { get; set; }
    Property Value
    Type Description
    System.Double

    XAxisMove

    Declaration
    public AxisMoveBuilder XAxisMove { get; }
    Property Value
    Type Description
    AxisMoveBuilder

    XOutput

    Declaration
    [Obsolete("Deprecated in NX12.0.1.  Use NXOpen.CAM.AxisMoveBuilder instead.")]
    public bool XOutput { get; set; }
    Property Value
    Type Description
    System.Boolean

    YAxis

    Declaration
    [Obsolete("Deprecated in NX12.0.1.  Use NXOpen.CAM.AxisMoveBuilder instead.")]
    public double YAxis { get; set; }
    Property Value
    Type Description
    System.Double

    YAxisMove

    Declaration
    public AxisMoveBuilder YAxisMove { get; }
    Property Value
    Type Description
    AxisMoveBuilder

    YOutput

    Declaration
    [Obsolete("Deprecated in NX12.0.1.  Use NXOpen.CAM.AxisMoveBuilder instead.")]
    public bool YOutput { get; set; }
    Property Value
    Type Description
    System.Boolean

    ZAxis

    Declaration
    [Obsolete("Deprecated in NX12.0.1.  Use NXOpen.CAM.AxisMoveBuilder instead.")]
    public double ZAxis { get; set; }
    Property Value
    Type Description
    System.Double

    ZAxisMove

    Declaration
    public AxisMoveBuilder ZAxisMove { get; }
    Property Value
    Type Description
    AxisMoveBuilder

    ZOutput

    Declaration
    [Obsolete("Deprecated in NX12.0.1.  Use NXOpen.CAM.AxisMoveBuilder instead.")]
    public bool ZOutput { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

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