|
NX Open C++ Reference Guide
|
Represents a CAM::Cutcom
Created in NX6.0.2.
More...
Public Types | |
| enum | Types { TypesNone, TypesAllFinishPasses, TypesFinalFinishPass } |
| Available types for cutter compensation in planar milling. More... | |
Public Member Functions | |
| double | MinimumAngle () |
| Returns the cutter compensation minimum angle Created in NX6.0.2. | |
| NXOpen::CAM::InheritableToolDepBuilder * | MinimumMove () |
| Returns the cutter compensation minimum move builder (inheritable tool dep) Created in NX6.0.2. | |
| bool | OutputContactPoint () |
| Returns the cutter compensation output contact point status Created in NX6.0.2. | |
| bool | OutputPlane () |
| Returns the cutter compensation output plane status Created in NX6.0.2. | |
| void | SetMinimumAngle (double minimumAngle) |
| Sets the cutter compensation minimum angle Created in NX6.0.2. | |
| void | SetOutputContactPoint (bool newValue) |
| Sets the cutter compensation output contact point status Created in NX6.0.2. | |
| void | SetOutputPlane (bool outputPlane) |
| Sets the cutter compensation output plane status Created in NX6.0.2. | |
| void | SetSuppress (bool suppress) |
| Sets the suppress cutter compensation Created in NX6.0.2. | |
| void | SetTrackingPointType (int newValue) |
| Sets the cutter compensation tracking point selection Created in NX6.0.2. | |
| void | SetType (NXOpen::CAM::Cutcom::Types type) |
| Sets the cutter compensation type Created in NX6.0.2. | |
| bool | Suppress () |
| Returns the suppress cutter compensation Created in NX6.0.2. | |
| int | TrackingPointType () |
| Returns the cutter compensation tracking point selection Created in NX6.0.2. | |
| NXOpen::CAM::Cutcom::Types | Type () |
| Returns the cutter compensation type Created in NX6.0.2. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a CAM::Cutcom
Created in NX6.0.2.
| double NXOpen::CAM::Cutcom::MinimumAngle | ( | ) |
Returns the cutter compensation minimum angle
Created in NX6.0.2.
License requirements : None
| NXOpen::CAM::InheritableToolDepBuilder* NXOpen::CAM::Cutcom::MinimumMove | ( | ) |
Returns the cutter compensation minimum move builder (inheritable tool dep)
Created in NX6.0.2.
License requirements : None
| bool NXOpen::CAM::Cutcom::OutputContactPoint | ( | ) |
Returns the cutter compensation output contact point status
Created in NX6.0.2.
License requirements : None
| bool NXOpen::CAM::Cutcom::OutputPlane | ( | ) |
Returns the cutter compensation output plane status
Created in NX6.0.2.
License requirements : None
| void NXOpen::CAM::Cutcom::SetMinimumAngle | ( | double | minimumAngle | ) |
Sets the cutter compensation minimum angle
Created in NX6.0.2.
License requirements : cam_base ("CAM BASE")
| minimumAngle | minimumangle |
| void NXOpen::CAM::Cutcom::SetOutputContactPoint | ( | bool | newValue | ) |
Sets the cutter compensation output contact point status
Created in NX6.0.2.
License requirements : cam_base ("CAM BASE")
| newValue | newvalue |
| void NXOpen::CAM::Cutcom::SetOutputPlane | ( | bool | outputPlane | ) |
Sets the cutter compensation output plane status
Created in NX6.0.2.
License requirements : cam_base ("CAM BASE")
| outputPlane | outputplane |
| void NXOpen::CAM::Cutcom::SetSuppress | ( | bool | suppress | ) |
Sets the suppress cutter compensation
Created in NX6.0.2.
License requirements : cam_base ("CAM BASE")
| suppress | suppress |
| void NXOpen::CAM::Cutcom::SetTrackingPointType | ( | int | newValue | ) |
Sets the cutter compensation tracking point selection
Created in NX6.0.2.
License requirements : cam_base ("CAM BASE")
| newValue | newvalue |
| void NXOpen::CAM::Cutcom::SetType | ( | NXOpen::CAM::Cutcom::Types | type | ) |
Sets the cutter compensation type
Created in NX6.0.2.
License requirements : cam_base ("CAM BASE")
| type | type |
| bool NXOpen::CAM::Cutcom::Suppress | ( | ) |
Returns the suppress cutter compensation
Created in NX6.0.2.
License requirements : None
| int NXOpen::CAM::Cutcom::TrackingPointType | ( | ) |
Returns the cutter compensation tracking point selection
Created in NX6.0.2.
License requirements : None
| NXOpen::CAM::Cutcom::Types NXOpen::CAM::Cutcom::Type | ( | ) |
Returns the cutter compensation type
Created in NX6.0.2.
License requirements : None