ChipControl Class¶
-
class
NXOpen.CAM.ChipControl¶ Bases:
NXOpen.TaggedObjectRepresents a
NXOpen.CAM.ChipControlNew in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| ConstantIncrement | Returns the Constant Increment |
| DepartureDistance | Returns the Departure Distance |
| FirstPlungeOnly | Returns or sets the First Plunge Only |
| Tag | Returns the Tag for this object. |
| Type | Returns or sets the chip control type |
| VariableIncrement | Returns the Variable Increment |
Methods¶
Enumerations¶
| ChipControlTypes Enumeration | the control mode options |
Property Detail¶
ConstantIncrement¶
-
ChipControl.ConstantIncrement¶ Returns the Constant Increment
-------------------------------------Getter Method
Signature
ConstantIncrementReturns: the Constant Increment Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX6.0.0.
License requirements: None.
DepartureDistance¶
-
ChipControl.DepartureDistance¶ Returns the Departure Distance
-------------------------------------Getter Method
Signature
DepartureDistanceReturns: the Departure Distance Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX6.0.0.
License requirements: None.
FirstPlungeOnly¶
-
ChipControl.FirstPlungeOnly¶ Returns or sets the First Plunge Only
-------------------------------------Getter Method
Signature
FirstPlungeOnlyReturns: the First Plunge Only Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FirstPlungeOnlyParameters: firstPlungeOnly (bool) – the First Plunge Only New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
Type¶
-
ChipControl.Type¶ Returns or sets the chip control type
-------------------------------------Getter Method
Signature
TypeReturns: the chip control type Return type: NXOpen.CAM.ChipControlTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TypeParameters: chipControlMode ( NXOpen.CAM.ChipControlTypes) – the chip control typeNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
VariableIncrement¶
-
ChipControl.VariableIncrement¶ Returns the Variable Increment
-------------------------------------Getter Method
Signature
VariableIncrementReturns: the Variable Increment Return type: NXOpen.CAM.TurnRoughVariableIncrementBuilderNew in version NX6.0.0.
License requirements: None.