Search Results for

    Show / Hide Table of Contents

    Class AngularAboutAxisMoveBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MoveBuilder
    AngularAboutAxisMoveBuilder
    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 AngularAboutAxisMoveBuilder : MoveBuilder, IMessageSink, IComponentBuilder

    Constructors

    AngularAboutAxisMoveBuilder()

    Declaration
    protected AngularAboutAxisMoveBuilder()

    Properties

    AxisValueX

    Declaration
    public ExpressionDouble AxisValueX { get; }
    Property Value
    Type Description
    ExpressionDouble

    AxisValueY

    Declaration
    public ExpressionDouble AxisValueY { get; }
    Property Value
    Type Description
    ExpressionDouble

    DeltaX

    Declaration
    [Obsolete("Deprecated in NX12.0.2.  Please use CAM.AngularAboutAxisMoveBuilder.AxisValueX instead.")]
    public ExpressionDouble DeltaX { get; }
    Property Value
    Type Description
    ExpressionDouble

    DeltaY

    Declaration
    [Obsolete("Deprecated in NX12.0.2.  Please use CAM.AngularAboutAxisMoveBuilder.AxisValueY instead.")]
    public ExpressionDouble DeltaY { get; }
    Property Value
    Type Description
    ExpressionDouble

    HelicalPitch

    Declaration
    public ExpressionDouble HelicalPitch { get; }
    Property Value
    Type Description
    ExpressionDouble

    Intent

    Declaration
    public AngularAboutAxisMoveBuilder.MoveIntent Intent { get; set; }
    Property Value
    Type Description
    AngularAboutAxisMoveBuilder.MoveIntent

    SpiralPitch

    Declaration
    public ExpressionDouble SpiralPitch { get; }
    Property Value
    Type Description
    ExpressionDouble

    SweepAngle

    Declaration
    public ExpressionDouble SweepAngle { get; }
    Property Value
    Type Description
    ExpressionDouble

    Implements

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