Class LaserLinearMove
Inheritance
System.Object
System.MarshalByRefObject
LaserLinearMove
Inherited Members
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