Class AngularAboutAxisMoveBuilder
Inheritance
System.Object
System.MarshalByRefObject
AngularAboutAxisMoveBuilder
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 AngularAboutAxisMoveBuilder : MoveBuilder, IMessageSink, IComponentBuilder
Constructors
AngularAboutAxisMoveBuilder()
Declaration
protected AngularAboutAxisMoveBuilder()
Properties
AxisValueX
Declaration
public ExpressionDouble AxisValueX { get; }
Property Value
Type | Description |
---|---|
ExpressionDouble |
AxisValueY
Declaration
public ExpressionDouble AxisValueY { get; }
Property Value
Type | Description |
---|---|
ExpressionDouble |
DeltaX
Declaration
[Obsolete("Deprecated in NX12.0.2. Please use CAM.AngularAboutAxisMoveBuilder.AxisValueX instead.")]
public ExpressionDouble DeltaX { get; }
Property Value
Type | Description |
---|---|
ExpressionDouble |
DeltaY
Declaration
[Obsolete("Deprecated in NX12.0.2. Please use CAM.AngularAboutAxisMoveBuilder.AxisValueY instead.")]
public ExpressionDouble DeltaY { get; }
Property Value
Type | Description |
---|---|
ExpressionDouble |
HelicalPitch
Declaration
public ExpressionDouble HelicalPitch { get; }
Property Value
Type | Description |
---|---|
ExpressionDouble |
Intent
Declaration
public AngularAboutAxisMoveBuilder.MoveIntent Intent { get; set; }
Property Value
Type | Description |
---|---|
AngularAboutAxisMoveBuilder.MoveIntent |
SpiralPitch
Declaration
public ExpressionDouble SpiralPitch { get; }
Property Value
Type | Description |
---|---|
ExpressionDouble |
SweepAngle
Declaration
public ExpressionDouble SweepAngle { get; }
Property Value
Type | Description |
---|---|
ExpressionDouble |
Implements
System.Runtime.Remoting.Messaging.IMessageSink