TurnCutParameters Class¶
-
class
NXOpen.CAM.TurnCutParameters¶ Bases:
NXOpen.CAM.CutParametersRepresents a
NXOpen.CAM.TurnCutParametersNew in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| AdditionalProfiling | Returns or sets the additional profiling |
| AllowUndercut | Returns or sets the undercut |
| CheckIpwCollisions | Returns or sets the value to Check for Ipw Collsions |
| CheckSafeClearance | Returns the Check Safe Clearance |
| ChipControl | Returns the chip control |
| CleanupControl | Returns or sets the cleanup control |
| ConcaveCornerControl | Returns the corner concave |
| ContourDiameterAngle | Returns the contour diameter angle |
| ContourFaceAngle | Returns the contour face angle |
| ContourLevelAngle | Returns the contour level angle |
| ContourSteepAngle | Returns the contour steep angle |
| CutConnection | Returns or sets the cut connection |
| CutDwell | Returns the Cut Dwell |
| CutFillets | Returns or sets the fillets mode |
| ExtendAtStart | Returns or sets the Corner Start Extension |
| FacesSequence | Returns the Faces Sequence |
| FinishDwell | Returns the finish dwell |
| FinishPasses | Returns or sets the finish passes |
| GrooveCornerControl | Returns the groove corner control |
| HolderClearance | Returns the Holder Clearance |
| InitialProfilePlunge | Returns the initial profile plunge |
| IpwType | Returns or sets the IPW type |
| MinCutDepth | Returns the min cut depth |
| MinCutLength | Returns the min cut length |
| MultiPasses | Returns the multi passes |
| MultiRamp | Returns the multi ramp |
| NeckClearance | Returns the Neck Clearance |
| NormalCorner | Returns the normal corners |
| OmitLastPass | Returns or sets the omit last pass |
| PartSafeClearance | Returns the Part Safe Clearance |
| PartStock | Returns the part stock |
| ProfileCutRegions | Returns or sets the profile cut regions |
| ProfileDirection | Returns the direction |
| ProfileStrategy | Returns the cut strategy |
| RampingMode | Returns the ramping mode |
| ReliefCut | Returns the relief cut |
| ReliefPlunge | Returns the Relief Plunge |
| SecondaryTestCut | Returns the Secondary Test Cut |
| ShallowCorner | Returns the corner shallow |
| ShankClearance | Returns the Shank Clearance |
| SpringPasses | Returns the spring passes |
| StopPosition | Returns the stop position |
| Tag | Returns the Tag for this object. |
| TestCut | Returns the Test Cut |
| Tolerances | Returns the Tolerances builder |
| TurnBlankStock | Returns the blank stock |
| TurnCutterClearance | Returns the cutter clearance angles |
| TurnOverlap | Returns the overlap |
| TurnPartStock | Returns the part stock |
| TurnProfileStock | Returns the profile stock |
| UseToolHolder | Returns or sets the use tool holder |
Methods¶
Property Detail¶
AdditionalProfiling¶
-
TurnCutParameters.AdditionalProfiling¶ Returns or sets the additional profiling
-------------------------------------Getter Method
Signature
AdditionalProfilingReturns: the additional profiling Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AdditionalProfilingParameters: profilingValue (bool) – the additional profiling New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
AllowUndercut¶
-
TurnCutParameters.AllowUndercut¶ Returns or sets the undercut
-------------------------------------Getter Method
Signature
AllowUndercutReturns: the undercut Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AllowUndercutParameters: undercut (bool) – the undercut New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
ChipControl¶
-
TurnCutParameters.ChipControl¶ Returns the chip control
-------------------------------------Getter Method
Signature
ChipControlReturns: the chip control Return type: NXOpen.CAM.ChipControlNew in version NX6.0.0.
License requirements: None.
CleanupControl¶
-
TurnCutParameters.CleanupControl¶ Returns or sets the cleanup control
-------------------------------------Getter Method
Signature
CleanupControlReturns: the cleanup control mode Return type: NXOpen.CAM.CutParametersCleanupControlTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CleanupControlParameters: cleanupControlValue ( NXOpen.CAM.CutParametersCleanupControlTypes) – the cleanup control modeNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
ConcaveCornerControl¶
-
TurnCutParameters.ConcaveCornerControl¶ Returns the corner concave
-------------------------------------Getter Method
Signature
ConcaveCornerControlReturns: the Concave Corners builder Return type: NXOpen.CAM.TurnConcaveCornerControlNew in version NX6.0.2.
License requirements: cam_base (“CAM BASE”)
ContourDiameterAngle¶
-
TurnCutParameters.ContourDiameterAngle¶ Returns the contour diameter angle
-------------------------------------Getter Method
Signature
ContourDiameterAngleReturns: the contour diameter angle Return type: NXOpen.CAM.ContourAngleNew in version NX6.0.0.
License requirements: None.
ContourFaceAngle¶
-
TurnCutParameters.ContourFaceAngle¶ Returns the contour face angle
-------------------------------------Getter Method
Signature
ContourFaceAngleReturns: the contour face angle Return type: NXOpen.CAM.ContourAngleNew in version NX6.0.0.
License requirements: None.
ContourLevelAngle¶
-
TurnCutParameters.ContourLevelAngle¶ Returns the contour level angle
-------------------------------------Getter Method
Signature
ContourLevelAngleReturns: the contour level angle Return type: NXOpen.CAM.ContourAngleNew in version NX6.0.0.
License requirements: None.
ContourSteepAngle¶
-
TurnCutParameters.ContourSteepAngle¶ Returns the contour steep angle
-------------------------------------Getter Method
Signature
ContourSteepAngleReturns: the contour steep angle Return type: NXOpen.CAM.ContourAngleNew in version NX6.0.0.
License requirements: None.
CutConnection¶
-
TurnCutParameters.CutConnection¶ Returns or sets the cut connection
-------------------------------------Getter Method
Signature
CutConnectionReturns: the cut connection mode Return type: NXOpen.CAM.CutParametersCutConnectionTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CutConnectionParameters: cutConnectionValue ( NXOpen.CAM.CutParametersCutConnectionTypes) – the cut connection modeNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
CutDwell¶
-
TurnCutParameters.CutDwell¶ Returns the Cut Dwell
-------------------------------------Getter Method
Signature
CutDwellReturns: the Cut Dwell Return type: NXOpen.CAM.CutDwellNew in version NX6.0.0.
License requirements: None.
CutFillets¶
-
TurnCutParameters.CutFillets¶ Returns or sets the fillets mode
-------------------------------------Getter Method
Signature
CutFilletsReturns: the fillets mode Return type: NXOpen.CAM.CutParametersFilletsTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CutFilletsParameters: filletsMode ( NXOpen.CAM.CutParametersFilletsTypes) – the fillets modeNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
ExtendAtStart¶
-
TurnCutParameters.ExtendAtStart¶ Returns or sets the Corner Start Extension
-------------------------------------Getter Method
Signature
ExtendAtStartReturns: the extend at start mode Return type: NXOpen.CAM.CutParametersExtendAtStartModeNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ExtendAtStartParameters: mode ( NXOpen.CAM.CutParametersExtendAtStartMode) – the extend at start modeNew in version NX8.5.0.
License requirements: cam_base (“CAM BASE”)
FacesSequence¶
-
TurnCutParameters.FacesSequence¶ Returns the Faces Sequence
-------------------------------------Getter Method
Signature
FacesSequenceReturns: the faces sequence Return type: NXOpen.CAM.FacesSequenceNew in version NX6.0.0.
License requirements: None.
FinishDwell¶
-
TurnCutParameters.FinishDwell¶ Returns the finish dwell
-------------------------------------Getter Method
Signature
FinishDwellReturns: the finish dwell Return type: NXOpen.CAM.FinishDwellNew in version NX6.0.0.
License requirements: None.
FinishPasses¶
-
TurnCutParameters.FinishPasses¶ Returns or sets the finish passes
-------------------------------------Getter Method
Signature
FinishPassesReturns: the finish passes Return type: NXOpen.CAM.CutParametersFinishPassesTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FinishPassesParameters: finishPasses ( NXOpen.CAM.CutParametersFinishPassesTypes) – the finish passesNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
GrooveCornerControl¶
-
TurnCutParameters.GrooveCornerControl¶ Returns the groove corner control
-------------------------------------Getter Method
Signature
GrooveCornerControlReturns: the Groove Corner builder Return type: NXOpen.CAM.TurnGrooveCornerControlNew in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
InitialProfilePlunge¶
-
TurnCutParameters.InitialProfilePlunge¶ Returns the initial profile plunge
-------------------------------------Getter Method
Signature
InitialProfilePlungeReturns: the initial profile plunge Return type: NXOpen.CAM.InitialProfilePlungeNew in version NX7.5.0.
License requirements: None.
MinCutDepth¶
-
TurnCutParameters.MinCutDepth¶ Returns the min cut depth
-------------------------------------Getter Method
Signature
MinCutDepthReturns: the min cut depth Return type: NXOpen.CAM.MinCutDepthNew in version NX6.0.0.
License requirements: None.
MinCutLength¶
-
TurnCutParameters.MinCutLength¶ Returns the min cut length
-------------------------------------Getter Method
Signature
MinCutLengthReturns: the min cut depth Return type: NXOpen.CAM.MinCutLengthNew in version NX6.0.0.
License requirements: None.
MultiPasses¶
-
TurnCutParameters.MultiPasses¶ Returns the multi passes
-------------------------------------Getter Method
Signature
MultiPassesReturns: the multi passes Return type: NXOpen.CAM.StepoverBuilderNew in version NX6.0.0.
License requirements: None.
MultiRamp¶
-
TurnCutParameters.MultiRamp¶ Returns the multi ramp
-------------------------------------Getter Method
Signature
MultiRampReturns: the multi ramp Return type: NXOpen.CAM.MultiRampNew in version NX6.0.0.
License requirements: None.
NormalCorner¶
-
TurnCutParameters.NormalCorner¶ Returns the normal corners
-------------------------------------Getter Method
Signature
NormalCornerReturns: the Normal Corners builder Return type: NXOpen.CAM.TurnCornerControlNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
OmitLastPass¶
-
TurnCutParameters.OmitLastPass¶ Returns or sets the omit last pass
-------------------------------------Getter Method
Signature
OmitLastPassReturns: the omit last pass Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OmitLastPassParameters: omitLastPass (bool) – the omit last pass New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
ProfileCutRegions¶
-
TurnCutParameters.ProfileCutRegions¶ Returns or sets the profile cut regions
-------------------------------------Getter Method
Signature
ProfileCutRegionsReturns: the profile cut regions mode Return type: NXOpen.CAM.CutParametersProfileCutRegionsTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ProfileCutRegionsParameters: profileCutRegionsMode ( NXOpen.CAM.CutParametersProfileCutRegionsTypes) – the profile cut regions modeNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
ProfileDirection¶
-
TurnCutParameters.ProfileDirection¶ Returns the direction
-------------------------------------Getter Method
Signature
ProfileDirectionReturns: the direction Return type: NXOpen.CAM.TurnDirectionNew in version NX6.0.0.
License requirements: None.
ProfileStrategy¶
-
TurnCutParameters.ProfileStrategy¶ Returns the cut strategy
-------------------------------------Getter Method
Signature
ProfileStrategyReturns: the cut strategy builder Return type: NXOpen.CAM.ProfileStrategyNew in version NX6.0.0.
License requirements: None.
RampingMode¶
-
TurnCutParameters.RampingMode¶ Returns the ramping mode
-------------------------------------Getter Method
Signature
RampingModeReturns: the ramping mode Return type: NXOpen.CAM.RampingModeNew in version NX6.0.0.
License requirements: None.
ReliefCut¶
-
TurnCutParameters.ReliefCut¶ Returns the relief cut
-------------------------------------Getter Method
Signature
ReliefCutReturns: the relief cut Return type: NXOpen.CAM.ReliefCutNew in version NX7.5.0.
License requirements: None.
ReliefPlunge¶
-
TurnCutParameters.ReliefPlunge¶ Returns the Relief Plunge
-------------------------------------Getter Method
Signature
ReliefPlungeReturns: the Relief Plunge Return type: NXOpen.CAM.ReliefPlungeNew in version NX6.0.0.
License requirements: None.
SecondaryTestCut¶
-
TurnCutParameters.SecondaryTestCut¶ Returns the Secondary Test Cut
-------------------------------------Getter Method
Signature
SecondaryTestCutReturns: the Secondary Test Cut Return type: NXOpen.CAM.TurnRoughFinishTestCutNew in version NX8.0.0.
License requirements: None.
ShallowCorner¶
-
TurnCutParameters.ShallowCorner¶ Returns the corner shallow
-------------------------------------Getter Method
Signature
ShallowCornerReturns: the Shallow Corners builder Return type: NXOpen.CAM.TurnCornerControlNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
SpringPasses¶
-
TurnCutParameters.SpringPasses¶ Returns the spring passes
-------------------------------------Getter Method
Signature
SpringPassesReturns: the spring passes Return type: NXOpen.CAM.SpringPassesNew in version NX6.0.0.
License requirements: None.
StopPosition¶
-
TurnCutParameters.StopPosition¶ Returns the stop position
-------------------------------------Getter Method
Signature
StopPositionReturns: the stop position Return type: NXOpen.CAM.StopPositionNew in version NX6.0.0.
License requirements: None.
TestCut¶
-
TurnCutParameters.TestCut¶ Returns the Test Cut
-------------------------------------Getter Method
Signature
TestCutReturns: the Test Cut Return type: NXOpen.CAM.TurnRoughFinishTestCutNew in version NX8.0.0.
License requirements: None.
TurnBlankStock¶
-
TurnCutParameters.TurnBlankStock¶ Returns the blank stock
-------------------------------------Getter Method
Signature
TurnBlankStockReturns: the blank stock Return type: NXOpen.CAM.TurnStockNew in version NX6.0.0.
License requirements: None.
TurnCutterClearance¶
-
TurnCutParameters.TurnCutterClearance¶ Returns the cutter clearance angles
-------------------------------------Getter Method
Signature
TurnCutterClearanceReturns: the cutter clearance Return type: NXOpen.CAM.TurnCutterClearanceNew in version NX6.0.0.
License requirements: None.
TurnOverlap¶
-
TurnCutParameters.TurnOverlap¶ Returns the overlap
-------------------------------------Getter Method
Signature
TurnOverlapReturns: the overlap Return type: NXOpen.CAM.TurnOverlapNew in version NX6.0.0.
License requirements: None.
TurnPartStock¶
-
TurnCutParameters.TurnPartStock¶ Returns the part stock
-------------------------------------Getter Method
Signature
TurnPartStockReturns: the part stock Return type: NXOpen.CAM.TurnStockNew in version NX6.0.0.
License requirements: None.
TurnProfileStock¶
-
TurnCutParameters.TurnProfileStock¶ Returns the profile stock
-------------------------------------Getter Method
Signature
TurnProfileStockReturns: the profile stock Return type: NXOpen.CAM.TurnStockNew in version NX6.0.0.
License requirements: None.