Cutcom Class¶
-
class
NXOpen.CAM.Cutcom¶ Bases:
NXOpen.TaggedObjectRepresents a
NXOpen.CAM.CutcomNew in version NX6.0.2.
Properties¶
| Property | Description |
|---|---|
| MinimumAngle | Returns or sets the cutter compensation minimum angle |
| MinimumMove | Returns the cutter compensation minimum move builder (inheritable tool dep) |
| OutputContactPoint | Returns or sets the cutter compensation output contact point status |
| OutputPlane | Returns or sets the cutter compensation output plane status |
| Suppress | Returns or sets the suppress cutter compensation |
| Tag | Returns the Tag for this object. |
| TrackingPointType | Returns or sets the cutter compensation tracking point selection |
| Type | Returns or sets the cutter compensation type |
Methods¶
Enumerations¶
| CutcomTypes Enumeration | Available types for cutter compensation in planar milling |
Property Detail¶
MinimumAngle¶
-
Cutcom.MinimumAngle¶ Returns or sets the cutter compensation minimum angle
-------------------------------------Getter Method
Signature
MinimumAngleReturns: Return type: float New in version NX6.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
MinimumAngleParameters: minimumAngle (float) – New in version NX6.0.2.
License requirements: cam_base (“CAM BASE”)
MinimumMove¶
-
Cutcom.MinimumMove¶ Returns the cutter compensation minimum move builder (inheritable tool dep)
-------------------------------------Getter Method
Signature
MinimumMoveReturns: The cutcom minimum move builder Return type: NXOpen.CAM.InheritableToolDepBuilderNew in version NX6.0.2.
License requirements: None.
OutputContactPoint¶
-
Cutcom.OutputContactPoint¶ Returns or sets the cutter compensation output contact point status
-------------------------------------Getter Method
Signature
OutputContactPointReturns: Return type: bool New in version NX6.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
OutputContactPointParameters: newValue (bool) – New in version NX6.0.2.
License requirements: cam_base (“CAM BASE”)
OutputPlane¶
-
Cutcom.OutputPlane¶ Returns or sets the cutter compensation output plane status
-------------------------------------Getter Method
Signature
OutputPlaneReturns: Return type: bool New in version NX6.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
OutputPlaneParameters: outputPlane (bool) – New in version NX6.0.2.
License requirements: cam_base (“CAM BASE”)
Suppress¶
-
Cutcom.Suppress¶ Returns or sets the suppress cutter compensation
-------------------------------------Getter Method
Signature
SuppressReturns: Return type: bool New in version NX6.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
SuppressParameters: suppress (bool) – New in version NX6.0.2.
License requirements: cam_base (“CAM BASE”)
TrackingPointType¶
-
Cutcom.TrackingPointType¶ Returns or sets the cutter compensation tracking point selection
-------------------------------------Getter Method
Signature
TrackingPointTypeReturns: Return type: int New in version NX6.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
TrackingPointTypeParameters: newValue (int) – New in version NX6.0.2.
License requirements: cam_base (“CAM BASE”)
Type¶
-
Cutcom.Type¶ Returns or sets the cutter compensation type
-------------------------------------Getter Method
Signature
TypeReturns: Return type: NXOpen.CAM.CutcomTypesNew in version NX6.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
TypeParameters: type ( NXOpen.CAM.CutcomTypes) –New in version NX6.0.2.
License requirements: cam_base (“CAM BASE”)