MaxCutTraverse Class¶
-
class
NXOpen.CAM.MaxCutTraverse¶ Bases:
NXOpen.TaggedObjectRepresents a
NXOpen.CAM.MaxCutTraverseNew in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| Distance | Returns the max cut traverse distance |
| FeedOnShortMoves | Returns or sets the feed on short moves |
| Tag | Returns the Tag for this object. |
| Type | Returns or sets the max cut traverse type |
Methods¶
Enumerations¶
| MaxCutTraverseTypes Enumeration | Available types for max cut traverse |
Property Detail¶
Distance¶
-
MaxCutTraverse.Distance¶ Returns the max cut traverse distance
-------------------------------------Getter Method
Signature
DistanceReturns: Return type: NXOpen.CAM.InheritableToolDepBuilderNew in version NX6.0.0.
License requirements: None.
FeedOnShortMoves¶
-
MaxCutTraverse.FeedOnShortMoves¶ Returns or sets the feed on short moves
-------------------------------------Getter Method
Signature
FeedOnShortMovesReturns: the max cut traverse status Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FeedOnShortMovesParameters: propValue (bool) – the max cut traverse status New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
Type¶
-
MaxCutTraverse.Type¶ Returns or sets the max cut traverse type
-------------------------------------Getter Method
Signature
TypeReturns: Return type: NXOpen.CAM.MaxCutTraverseTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TypeParameters: type ( NXOpen.CAM.MaxCutTraverseTypes) –New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)