Class TurningOperationBuilder
Inheritance
System.Object
System.MarshalByRefObject
TurningOperationBuilder
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 TurningOperationBuilder : OperationBuilder, IMessageSink, IComponentBuilder
Constructors
TurningOperationBuilder()
Declaration
protected TurningOperationBuilder()
Properties
AdditionalCommands
Declaration
public string AdditionalCommands { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FeedsBuilder
Declaration
public FeedsTurnBuilder FeedsBuilder { get; }
Property Value
Type | Description |
---|---|
FeedsTurnBuilder |
FlipToolAroundHolder
Declaration
public bool FlipToolAroundHolder { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MachineCycleSubroutineName
Declaration
public string MachineCycleSubroutineName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MotionOutput
Declaration
public TurningOperationBuilder.MotionOutputOptions MotionOutput { get; set; }
Property Value
Type | Description |
---|---|
TurningOperationBuilder.MotionOutputOptions |
ReorientToolHolder
Declaration
[Obsolete("Deprecated in NX11.0.0. Use 'Reorient Tool Holder Mode' instead.")]
public bool ReorientToolHolder { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ReorientToolHolderMode
Declaration
public TurningOperationBuilder.ReorientToolHolderModeOptions ReorientToolHolderMode { get; set; }
Property Value
Type | Description |
---|---|
TurningOperationBuilder.ReorientToolHolderModeOptions |
RotateTrackingPoint
Declaration
[Obsolete("Deprecated in NX8.5.0. Use CAM.TurningOperationBuilder.TrackingPointStatus instead.")]
public bool RotateTrackingPoint { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ToolHolderAngle
Declaration
public InheritableDoubleBuilder ToolHolderAngle { get; }
Property Value
Type | Description |
---|---|
InheritableDoubleBuilder |
TrackingPointStatus
Declaration
public TurningOperationBuilder.TrackingPointType TrackingPointStatus { get; set; }
Property Value
Type | Description |
---|---|
TurningOperationBuilder.TrackingPointType |
UpdateIpw
Declaration
public bool UpdateIpw { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UseMachineCycle
Declaration
public bool UseMachineCycle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink