|
NX Open C++ Reference Guide
|
Represents a cut level object for planar mill. More...
Public Types | |
| enum | Types { TypesUserDefined, TypesFloorOnly, TypesFloorAndCriticalDepth, TypesCriticalDepth, TypesConstant } |
| cut level types Created in NX7.5.0. More... | |
Public Member Functions | |
| NXOpen::CAM::InheritableDoubleBuilder * | CommonDepth () |
| Returns the common depth Created in NX7.5.0. | |
| NXOpen::CAM::CutLevelPlanar::Types | CutLevelType () |
| Returns the cut level type Created in NX7.5.0. | |
| NXOpen::CAM::InheritableDoubleBuilder * | DistanceFromFloor () |
| Returns the distance from floor Created in NX7.5.0. | |
| NXOpen::CAM::InheritableDoubleBuilder * | DistanceFromTop () |
| Returns the distance from top Created in NX7.5.0. | |
| NXOpen::CAM::InheritableDoubleBuilder * | IncrementalSideStock () |
| Returns the incremental side stock Created in NX7.5.0. | |
| NXOpen::CAM::InheritableDoubleBuilder * | MinimumDepth () |
| Returns the minimum depth Created in NX7.5.0. | |
| void | SetCutLevelType (NXOpen::CAM::CutLevelPlanar::Types newValue) |
| Sets the cut level type Created in NX7.5.0. | |
| void | SetTopOffCriticalDepths (bool newValue) |
| Sets the top off critical depths Created in NX7.5.0. | |
| bool | TopOffCriticalDepths () |
| Returns the top off critical depths Created in NX7.5.0. | |
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 cut level object for planar mill.
Created in NX7.5.0.
| NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::CutLevelPlanar::CommonDepth | ( | ) |
Returns the common depth
Created in NX7.5.0.
License requirements : None
| NXOpen::CAM::CutLevelPlanar::Types NXOpen::CAM::CutLevelPlanar::CutLevelType | ( | ) |
Returns the cut level type
Created in NX7.5.0.
License requirements : None
| NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::CutLevelPlanar::DistanceFromFloor | ( | ) |
Returns the distance from floor
Created in NX7.5.0.
License requirements : None
| NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::CutLevelPlanar::DistanceFromTop | ( | ) |
Returns the distance from top
Created in NX7.5.0.
License requirements : None
| NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::CutLevelPlanar::IncrementalSideStock | ( | ) |
Returns the incremental side stock
Created in NX7.5.0.
License requirements : None
| NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::CutLevelPlanar::MinimumDepth | ( | ) |
Returns the minimum depth
Created in NX7.5.0.
License requirements : None
| void NXOpen::CAM::CutLevelPlanar::SetCutLevelType | ( | NXOpen::CAM::CutLevelPlanar::Types | newValue | ) |
Sets the cut level type
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
| newValue | the cut level type |
| void NXOpen::CAM::CutLevelPlanar::SetTopOffCriticalDepths | ( | bool | newValue | ) |
Sets the top off critical depths
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
| newValue | the top off critical depths |
| bool NXOpen::CAM::CutLevelPlanar::TopOffCriticalDepths | ( | ) |
Returns the top off critical depths
Created in NX7.5.0.
License requirements : None