Search Results for

    Show / Hide Table of Contents

    Class LaserLinearMove

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

    Constructors

    LaserLinearMove()

    Declaration
    protected LaserLinearMove()

    Properties

    DeltaXc

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

    DeltaXm

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

    DeltaYc

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

    DeltaYm

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

    DeltaZc

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

    DeltaZm

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

    Distance

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

    HeadOrientation

    Declaration
    public LaserHeadOrientation HeadOrientation { get; }
    Property Value
    Type Description
    LaserHeadOrientation

    MotionEnd

    Declaration
    public LaserLinearMove.MotionEnds MotionEnd { get; set; }
    Property Value
    Type Description
    LaserLinearMove.MotionEnds

    MoveType

    Declaration
    public LaserLinearMove.MoveTypes MoveType { get; set; }
    Property Value
    Type Description
    LaserLinearMove.MoveTypes

    Point

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

    RefType

    Declaration
    public LaserLinearMove.RefTypes RefType { get; set; }
    Property Value
    Type Description
    LaserLinearMove.RefTypes

    Vector

    Declaration
    public Direction Vector { get; set; }
    Property Value
    Type Description
    Direction

    Implements

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