Search Results for

    Show / Hide Table of Contents

    Class NormalToToolAxisMoveBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MoveBuilder
    NormalToToolAxisMoveBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    MoveBuilder.SetParent(CAMObject)
    MoveBuilder.SetSibling(CAMObject)
    MoveBuilder.GetUserParameter(string)
    MoveBuilder.GetUserParameter(int)
    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, 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 NormalToToolAxisMoveBuilder : MoveBuilder, IMessageSink, IComponentBuilder

    Constructors

    NormalToToolAxisMoveBuilder()

    Declaration
    protected NormalToToolAxisMoveBuilder()

    Properties

    Angle

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

    AngleBuilder

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

    Distance

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

    DistanceBuilder

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

    EndPointBuilder

    Declaration
    public ReferencePoint EndPointBuilder { get; }
    Property Value
    Type Description
    ReferencePoint

    MoveType

    Declaration
    public NormalToToolAxisMoveBuilder.Orientation MoveType { get; set; }
    Property Value
    Type Description
    NormalToToolAxisMoveBuilder.Orientation

    Point

    Declaration
    [Obsolete("Deprecated in NX12.0.1.  Use NXOpen.CAM.ReferencePoint instead.")]
    public Point Point { get; set; }
    Property Value
    Type Description
    Point

    RoundPoint

    Declaration
    public RoundPointBuilder RoundPoint { get; }
    Property Value
    Type Description
    RoundPointBuilder

    Vector

    Declaration
    [Obsolete("Deprecated in NX12.0.1.  Use NXOpen.CAM.ReferenceVector instead.")]
    public Direction Vector { get; set; }
    Property Value
    Type Description
    Direction

    VectorBuilder

    Declaration
    public ReferenceVector VectorBuilder { get; }
    Property Value
    Type Description
    ReferenceVector

    Implements

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