NX Open C++ Reference Guide
|
Represents a boundary stepover ci Builder
Created in NX5.0.0.
More...
Public Types | |
enum | StepoverTypes { StepoverTypesNone, StepoverTypesConstant, StepoverTypesScallopHeight, StepoverTypesVariable, StepoverTypesPercentToolDiameter, StepoverTypesNumber, StepoverTypesAngular, StepoverTypesUseDepthOfCut } |
Available types for stepover type in boundary stepover customizable item. More... | |
Public Member Functions | |
std::vector< double > | GetStepoverMinMax () |
Get the Stepover Min Max. | |
std::vector< double > | GetStepoverVarDists () |
Get the Stepover Variable Distances. | |
std::vector< int > | GetStepoverVarPasses () |
Get the Stepover Variable Passes. | |
void | SetStepoverDegree (double stepoverDegree) |
Sets the Stepover Degree Created in NX5.0.0. | |
void | SetStepoverDist (double stepoverDist) |
Sets the Stepover Distance Created in NX5.0.0. | |
void | SetStepoverMinMax (const std::vector< double > &minMax) |
Set the Stepover Min Max Created in NX5.0.0. | |
void | SetStepoverPercent (double stepoverPercent) |
Sets the Stepover Percent Created in NX5.0.0. | |
void | SetStepoverScallop (double stepoverScallop) |
Sets the Stepover Scallop Created in NX5.0.0. | |
void | SetStepoverType (NXOpen::CAM::BndStepoverCiBuilder::StepoverTypes stepoverType) |
Sets the Stepover Type Created in NX5.0.0. | |
void | SetStepoverVarDists (const std::vector< double > &varDists) |
Set the Stepover Variable Distances Created in NX5.0.0. | |
void | SetStepoverVarPasses (const std::vector< int > &varPasses) |
Set the Stepover Variable Passes Created in NX5.0.0. | |
double | StepoverDegree () |
Returns the Stepover Degree Created in NX5.0.0. | |
double | StepoverDist () |
Returns the Stepover Distance Created in NX5.0.0. | |
double | StepoverPercent () |
Returns the Stepover Percent Created in NX5.0.0. | |
double | StepoverScallop () |
Returns the Stepover Scallop Created in NX5.0.0. | |
NXOpen::CAM::BndStepoverCiBuilder::StepoverTypes | StepoverType () |
Returns the Stepover Type Created in NX5.0.0. |
Represents a boundary stepover ci Builder
Created in NX5.0.0.
Available types for stepover type in boundary stepover customizable item.
std::vector<double> NXOpen::CAM::BndStepoverCiBuilder::GetStepoverMinMax | ( | ) |
Get the Stepover Min Max.
std::vector<double> NXOpen::CAM::BndStepoverCiBuilder::GetStepoverVarDists | ( | ) |
Get the Stepover Variable Distances.
std::vector<int> NXOpen::CAM::BndStepoverCiBuilder::GetStepoverVarPasses | ( | ) |
Get the Stepover Variable Passes.
void NXOpen::CAM::BndStepoverCiBuilder::SetStepoverDegree | ( | double | stepoverDegree | ) |
Sets the Stepover Degree
Created in NX5.0.0.
License requirements : None
stepoverDegree | the Stepover degree |
void NXOpen::CAM::BndStepoverCiBuilder::SetStepoverDist | ( | double | stepoverDist | ) |
Sets the Stepover Distance
Created in NX5.0.0.
License requirements : None
stepoverDist | the Stepover Distance |
void NXOpen::CAM::BndStepoverCiBuilder::SetStepoverMinMax | ( | const std::vector< double > & | minMax | ) |
Set the Stepover Min Max
Created in NX5.0.0.
License requirements : None
minMax | the Stepover Min Max values |
void NXOpen::CAM::BndStepoverCiBuilder::SetStepoverPercent | ( | double | stepoverPercent | ) |
Sets the Stepover Percent
Created in NX5.0.0.
License requirements : None
stepoverPercent | the Stepover Percent |
void NXOpen::CAM::BndStepoverCiBuilder::SetStepoverScallop | ( | double | stepoverScallop | ) |
Sets the Stepover Scallop
Created in NX5.0.0.
License requirements : None
stepoverScallop | the Stepover Scallop |
void NXOpen::CAM::BndStepoverCiBuilder::SetStepoverType | ( | NXOpen::CAM::BndStepoverCiBuilder::StepoverTypes | stepoverType | ) |
Sets the Stepover Type
Created in NX5.0.0.
License requirements : None
stepoverType | the Stepover Type |
void NXOpen::CAM::BndStepoverCiBuilder::SetStepoverVarDists | ( | const std::vector< double > & | varDists | ) |
Set the Stepover Variable Distances
Created in NX5.0.0.
License requirements : None
varDists | the Stepover Variable Distances values |
void NXOpen::CAM::BndStepoverCiBuilder::SetStepoverVarPasses | ( | const std::vector< int > & | varPasses | ) |
Set the Stepover Variable Passes
Created in NX5.0.0.
License requirements : None
varPasses | the Stepover Variable Passes values |
Returns the Stepover Degree
Created in NX5.0.0.
License requirements : None
Returns the Stepover Distance
Created in NX5.0.0.
License requirements : None
Returns the Stepover Percent
Created in NX5.0.0.
License requirements : None
Returns the Stepover Scallop
Created in NX5.0.0.
License requirements : None
NXOpen::CAM::BndStepoverCiBuilder::StepoverTypes NXOpen::CAM::BndStepoverCiBuilder::StepoverType | ( | ) |
Returns the Stepover Type
Created in NX5.0.0.
License requirements : None