Class AlongMachineAxisMoveBuilder
Inheritance
System.Object
System.MarshalByRefObject
AlongMachineAxisMoveBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class AlongMachineAxisMoveBuilder : MoveBuilder, IMessageSink, IComponentBuilder
Constructors
AlongMachineAxisMoveBuilder()
Declaration
protected AlongMachineAxisMoveBuilder()
Properties
AAxis
Declaration
[Obsolete("Deprecated in NX12.0.1. Use NXOpen.CAM.AxisMoveBuilder instead.")]
public double AAxis { get; set; }
Property Value
Type |
Description |
System.Double |
|
AAxisMove
Declaration
public AxisMoveBuilder AAxisMove { get; }
Property Value
AOutput
Declaration
[Obsolete("Deprecated in NX12.0.1. Use NXOpen.CAM.AxisMoveBuilder instead.")]
public bool AOutput { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
BAxis
Declaration
[Obsolete("Deprecated in NX12.0.1. Use NXOpen.CAM.AxisMoveBuilder instead.")]
public double BAxis { get; set; }
Property Value
Type |
Description |
System.Double |
|
BAxisMove
Declaration
public AxisMoveBuilder BAxisMove { get; }
Property Value
BOutput
Declaration
[Obsolete("Deprecated in NX12.0.1. Use NXOpen.CAM.AxisMoveBuilder instead.")]
public bool BOutput { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CAxis
Declaration
[Obsolete("Deprecated in NX12.0.1. Use NXOpen.CAM.AxisMoveBuilder instead.")]
public double CAxis { get; set; }
Property Value
Type |
Description |
System.Double |
|
CAxisMove
Declaration
public AxisMoveBuilder CAxisMove { get; }
Property Value
COutput
Declaration
[Obsolete("Deprecated in NX12.0.1. Use NXOpen.CAM.AxisMoveBuilder instead.")]
public bool COutput { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
XAxis
Declaration
[Obsolete("Deprecated in NX12.0.1. Use NXOpen.CAM.AxisMoveBuilder instead.")]
public double XAxis { get; set; }
Property Value
Type |
Description |
System.Double |
|
XAxisMove
Declaration
public AxisMoveBuilder XAxisMove { get; }
Property Value
XOutput
Declaration
[Obsolete("Deprecated in NX12.0.1. Use NXOpen.CAM.AxisMoveBuilder instead.")]
public bool XOutput { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
YAxis
Declaration
[Obsolete("Deprecated in NX12.0.1. Use NXOpen.CAM.AxisMoveBuilder instead.")]
public double YAxis { get; set; }
Property Value
Type |
Description |
System.Double |
|
YAxisMove
Declaration
public AxisMoveBuilder YAxisMove { get; }
Property Value
YOutput
Declaration
[Obsolete("Deprecated in NX12.0.1. Use NXOpen.CAM.AxisMoveBuilder instead.")]
public bool YOutput { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ZAxis
Declaration
[Obsolete("Deprecated in NX12.0.1. Use NXOpen.CAM.AxisMoveBuilder instead.")]
public double ZAxis { get; set; }
Property Value
Type |
Description |
System.Double |
|
ZAxisMove
Declaration
public AxisMoveBuilder ZAxisMove { get; }
Property Value
ZOutput
Declaration
[Obsolete("Deprecated in NX12.0.1. Use NXOpen.CAM.AxisMoveBuilder instead.")]
public bool ZOutput { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink