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

Represents a NXOpen::CAM::ProbeControlParametersBuilder. More...

Inheritance diagram for NXOpen::CAM::ProbeControlParametersBuilder:
NXOpen::TaggedObject

Public Types

enum  AdjustmentTypes { AdjustmentTypesNone, AdjustmentTypesXy, AdjustmentTypesXyz, AdjustmentTypesContact }
 the output adjustment method types More...
 
enum  PrintType { PrintTypeNone, PrintTypeFeature, PrintTypeComponent }
 the print type flag More...
 

Public Member Functions

NXOpen::CAM::ProbeControlParametersBuilder::AdjustmentTypes Adjustment ()
 Returns the output adjustment option
Created in NX5.0.0. More...
 
int Experience ()
 Returns the experience value location
Created in NX5.0.0. More...
 
bool OutputExperience ()
 Returns the option to output the experience value location
Created in NX5.0.0. More...
 
bool OutputOvertravel ()
 Returns the option to output the probe overtravel distance
Created in NX5.0.0. More...
 
bool OutputPercentFeedback ()
 Returns the option to output the percent feedback
Created in NX5.0.0. More...
 
bool OutputToolOffset ()
 Returns the option to output the tool offset to update
Created in NX5.0.0. More...
 
bool OutputWorkOffset ()
 Returns the option to output the work offset to update
Created in NX5.0.0. More...
 
double Overtravel ()
 Returns the probe overtravel distance
Created in NX5.0.0. More...
 
double PercentFeedback ()
 Returns the percent feedback
Created in NX5.0.0. More...
 
NXOpen::CAM::ProbeControlParametersBuilder::PrintType Print ()
 Returns the print option
Created in NX5.0.0. More...
 
void SetAdjustment (NXOpen::CAM::ProbeControlParametersBuilder::AdjustmentTypes newValue)
 Sets the output adjustment option
Created in NX5.0.0. More...
 
void SetExperience (int experience)
 Sets the experience value location
Created in NX5.0.0. More...
 
void SetOutputExperience (bool newValue)
 Sets the option to output the experience value location
Created in NX5.0.0. More...
 
void SetOutputOvertravel (bool newValue)
 Sets the option to output the probe overtravel distance
Created in NX5.0.0. More...
 
void SetOutputPercentFeedback (bool newValue)
 Sets the option to output the percent feedback
Created in NX5.0.0. More...
 
void SetOutputToolOffset (bool newValue)
 Sets the option to output the tool offset to update
Created in NX5.0.0. More...
 
void SetOutputWorkOffset (bool newValue)
 Sets the option to output the work offset to update
Created in NX5.0.0. More...
 
void SetOvertravel (double overtravel)
 Sets the probe overtravel distance
Created in NX5.0.0. More...
 
void SetPercentFeedback (double percentFeedback)
 Sets the percent feedback
Created in NX5.0.0. More...
 
void SetPrint (NXOpen::CAM::ProbeControlParametersBuilder::PrintType newValue)
 Sets the print option
Created in NX5.0.0. More...
 
void SetToolOffset (int toolOffset)
 Sets the tool offset to update
Created in NX5.0.0. More...
 
void SetWorkOffset (int workOffset)
 Sets the work offset to update
Created in NX5.0.0. More...
 
int ToolOffset ()
 Returns the tool offset to update
Created in NX5.0.0. More...
 
int WorkOffset ()
 Returns the work offset to update
Created in NX5.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::CAM::ProbeControlParametersBuilder.


Created in NX5.0.0.

Member Enumeration Documentation

the output adjustment method types

Enumerator
AdjustmentTypesNone 

None.

AdjustmentTypesXy 

XY Calibration.

AdjustmentTypesXyz 

XY Calibration and Z.

AdjustmentTypesContact 

Contact Point.

the print type flag

Enumerator
PrintTypeNone 

None.

PrintTypeFeature 

Increment feature.

PrintTypeComponent 

Increment component.

Member Function Documentation

NXOpen::CAM::ProbeControlParametersBuilder::AdjustmentTypes NXOpen::CAM::ProbeControlParametersBuilder::Adjustment ( )

Returns the output adjustment option
Created in NX5.0.0.



License requirements : None

int NXOpen::CAM::ProbeControlParametersBuilder::Experience ( )

Returns the experience value location
Created in NX5.0.0.



License requirements : None

bool NXOpen::CAM::ProbeControlParametersBuilder::OutputExperience ( )

Returns the option to output the experience value location
Created in NX5.0.0.



License requirements : None

bool NXOpen::CAM::ProbeControlParametersBuilder::OutputOvertravel ( )

Returns the option to output the probe overtravel distance
Created in NX5.0.0.



License requirements : None

bool NXOpen::CAM::ProbeControlParametersBuilder::OutputPercentFeedback ( )

Returns the option to output the percent feedback
Created in NX5.0.0.



License requirements : None

bool NXOpen::CAM::ProbeControlParametersBuilder::OutputToolOffset ( )

Returns the option to output the tool offset to update
Created in NX5.0.0.



License requirements : None

bool NXOpen::CAM::ProbeControlParametersBuilder::OutputWorkOffset ( )

Returns the option to output the work offset to update
Created in NX5.0.0.



License requirements : None

double NXOpen::CAM::ProbeControlParametersBuilder::Overtravel ( )

Returns the probe overtravel distance
Created in NX5.0.0.



License requirements : None

double NXOpen::CAM::ProbeControlParametersBuilder::PercentFeedback ( )

Returns the percent feedback
Created in NX5.0.0.



License requirements : None

NXOpen::CAM::ProbeControlParametersBuilder::PrintType NXOpen::CAM::ProbeControlParametersBuilder::Print ( )

Returns the print option
Created in NX5.0.0.



License requirements : None

void NXOpen::CAM::ProbeControlParametersBuilder::SetAdjustment ( NXOpen::CAM::ProbeControlParametersBuilder::AdjustmentTypes  newValue)

Sets the output adjustment option
Created in NX5.0.0.



License requirements : None

Parameters
newValuenewvalue
void NXOpen::CAM::ProbeControlParametersBuilder::SetExperience ( int  experience)

Sets the experience value location
Created in NX5.0.0.



License requirements : None

Parameters
experienceexperience
void NXOpen::CAM::ProbeControlParametersBuilder::SetOutputExperience ( bool  newValue)

Sets the option to output the experience value location
Created in NX5.0.0.



License requirements : None

Parameters
newValuenewvalue
void NXOpen::CAM::ProbeControlParametersBuilder::SetOutputOvertravel ( bool  newValue)

Sets the option to output the probe overtravel distance
Created in NX5.0.0.



License requirements : None

Parameters
newValuenewvalue
void NXOpen::CAM::ProbeControlParametersBuilder::SetOutputPercentFeedback ( bool  newValue)

Sets the option to output the percent feedback
Created in NX5.0.0.



License requirements : None

Parameters
newValuenewvalue
void NXOpen::CAM::ProbeControlParametersBuilder::SetOutputToolOffset ( bool  newValue)

Sets the option to output the tool offset to update
Created in NX5.0.0.



License requirements : None

Parameters
newValuenewvalue
void NXOpen::CAM::ProbeControlParametersBuilder::SetOutputWorkOffset ( bool  newValue)

Sets the option to output the work offset to update
Created in NX5.0.0.



License requirements : None

Parameters
newValuenewvalue
void NXOpen::CAM::ProbeControlParametersBuilder::SetOvertravel ( double  overtravel)

Sets the probe overtravel distance
Created in NX5.0.0.



License requirements : None

Parameters
overtravelovertravel
void NXOpen::CAM::ProbeControlParametersBuilder::SetPercentFeedback ( double  percentFeedback)

Sets the percent feedback
Created in NX5.0.0.



License requirements : None

Parameters
percentFeedbackpercent feedback
void NXOpen::CAM::ProbeControlParametersBuilder::SetPrint ( NXOpen::CAM::ProbeControlParametersBuilder::PrintType  newValue)

Sets the print option
Created in NX5.0.0.



License requirements : None

Parameters
newValuenewvalue
void NXOpen::CAM::ProbeControlParametersBuilder::SetToolOffset ( int  toolOffset)

Sets the tool offset to update
Created in NX5.0.0.



License requirements : None

Parameters
toolOffsettool offset
void NXOpen::CAM::ProbeControlParametersBuilder::SetWorkOffset ( int  workOffset)

Sets the work offset to update
Created in NX5.0.0.



License requirements : None

Parameters
workOffsetwork offset
int NXOpen::CAM::ProbeControlParametersBuilder::ToolOffset ( )

Returns the tool offset to update
Created in NX5.0.0.



License requirements : None

int NXOpen::CAM::ProbeControlParametersBuilder::WorkOffset ( )

Returns the work offset to update
Created in NX5.0.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.