Class LaserLinearMove
Inheritance
LaserLinearMove
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
DeltaXm
Declaration
public double DeltaXm { get; set; }
Property Value
DeltaYc
Declaration
public double DeltaYc { get; set; }
Property Value
DeltaYm
Declaration
public double DeltaYm { get; set; }
Property Value
DeltaZc
Declaration
public double DeltaZc { get; set; }
Property Value
DeltaZm
Declaration
public double DeltaZm { get; set; }
Property Value
Distance
Declaration
public double Distance { get; set; }
Property Value
HeadOrientation
Declaration
public LaserHeadOrientation HeadOrientation { get; }
Property Value
MotionEnd
Declaration
public LaserLinearMove.MotionEnds MotionEnd { get; set; }
Property Value
MoveType
Declaration
public LaserLinearMove.MoveTypes MoveType { get; set; }
Property Value
Point
Declaration
public Point Point { get; set; }
Property Value
RefType
Declaration
public LaserLinearMove.RefTypes RefType { get; set; }
Property Value
Vector
Declaration
public Direction Vector { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink