Search Results for

    Show / Hide Table of Contents

    Class RotateToolMoveBuilder

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

    Constructors

    RotateToolMoveBuilder()

    Declaration
    protected RotateToolMoveBuilder()

    Properties

    Adjreg

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

    AdjregToggle

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

    Angle

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use CAM.RotateToolMoveBuilder.AngleBuilder instead.")]
    public double Angle { get; set; }
    Property Value
    Type Description
    System.Double

    AngleBuilder

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

    Xoffset

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

    XoffsetToggle

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

    Yoffset

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

    YoffsetToggle

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

    Zoffset

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

    ZoffsetToggle

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

    Implements

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