NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAM::CutDepthChecker Class Reference

Represents a cut depth checker object
This has not creator

Created in NX8.5.0. More...

Inheritance diagram for NXOpen::CAM::CutDepthChecker:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

bool CheckNeck ()
 Returns the indicator to include tool neck in the collision check process
Created in NX8.5.0. More...
 
bool CreateCurvesForGouges ()
 Returns the indicator to create curves for the gouged motions
Created in NX8.5.0. More...
 
double CutVolume ()
 Returns the calculated cut volume
Created in NX8.5.0. More...
 
bool DisplayGouges ()
 Returns the indicator to display gouges
Created in NX8.5.0. More...
 
double MaxCutDepthViolation ()
 Returns the maximum cut depth violation
Created in NX8.5.0. More...
 
int NumCutDepthViolations ()
 Returns the number of cut depth violations
Created in NX8.5.0. More...
 
NXOpen::CAM::OperationOperationToCheck ()
 Returns the operation that is being checked
Created in NX8.5.0. More...
 
bool PauseOnGouge ()
 Returns the indicator for pausing on gouge
Created in NX8.5.0. More...
 
void PerformCheck ()
 The action to perform the check
Created in NX8.5.0. More...
 
void SetCheckNeck (bool newValue)
 Sets the indicator to include tool neck in the collision check process
Created in NX8.5.0. More...
 
void SetCreateCurvesForGouges (bool newValue)
 Sets the indicator to create curves for the gouged motions
Created in NX8.5.0. More...
 
void SetDisplayGouges (bool newValue)
 Sets the indicator to display gouges
Created in NX8.5.0. More...
 
void SetOperationToCheck (NXOpen::CAM::Operation *operation)
 Sets the operation that is being checked
Created in NX8.5.0. More...
 
void SetPauseOnGouge (bool newValue)
 Sets the indicator for pausing on gouge
Created in NX8.5.0. More...
 
void SetStopLimit (int newValue)
 Sets the number of gouges to be used as a limit to stop
Created in NX8.5.0. More...
 
void SetStopOnLimit (bool newValue)
 Sets the indicator to stop when the number of gouges has equalled the stop limit
Created in NX8.5.0. More...
 
int StopLimit ()
 Returns the number of gouges to be used as a limit to stop
Created in NX8.5.0. More...
 
bool StopOnLimit ()
 Returns the indicator to stop when the number of gouges has equalled the stop limit
Created in NX8.5.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a cut depth checker object
This has not creator

Created in NX8.5.0.


Member Function Documentation

bool NXOpen::CAM::CutDepthChecker::CheckNeck ( )

Returns the indicator to include tool neck in the collision check process
Created in NX8.5.0.



License requirements : None

bool NXOpen::CAM::CutDepthChecker::CreateCurvesForGouges ( )

Returns the indicator to create curves for the gouged motions
Created in NX8.5.0.



License requirements : None

double NXOpen::CAM::CutDepthChecker::CutVolume ( )

Returns the calculated cut volume
Created in NX8.5.0.



License requirements : None

bool NXOpen::CAM::CutDepthChecker::DisplayGouges ( )

Returns the indicator to display gouges
Created in NX8.5.0.



License requirements : None

double NXOpen::CAM::CutDepthChecker::MaxCutDepthViolation ( )

Returns the maximum cut depth violation
Created in NX8.5.0.



License requirements : None

int NXOpen::CAM::CutDepthChecker::NumCutDepthViolations ( )

Returns the number of cut depth violations
Created in NX8.5.0.



License requirements : None

NXOpen::CAM::Operation* NXOpen::CAM::CutDepthChecker::OperationToCheck ( )

Returns the operation that is being checked
Created in NX8.5.0.



License requirements : None

bool NXOpen::CAM::CutDepthChecker::PauseOnGouge ( )

Returns the indicator for pausing on gouge
Created in NX8.5.0.



License requirements : None

void NXOpen::CAM::CutDepthChecker::PerformCheck ( )

The action to perform the check
Created in NX8.5.0.



License requirements : None

void NXOpen::CAM::CutDepthChecker::SetCheckNeck ( bool  newValue)

Sets the indicator to include tool neck in the collision check process
Created in NX8.5.0.



License requirements : cam_base ("CAM BASE")

Parameters
newValueindicator to include tool neck in the collision check process
void NXOpen::CAM::CutDepthChecker::SetCreateCurvesForGouges ( bool  newValue)

Sets the indicator to create curves for the gouged motions
Created in NX8.5.0.



License requirements : cam_base ("CAM BASE")

Parameters
newValueindicator to create curves for the gouged motions
void NXOpen::CAM::CutDepthChecker::SetDisplayGouges ( bool  newValue)

Sets the indicator to display gouges
Created in NX8.5.0.



License requirements : cam_base ("CAM BASE")

Parameters
newValueindicator to display gouges
void NXOpen::CAM::CutDepthChecker::SetOperationToCheck ( NXOpen::CAM::Operation operation)

Sets the operation that is being checked
Created in NX8.5.0.



License requirements : cam_base ("CAM BASE")

Parameters
operationthe operation which has to be checked
void NXOpen::CAM::CutDepthChecker::SetPauseOnGouge ( bool  newValue)

Sets the indicator for pausing on gouge
Created in NX8.5.0.



License requirements : cam_base ("CAM BASE")

Parameters
newValueindicator for pausing on gouge
void NXOpen::CAM::CutDepthChecker::SetStopLimit ( int  newValue)

Sets the number of gouges to be used as a limit to stop
Created in NX8.5.0.



License requirements : cam_base ("CAM BASE")

Parameters
newValuethe number of gouges to be used as a limit to stop
void NXOpen::CAM::CutDepthChecker::SetStopOnLimit ( bool  newValue)

Sets the indicator to stop when the number of gouges has equalled the stop limit
Created in NX8.5.0.



License requirements : cam_base ("CAM BASE")

Parameters
newValuethe number of gouges to be used as a limit to stop
int NXOpen::CAM::CutDepthChecker::StopLimit ( )

Returns the number of gouges to be used as a limit to stop
Created in NX8.5.0.



License requirements : None

bool NXOpen::CAM::CutDepthChecker::StopOnLimit ( )

Returns the indicator to stop when the number of gouges has equalled the stop limit
Created in NX8.5.0.



License requirements : None


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.